Skip to content

Commit

Permalink
updates min php version to 7.4 to match the oldest version platform.s…
Browse files Browse the repository at this point in the history
…h supports
  • Loading branch information
gilzow committed Nov 22, 2024
1 parent fef8bcb commit 2340591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.2"
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
Expand All @@ -26,7 +26,7 @@
},
"config": {
"platform": {
"php": "7.2"
"php": "7.4"
}
}
}

0 comments on commit 2340591

Please sign in to comment.