Skip to content

Commit

Permalink
Drop PHP < 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
XedinUnknown committed Aug 30, 2023
1 parent a777bf1 commit 52c020a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ jobs:
strategy:
matrix:
php-versions:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
Expand Down
2 changes: 1 addition & 1 deletion .idea/php.xml

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

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
}
],
"require": {
"php": ">7.1",
"php": "^7.4 | ^8.0",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.1 | ^8.0 | ^9.0",
"johnpbloch/wordpress-core": "^5.0",
"php-stubs/wordpress-stubs": "6.3",
"brain/monkey": "^2.3",
"vimeo/psalm": "^4.0 | ^5.0",
"vimeo/psalm": "^5.0",
"slevomat/coding-standard": "^6.0"
},
"autoload": {
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 52c020a

Please sign in to comment.