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
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?
The text was updated successfully, but these errors were encountered:
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 CIProposed changes
Update the compatibility of this repos
4.3
release with PHP 7.2 maybe?The text was updated successfully, but these errors were encountered: