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
{{ message }}
This repository was archived by the owner on Jul 6, 2019. It is now read-only.
When installing underscore-php v2.0.0, it reports that it requires php: >=5.4.0 in its composer.json, however at the same time it requires doctrine/inflector (^1.0) which installs v1.3.0 and it requires PHP ^7.1.
Test on empty folder:
$ composer require anahkiasen/underscore-php:2.0.0
$ find vendor -name \*.php -exec php56 -l {} ';'
No syntax errors detected in vendor/composer/ClassLoader.php
PHP Parse error: syntax error, unexpected ':', expecting ';' or '{' in vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php on line 265
Parse error: syntax error, unexpected ':', expecting ';' or '{' in vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php on line 265
Errors parsing vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
No syntax errors detected in vendor/patchwork/utf8/src/Normalizer.php
...