We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc11506 + 6c0db09 commit b26c84dCopy full SHA for b26c84d
.travis.yml
@@ -44,4 +44,4 @@ script:
44
45
# Validate the composer.json file.
46
# @link https://getcomposer.org/doc/03-cli.md#validate
47
- - composer validate --no-check-all --with-dependencies --strict
+ - composer validate --no-check-all --strict
composer.json
@@ -18,7 +18,7 @@
18
"source" : "https://github.com/PHPCompatibility/PHPCompatibilityWP"
19
},
20
"require" : {
21
- "phpcompatibility/php-compatibility" : "*"
+ "phpcompatibility/php-compatibility" : "^8.1"
22
23
"suggest" : {
24
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
0 commit comments