We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d5ba6 commit 162d115Copy full SHA for 162d115
1 file changed
composer.json
@@ -6,15 +6,15 @@
6
"license": "MIT",
7
"require": {
8
"php": ">=8.1",
9
- "cakephp/cakephp": "5.x-dev",
10
- "cakephp/migrations": "4.x-dev",
+ "cakephp/cakephp": "^5.0.0",
+ "cakephp/migrations": "^4.0.0",
11
"cakephp/plugin-installer": "^2.0",
12
"mobiledetect/mobiledetectlib": "^3.74"
13
},
14
"require-dev": {
15
- "cakephp/bake": "3.x-dev",
+ "cakephp/bake": "^3.0.0",
16
"cakephp/cakephp-codesniffer": "^5.0",
17
- "cakephp/debug_kit": "5.x-dev",
+ "cakephp/debug_kit": "^5.0.0",
18
"josegonzalez/dotenv": "^4.0",
19
"phpunit/phpunit": "^10.1.0"
20
@@ -47,7 +47,6 @@
47
"stan": "phpstan analyse",
48
"test": "phpunit --colors=always"
49
50
- "minimum-stability": "dev",
51
"prefer-stable": true,
52
"config": {
53
"platform-check": true,
0 commit comments