Skip to content

Commit

Permalink
Update to stable dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 10, 2023
1 parent d0b569b commit 7eb1c03
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"source": "https://github.com/cakephp/debug_kit"
},
"require": {
"cakephp/cakephp": "5.x-dev",
"cakephp/cakephp": "^5.0",
"composer/composer": "^2.0",
"doctrine/sql-formatter": "^1.1.3"
},
"require-dev": {
"cakephp/authorization": "3.x-dev",
"cakephp/cakephp-codesniffer": "5.x-dev",
"cakephp/authorization": "^3.0",
"cakephp/cakephp-codesniffer": "^5.0",
"phpunit/phpunit": "^10.1.0"
},
"autoload": {
Expand Down Expand Up @@ -62,7 +62,6 @@
"stan-setup": "phive install",
"test": "phpunit"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 7eb1c03

Please sign in to comment.