Skip to content

Commit 8464e0f

Browse files
authored
Update dependency constraints (#1084)
1 parent 5257b0e commit 8464e0f

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
@@ -7,16 +7,16 @@
77
"require": {
88
"php": ">=8.2",
99
"cakephp/cakephp": "5.3.*",
10-
"cakephp/migrations": "^5.0.0",
10+
"cakephp/migrations": "^5.0",
1111
"cakephp/plugin-installer": "^2.0",
1212
"mobiledetect/mobiledetectlib": "^4.8.03"
1313
},
1414
"require-dev": {
15-
"cakephp/bake": "^3.0.0",
15+
"cakephp/bake": "^3.6",
1616
"cakephp/cakephp-codesniffer": "^5.3",
17-
"cakephp/debug_kit": "^5.2.0",
17+
"cakephp/debug_kit": "^5.2",
1818
"josegonzalez/dotenv": "^4.0",
19-
"phpunit/phpunit": "^11.5.3 || ^12.1.3"
19+
"phpunit/phpunit": "^11.5.3 || ^12.1.3 || ^13.0"
2020
},
2121
"suggest": {
2222
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications.",

0 commit comments

Comments
 (0)