Skip to content

Commit

Permalink
Require PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Sep 3, 2024
1 parent cd6c557 commit 07de56d
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 67 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/php-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.2 || ^8.0"
"php": "^7.4 || ^8.0"
},
"require-dev": {
"easydigitaldownloads/easy-digital-downloads": "^3.2",
Expand All @@ -39,7 +39,7 @@
},
"config": {
"platform": {
"php": "7.2.0"
"php": "7.4"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
Expand Down
Loading

0 comments on commit 07de56d

Please sign in to comment.