Skip to content

Commit

Permalink
Update supported PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymcp committed Apr 5, 2022
1 parent 6b3e1a0 commit 6b2e46f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1
cache:
directories:
- "$HOME/.composer/cache"
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"squizlabs/php_codesniffer" : "^3.6.2",
"wp-coding-standards/wpcs": "^2.3.0",
"automattic/vipwpcs": "^2.3.3",
"php": ">=7.2"
"php": ">=7.2 <8"
},
"require-dev": {
"phpcsstandards/phpcsdevtools": "1.1.0",
"phpcompatibility/php-compatibility": "9.3.5",
"php-parallel-lint/php-parallel-lint": "1.3.2",
"phpunit/phpunit": "7.5.20"
"phpcsstandards/phpcsdevtools": "^1.1.0",
"phpcompatibility/php-compatibility": "^9.3.5",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpunit/phpunit": "^7.5.20"
},
"config": {
"allow-plugins": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b2e46f

Please sign in to comment.