Skip to content

Commit

Permalink
build(composer): define required php version as 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekVR committed Feb 19, 2025
1 parent cb9f405 commit 87d7e93
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"require": {
"myparcelnl/pdk": "^2.0.0",
"guzzlehttp/guzzle": "^7.5.0",
"psr/log": "*"
"psr/log": "*",
"php": ">= 7.4"
},
"platform": {
"php": "7.4"
},
"scripts": {
"analyse": "php -dmemory_limit=-1 vendor/bin/phpstan analyse",
Expand Down

0 comments on commit 87d7e93

Please sign in to comment.