You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ composer create-project composer/satis:dev-master
[InvalidArgumentException]
Could not find package composer/satis with stability stable in a version installable using your PHP version 5.4.16.
If the documentation could be updated to mirror the composer.json file it should prevent others following me into building a CentOS 7 server defaulting to PHP 5.4 which can't then install composer.
If the docs were within the project I'd happily have issued a PR but don't believe that to be the case.
The text was updated successfully, but these errors were encountered:
https://getcomposer.org/doc/00-intro.md
The documentation states PHP version 5.3.2+ is required
Composer requires PHP 5.3.2+ to run
However the default installation is via composer and requires PHP 7.2+
https://github.com/composer/satis/blob/master/composer.json
Actual behaviour on a stock CentOS 7 box:
If the documentation could be updated to mirror the composer.json file it should prevent others following me into building a CentOS 7 server defaulting to PHP 5.4 which can't then install composer.
If the docs were within the project I'd happily have issued a PR but don't believe that to be the case.
The text was updated successfully, but these errors were encountered: