Skip to content

Commit b26c84d

Browse files
authored
Merge pull request #3 from PHPCompatibility/feature/composer-min-version-phpcompatibility
Composer: Stabilize minimum PHPCompatibility version
2 parents cc11506 + 6c0db09 commit b26c84d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ script:
4444
4545
# Validate the composer.json file.
4646
# @link https://getcomposer.org/doc/03-cli.md#validate
47-
- composer validate --no-check-all --with-dependencies --strict
47+
- composer validate --no-check-all --strict

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"source" : "https://github.com/PHPCompatibility/PHPCompatibilityWP"
1919
},
2020
"require" : {
21-
"phpcompatibility/php-compatibility" : "*"
21+
"phpcompatibility/php-compatibility" : "^8.1"
2222
},
2323
"suggest" : {
2424
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",

0 commit comments

Comments
 (0)