Skip to content

Commit 8f5ca19

Browse files
authored
Update CakePHP dependencies to version 5.3.0
1 parent 1134bb1 commit 8f5ca19

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
},
2424
"require": {
2525
"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"
26+
"cakephp/cache": "^5.3.0",
27+
"cakephp/database": "^5.3.0",
28+
"cakephp/orm": "^5.3.0"
2929
},
3030
"require-dev": {
3131
"cakephp/bake": "^3.3",
32-
"cakephp/cakephp": "dev-5.next as 5.3.0",
32+
"cakephp/cakephp": "^5.3.0",
3333
"cakephp/cakephp-codesniffer": "^5.0",
3434
"phpunit/phpunit": "^11.5.3 || ^12.1.3"
3535
},

0 commit comments

Comments
 (0)