Skip to content

Commit 0e4e3c8

Browse files
committed
Update dependencies
1 parent 0cddd93 commit 0e4e3c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"homepage": "https://cakephp.org",
77
"require": {
88
"php": ">=8.2",
9-
"cakephp/cakephp": "dev-5.next as 5.2.0",
9+
"cakephp/cakephp": "5.2.0@RC",
1010
"cakephp/migrations": "^4.0.0",
1111
"cakephp/plugin-installer": "^2.0",
1212
"mobiledetect/mobiledetectlib": "^4.8.03"
1313
},
1414
"require-dev": {
1515
"cakephp/bake": "^3.0.0",
16-
"cakephp/cakephp-codesniffer": "^5.0",
17-
"cakephp/debug_kit": "^5.0.0",
16+
"cakephp/cakephp-codesniffer": "^5.3",
17+
"cakephp/debug_kit": "^5.2.0",
1818
"josegonzalez/dotenv": "^4.0",
19-
"phpunit/phpunit": "^11.1.3 || ^12.1"
19+
"phpunit/phpunit": "^11.5.3 || ^12.1.3"
2020
},
2121
"suggest": {
2222
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications.",

0 commit comments

Comments
 (0)