Merge pull request #307 from TekExplorer/patch-5

Set composer 1.x for panel 0.7
This commit is contained in:
Jakob 2021-01-06 23:44:24 +01:00 committed by GitHub
commit a00c3a8ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 --version=1.10.16
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer --1
```
## Download Files