File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "require" : {
88 "php" : " >=8.1" ,
9- "cakephp/cakephp" : " 5.x-dev " ,
10- "cakephp/migrations" : " 4.x-dev " ,
9+ "cakephp/cakephp" : " ^5.0.0 " ,
10+ "cakephp/migrations" : " ^4.0.0 " ,
1111 "cakephp/plugin-installer" : " ^2.0" ,
1212 "mobiledetect/mobiledetectlib" : " ^3.74"
1313 },
1414 "require-dev" : {
15- "cakephp/bake" : " 3.x-dev " ,
15+ "cakephp/bake" : " ^3.0.0 " ,
1616 "cakephp/cakephp-codesniffer" : " ^5.0" ,
17- "cakephp/debug_kit" : " 5.x-dev " ,
17+ "cakephp/debug_kit" : " ^5.0.0 " ,
1818 "josegonzalez/dotenv" : " ^4.0" ,
1919 "phpunit/phpunit" : " ^10.1.0"
2020 },
4747 "stan" : " phpstan analyse" ,
4848 "test" : " phpunit --colors=always"
4949 },
50- "minimum-stability" : " dev" ,
5150 "prefer-stable" : true ,
5251 "config" : {
5352 "platform-check" : true ,
You can’t perform that action at this time.
0 commit comments