Merge pull request #300 from TekExplorer/patch-1

Specify 0.7 composer version
This commit is contained in:
Dane Everitt 2021-01-03 16:15:34 -08:00 committed by GitHub
commit e8912525f4
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
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer --version=1.10.16
```
## Download Files