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
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for doctrine/inflector v1.2.0 -> satisfiable by doctrine/inflector[v1.2.0].
- doctrine/inflector v1.2.0 requires php ^7.0 -> your PHP version (5.6.30) does not satisfy that requirement.
Problem 2
- doctrine/inflector v1.2.0 requires php ^7.0 -> your PHP version (5.6.30) does not satisfy that requirement.
- illuminate/support v5.4.27 requires doctrine/inflector ~1.0 -> satisfiable by doctrine/inflector[v1.2.0].
- Installation request for illuminate/support v5.4.27 -> satisfiable by illuminate/support[v5.4.27].
What is the expected or desired behavior?
Should it still work with PHP 5.6? Or should the readme be updated?
Bug report
Please provide steps to reproduce, including full log output:
Just have php 5.6 and try to composer install on the theme.
Please describe your local environment:
WordPress version: 4.8
OS: MacOS
NPM/Node version: X
PHP Version: 5.6
Where did the bug happen? Development or remote servers?
Remote server
Is there a related Discourse thread or were any utilized (please link them)?
Nope
The text was updated successfully, but these errors were encountered:
Submit a feature request or bug report
What is the current behavior?
Composer won't install if the dev/host machine doesn't have at least PHP 7. The
illuminate/support
is the "culprit".What is the expected or desired behavior?
Should it still work with PHP 5.6? Or should the readme be updated?
Bug report
Please provide steps to reproduce, including full log output:
Just have php 5.6 and try to
composer install
on the theme.Please describe your local environment:
WordPress version: 4.8
OS: MacOS
NPM/Node version: X
PHP Version: 5.6
Where did the bug happen? Development or remote servers?
Remote server
Is there a related Discourse thread or were any utilized (please link them)?
Nope
The text was updated successfully, but these errors were encountered: