Skip to content

Commit 3b06cc0

Browse files
committed
Fix up dependencies
1 parent c70d140 commit 3b06cc0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@
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"
@@ -64,6 +63,7 @@
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",
@@ -80,6 +80,5 @@
8080
"cakephp/plugin-installer": true,
8181
"dealerdirect/phpcodesniffer-composer-installer": true
8282
}
83-
},
84-
"minimum-stability": "dev"
83+
}
8584
}

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>

0 commit comments

Comments
 (0)