Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Incompatible PHP requirements #103

@kenorb

Description

@kenorb

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
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions