Skip to content

Commit

Permalink
chore: change minimum php version to 7.1 (#857)
Browse files Browse the repository at this point in the history
INT-586
  • Loading branch information
FlorianSDV committed Jul 18, 2024
1 parent e464822 commit 25082b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"type": "magento2-module",
"require": {
"php": "~5.6.5 || ^7.0 || ^8.0",
"php": "^7.1 || ^8.0",
"myparcelnl/sdk": "~v7.14.1",
"magento/framework": ">=101.0.8 <102 || >=102.0.1"
},
Expand Down

0 comments on commit 25082b4

Please sign in to comment.