mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Specify 0.7 composer version
Been seeing many `undefined index: name` errors that could be quickly solved by adding this. yes, 0.7 deprecated, but there are many that install it anyway. let's save the headache.
This commit is contained in:
parent
dfba644907
commit
ba67fcade2
@ -65,7 +65,7 @@ Composer is a dependency manager for PHP that allows us to ship everything you'l
|
||||
need composer installed before continuing in this process.
|
||||
|
||||
``` bash
|
||||
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
|
||||
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer --version=1.10.16
|
||||
```
|
||||
|
||||
## Download Files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user