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

PHP 7.2 compatibility issue #43

Closed
ntwb opened this issue Dec 5, 2017 · 2 comments
Closed

PHP 7.2 compatibility issue #43

ntwb opened this issue Dec 5, 2017 · 2 comments
Labels

Comments

@ntwb
Copy link
Contributor

ntwb commented Dec 5, 2017

Problem/Motivation

When using PHP 7.2 on Travis CI I get the error:[InvalidArgumentException] Package dealerdirect/phpcodesniffer-composer-installer at version ^4.3 has a PHP requirement incompatible with your PHP version (7.2.0.0)

Expected behaviour

No error

Actual behaviour

The error above is displayed

Steps to reproduce

Add composer global require "dealerdirect/phpcodesniffer-composer-installer:^4.3" to a PHP 7.2 job on Travis CI

Proposed changes

Update the compatibility of this repos 4.3 release with PHP 7.2 maybe?

@ntwb ntwb mentioned this issue Dec 5, 2017
@ntwb
Copy link
Contributor Author

ntwb commented Dec 5, 2017

@ntwb
Copy link
Contributor Author

ntwb commented Dec 5, 2017

Ha, I was using version ^4.3 instead of ^0.4.3 🤦‍♂️

@ntwb ntwb closed this as completed Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants