File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 3131 },
3232 "require" : {
3333 "php" : " >=8.1" ,
34- "cakephp/cakephp" : " 5.x-dev " ,
35- "cakephp/bake" : " 3.x-dev " ,
34+ "cakephp/cakephp" : " ^5.0.0 " ,
35+ "cakephp/bake" : " ^3.0.1 " ,
3636 "sebastian/diff" : " ^5.0" ,
3737 "phpstan/phpdoc-parser" : " ^1.7" ,
3838 "squizlabs/php_codesniffer" : " ^3.7"
3939 },
4040 "require-dev" : {
41- "cakephp/plugin-installer" : " ^2.0" ,
42- "cakephp/migrations" : " 4.x-dev" ,
41+ "cakephp/migrations" : " ^4.0.1" ,
4342 "dereuromark/cakephp-shim" : " dev-cake5" ,
4443 "fig-r/psr2r-sniffer" : " dev-next" ,
4544 "phpunit/phpunit" : " ^10.1"
6463 }
6564 },
6665 "prefer-stable" : true ,
66+ "minimum-stability" : " dev" ,
6767 "scripts" : {
6868 "test" : " phpunit" ,
6969 "test-coverage" : " phpunit --log-junit tmp/coverage/unitreport.xml --coverage-html tmp/coverage --coverage-clover tmp/coverage/coverage.xml" ,
8080 "cakephp/plugin-installer" : true ,
8181 "dealerdirect/phpcodesniffer-composer-installer" : true
8282 }
83- },
84- "minimum-stability" : " dev"
83+ }
8584}
Original file line number Diff line number Diff line change 2020 </testsuites >
2121
2222 <extensions >
23- <bootstrap class =" \ Cake\TestSuite\Fixture\Extension\PHPUnitExtension" />
23+ <bootstrap class =" Cake\TestSuite\Fixture\Extension\PHPUnitExtension" />
2424 </extensions >
2525
2626 <source >
You can’t perform that action at this time.
0 commit comments