Skip to content

Commit 4c123d6

Browse files
committed
Bump dependencies to stable versions
1 parent c0e722e commit 4c123d6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"license": "MIT",
77
"require": {
88
"php": ">=7.2",
9-
"cakephp/cakephp": "dev-4.next as 4.3.0",
10-
"cakephp/migrations": "dev-3.next as 3.2.0",
9+
"cakephp/cakephp": "^4.3",
10+
"cakephp/migrations": "^3.2",
1111
"cakephp/plugin-installer": "^1.3",
1212
"mobiledetect/mobiledetectlib": "^2.8"
1313
},
1414
"require-dev": {
15-
"cakephp/bake": "^2.3",
15+
"cakephp/bake": "^2.6",
1616
"cakephp/repl": "^0.1",
1717
"cakephp/cakephp-codesniffer": "^4.5",
18-
"cakephp/debug_kit": "dev-4.next as 4.5.0",
18+
"cakephp/debug_kit": "^4.5",
1919
"josegonzalez/dotenv": "^3.2",
2020
"phpunit/phpunit": "~8.5.0 || ^9.3"
2121
},

0 commit comments

Comments
 (0)