Skip to content

Commit

Permalink
define php >=7.4, <8.4 requirement #3
Browse files Browse the repository at this point in the history
  • Loading branch information
josef committed Mar 27, 2024
1 parent f1c59f7 commit 3f9e736
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"license": "GPL-3.0-or-later",
"minimum-stability": "stable",
"require": {
"php": "^7.2",
"php": ">=7.4, <8.4",
"cakephp/cakephp": "^2.4",
"composer/installers": "^1.9"
},
"extra": {
"installer-name": "Filter"
},
"config": {
"vendor-dir": "Vendor/"
"allow-plugins": {
"composer/installers": true
}
}
}

0 comments on commit 3f9e736

Please sign in to comment.