We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1134bb1 commit 8f5ca19Copy full SHA for 8f5ca19
1 file changed
composer.json
@@ -23,13 +23,13 @@
23
},
24
"require": {
25
"php": ">=8.2",
26
- "cakephp/cache": "dev-5.next as 5.3.0",
27
- "cakephp/database": "dev-5.next as 5.3.0",
28
- "cakephp/orm": "dev-5.next as 5.3.0"
+ "cakephp/cache": "^5.3.0",
+ "cakephp/database": "^5.3.0",
+ "cakephp/orm": "^5.3.0"
29
30
"require-dev": {
31
"cakephp/bake": "^3.3",
32
- "cakephp/cakephp": "dev-5.next as 5.3.0",
+ "cakephp/cakephp": "^5.3.0",
33
"cakephp/cakephp-codesniffer": "^5.0",
34
"phpunit/phpunit": "^11.5.3 || ^12.1.3"
35
0 commit comments