Skip to content

Commit 7b65c5a

Browse files
authored
Merge pull request #19 from kaz29/feat/php-8.4
fix
2 parents 8b90fd5 + fab5450 commit 7b65c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"type": "cakephp-plugin",
55
"license": "MIT",
66
"require": {
7-
"php": ">=8.4",
8-
"cakephp/cakephp": "^5.1",
7+
"php": ">=8.3",
8+
"cakephp/cakephp": "^5.0 || ^5.1",
99
"cakephp/bake": "^3.1",
1010
"zircote/swagger-php": "^4.9"
1111
},

0 commit comments

Comments
 (0)