File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1010 "type" : " cakephp-plugin" ,
1111 "require" : {
1212 "php" : " >=8.1" ,
13- "cakephp/http" : " 5.x-dev " ,
13+ "cakephp/http" : " ^5.0 " ,
1414 "psr/http-client" : " ^1.0" ,
1515 "psr/http-message" : " ^2.0" ,
1616 "psr/http-server-handler" : " ^1.0" ,
1717 "psr/http-server-middleware" : " ^1.0"
1818 },
1919 "require-dev" : {
20- "cakephp/authentication" : " 3.x-dev " ,
21- "cakephp/bake" : " 3.x-dev " ,
22- "cakephp/cakephp" : " 5.x-dev " ,
20+ "cakephp/authentication" : " ^3.0 " ,
21+ "cakephp/bake" : " ^3.0 " ,
22+ "cakephp/cakephp" : " ^5.0 " ,
2323 "cakephp/cakephp-codesniffer" : " ^5.0" ,
2424 "cakephp/plugin-installer" : " ^1.3" ,
2525 "phpunit/phpunit" : " ^10.1.0"
8181 "cakephp/plugin-installer" : true ,
8282 "dealerdirect/phpcodesniffer-composer-installer" : true
8383 }
84- },
85- "minimum-stability" : " dev" ,
86- "prefer-stable" : true
84+ }
8785}
You can’t perform that action at this time.
0 commit comments