Skip to content

Commit f3523fe

Browse files
authored
Merge pull request #3 from PHPCompatibility/feature/composer-min-version-phpcompatibility
Composer: Stabilize minimum PHPCompatibility version
2 parents 032389e + cb9e449 commit f3523fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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
@@ -22,7 +22,7 @@
2222
"source" : "https://github.com/PHPCompatibility/PHPCompatibilityJoomla"
2323
},
2424
"require" : {
25-
"phpcompatibility/php-compatibility" : "*"
25+
"phpcompatibility/php-compatibility" : "^8.1"
2626
},
2727
"suggest" : {
2828
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",

0 commit comments

Comments
 (0)