Skip to content

Commit 3a65729

Browse files
committed
Fix up dependencies
1 parent 990024b commit 3a65729

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
@@ -21,12 +21,12 @@
2121
],
2222
"require": {
2323
"php": ">=8.1",
24-
"cakephp/cakephp": "5.x-dev"
24+
"cakephp/cakephp": "^5.0.0"
2525
},
2626
"require-dev": {
27-
"cakephp/debug_kit": "5.x-dev",
28-
"cakephp/authentication": "3.x-dev",
29-
"cakephp/authorization": "3.x-dev",
27+
"cakephp/debug_kit": "^5.0.1",
28+
"cakephp/authentication": "^3.0.1",
29+
"cakephp/authorization": "^3.0.1",
3030
"fig-r/psr2r-sniffer": "dev-next",
3131
"composer/semver": "^3.0",
3232
"phpunit/phpunit": "^10.2"
@@ -61,6 +61,5 @@
6161
"allow-plugins": {
6262
"dealerdirect/phpcodesniffer-composer-installer": true
6363
}
64-
},
65-
"minimum-stability": "dev"
64+
}
6665
}

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</testsuites>
1414

1515
<extensions>
16-
<bootstrap class="\Cake\TestSuite\Fixture\Extension\PHPUnitExtension"/>
16+
<bootstrap class="Cake\TestSuite\Fixture\Extension\PHPUnitExtension"/>
1717
</extensions>
1818

1919
<source>

0 commit comments

Comments
 (0)