Skip to content

Commit

Permalink
Set PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb committed Apr 11, 2024
1 parent f50046a commit 30e0d53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"platform": {
"php": "7.4"
},
"config": {
"platform": {
"php": "7.4.33"
}
},
"autoload": {
"psr-4": {
"StellarWP\\Arrays\\": "src/Arrays/"
Expand All @@ -27,6 +32,9 @@
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.4"
},
"require-dev": {
"codeception/module-asserts": "^1.0",
"codeception/module-cli": "^1.0",
Expand Down

0 comments on commit 30e0d53

Please sign in to comment.