Skip to content

Commit 7eb1c03

Browse files
committed
Update to stable dependencies.
1 parent d0b569b commit 7eb1c03

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"source": "https://github.com/cakephp/debug_kit"
2424
},
2525
"require": {
26-
"cakephp/cakephp": "5.x-dev",
26+
"cakephp/cakephp": "^5.0",
2727
"composer/composer": "^2.0",
2828
"doctrine/sql-formatter": "^1.1.3"
2929
},
3030
"require-dev": {
31-
"cakephp/authorization": "3.x-dev",
32-
"cakephp/cakephp-codesniffer": "5.x-dev",
31+
"cakephp/authorization": "^3.0",
32+
"cakephp/cakephp-codesniffer": "^5.0",
3333
"phpunit/phpunit": "^10.1.0"
3434
},
3535
"autoload": {
@@ -62,7 +62,6 @@
6262
"stan-setup": "phive install",
6363
"test": "phpunit"
6464
},
65-
"minimum-stability": "dev",
6665
"prefer-stable": true,
6766
"config": {
6867
"allow-plugins": {

0 commit comments

Comments
 (0)