Skip to content

Commit 40a8598

Browse files
authored
Merge pull request #6 from bcrowe/fix-cake4-ver
Update cakephp version to ^4.0
2 parents 312cb34 + 161a842 commit 40a8598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=7.2",
20-
"cakephp/cakephp": "4.x-dev as 4.0.0"
20+
"cakephp/cakephp": "^4.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)