Skip to content

Commit

Permalink
chg: allow php7.4 in composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
righel committed Sep 3, 2024
1 parent 0e3b736 commit ca63c22
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 @@ -18,7 +18,7 @@
"source": "https://github.com/cakephp/cakephp"
},
"require": {
"php": "^8.0",
"php": ">=7.4",
"ext-mbstring": "*",
"symfony/polyfill-intl-icu": "^1.29",
"php81_bc/strftime": "^0.7.5"
Expand Down

0 comments on commit ca63c22

Please sign in to comment.