Skip to content

Commit

Permalink
Updated to require a minimum PHP version of 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bertugfahriozer committed Jul 11, 2024
1 parent 84b39fc commit 1433d2b
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 @@ -13,7 +13,7 @@
}
],
"require": {
"php": "^7.3||^8.0"
"php": "^7.4||^8.0"
},
"autoload": {
"psr-4": { "ci4shoppingcart\\": "app/" }
Expand Down

0 comments on commit 1433d2b

Please sign in to comment.