We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5257b0e commit 8464e0fCopy full SHA for 8464e0f
composer.json
@@ -7,16 +7,16 @@
7
"require": {
8
"php": ">=8.2",
9
"cakephp/cakephp": "5.3.*",
10
- "cakephp/migrations": "^5.0.0",
+ "cakephp/migrations": "^5.0",
11
"cakephp/plugin-installer": "^2.0",
12
"mobiledetect/mobiledetectlib": "^4.8.03"
13
},
14
"require-dev": {
15
- "cakephp/bake": "^3.0.0",
+ "cakephp/bake": "^3.6",
16
"cakephp/cakephp-codesniffer": "^5.3",
17
- "cakephp/debug_kit": "^5.2.0",
+ "cakephp/debug_kit": "^5.2",
18
"josegonzalez/dotenv": "^4.0",
19
- "phpunit/phpunit": "^11.5.3 || ^12.1.3"
+ "phpunit/phpunit": "^11.5.3 || ^12.1.3 || ^13.0"
20
21
"suggest": {
22
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications.",
0 commit comments