We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e722e commit 4c123d6Copy full SHA for 4c123d6
1 file changed
composer.json
@@ -6,16 +6,16 @@
6
"license": "MIT",
7
"require": {
8
"php": ">=7.2",
9
- "cakephp/cakephp": "dev-4.next as 4.3.0",
10
- "cakephp/migrations": "dev-3.next as 3.2.0",
+ "cakephp/cakephp": "^4.3",
+ "cakephp/migrations": "^3.2",
11
"cakephp/plugin-installer": "^1.3",
12
"mobiledetect/mobiledetectlib": "^2.8"
13
},
14
"require-dev": {
15
- "cakephp/bake": "^2.3",
+ "cakephp/bake": "^2.6",
16
"cakephp/repl": "^0.1",
17
"cakephp/cakephp-codesniffer": "^4.5",
18
- "cakephp/debug_kit": "dev-4.next as 4.5.0",
+ "cakephp/debug_kit": "^4.5",
19
"josegonzalez/dotenv": "^3.2",
20
"phpunit/phpunit": "~8.5.0 || ^9.3"
21
0 commit comments