We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cddd93 commit 0e4e3c8Copy full SHA for 0e4e3c8
composer.json
@@ -6,17 +6,17 @@
6
"homepage": "https://cakephp.org",
7
"require": {
8
"php": ">=8.2",
9
- "cakephp/cakephp": "dev-5.next as 5.2.0",
+ "cakephp/cakephp": "5.2.0@RC",
10
"cakephp/migrations": "^4.0.0",
11
"cakephp/plugin-installer": "^2.0",
12
"mobiledetect/mobiledetectlib": "^4.8.03"
13
},
14
"require-dev": {
15
"cakephp/bake": "^3.0.0",
16
- "cakephp/cakephp-codesniffer": "^5.0",
17
- "cakephp/debug_kit": "^5.0.0",
+ "cakephp/cakephp-codesniffer": "^5.3",
+ "cakephp/debug_kit": "^5.2.0",
18
"josegonzalez/dotenv": "^4.0",
19
- "phpunit/phpunit": "^11.1.3 || ^12.1"
+ "phpunit/phpunit": "^11.5.3 || ^12.1.3"
20
21
"suggest": {
22
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications.",
0 commit comments