Skip to content

Commit

Permalink
Update to stable releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 10, 2023
1 parent 2133e21 commit 16f5e0d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Expand Up @@ -18,15 +18,15 @@
"source": "https://github.com/cakephp/bake"
},
"require": {
"cakephp/cakephp": "5.x-dev",
"cakephp/twig-view": "2.x-dev",
"cakephp/cakephp": "^5.0.0",
"cakephp/twig-view": "^2.0.0",
"brick/varexporter": "^0.3.5",
"nikic/php-parser": "^4.13.2"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "5.x-dev",
"cakephp/cakephp-codesniffer": "^5.0.0",
"phpunit/phpunit": "^10.1.0",
"cakephp/debug_kit": "5.x-dev",
"cakephp/debug_kit": "^5.0.0",
"cakephp/plugin-installer": "^1.3"
},
"autoload": {
Expand Down Expand Up @@ -69,6 +69,5 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 16f5e0d

Please sign in to comment.