Skip to content

Commit

Permalink
Merge pull request #3 from PHPCompatibility/feature/composer-min-vers…
Browse files Browse the repository at this point in the history
…ion-phpcompatibility

Composer: Stabilize minimum PHPCompatibility version
  • Loading branch information
wimg committed Jul 16, 2018
2 parents 032389e + cb9e449 commit f3523fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ script:
# Validate the composer.json file.
# @link https://getcomposer.org/doc/03-cli.md#validate
- composer validate --no-check-all --with-dependencies --strict
- composer validate --no-check-all --strict
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"source" : "https://github.com/PHPCompatibility/PHPCompatibilityJoomla"
},
"require" : {
"phpcompatibility/php-compatibility" : "*"
"phpcompatibility/php-compatibility" : "^8.1"
},
"suggest" : {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
Expand Down

0 comments on commit f3523fe

Please sign in to comment.