We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b569b commit 7eb1c03Copy full SHA for 7eb1c03
composer.json
@@ -23,13 +23,13 @@
23
"source": "https://github.com/cakephp/debug_kit"
24
},
25
"require": {
26
- "cakephp/cakephp": "5.x-dev",
+ "cakephp/cakephp": "^5.0",
27
"composer/composer": "^2.0",
28
"doctrine/sql-formatter": "^1.1.3"
29
30
"require-dev": {
31
- "cakephp/authorization": "3.x-dev",
32
- "cakephp/cakephp-codesniffer": "5.x-dev",
+ "cakephp/authorization": "^3.0",
+ "cakephp/cakephp-codesniffer": "^5.0",
33
"phpunit/phpunit": "^10.1.0"
34
35
"autoload": {
@@ -62,7 +62,6 @@
62
"stan-setup": "phive install",
63
"test": "phpunit"
64
65
- "minimum-stability": "dev",
66
"prefer-stable": true,
67
"config": {
68
"allow-plugins": {
0 commit comments