Skip to content

Commit ba8d68c

Browse files
Limit CakePHP version
1 parent 2aaa7e3 commit ba8d68c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"require": {
88
"php": ">=7.2",
9-
"cakephp/cakephp": "^4.0",
9+
"cakephp/cakephp": "^4.0,<4.2",
1010
"psr/container": "^1.0"
1111
},
1212
"authors": [

0 commit comments

Comments
 (0)