Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer.json needs updating #11

Open
developersteve opened this issue May 14, 2020 · 0 comments
Open

composer.json needs updating #11

developersteve opened this issue May 14, 2020 · 0 comments

Comments

@developersteve
Copy link
Contributor

developersteve commented May 14, 2020

Theres an error happening for composer install due to php-cs-fixer dependancy on older php versions. It returns an error unless you have PHP 7.1 or 7.2 installed

friendsofphp/php-cs-fixer v1.12.0 requires php ^5.3.6 || >=7.0 <7.2 -> your PHP version (7.3.11) does not satisfy that requirement.

The fix (at least it worked for me) is to just allow the latest version to install

"friendsofphp/php-cs-fixer": "~1.12"

needs to become

"friendsofphp/php-cs-fixer": "*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant