Skip to content

Commit cb0eb7f

Browse files
author
Michael Hoffmann
committed
Cake 4.0
1 parent a834741 commit cb0eb7f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@
66
"homepage": "https://github.com/scherersoftware/cake-cktools",
77
"require": {
88
"php": ">=7.2.0",
9-
"cakephp/cakephp": "^4.0.0-RC1",
9+
"cakephp/cakephp": "^4.0.0",
1010
"mpdf/mpdf": "^8.0",
1111
"gettext/gettext": "^4.1",
12-
"scherersoftware/cake-api-baselayer": "dev-cake-3.8",
13-
"codekanzlei/cake-frontend-bridge": "4.x-dev",
12+
"scherersoftware/cake-api-baselayer": "^3.0.0-rc1",
13+
"codekanzlei/cake-frontend-bridge": "^4.0.0-rc1",
1414
"codekanzlei/cake-auth-actions": "^4.0.0-rc5"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^8.3.3|^8.4",
1818
"phpstan/phpstan": "^0.11",
19-
"cakephp/cakephp-codesniffer": "^4.0.0-beta4",
20-
"scherersoftware/coding-standard": "4.0.x-dev"
19+
"scherersoftware/coding-standard": "^4.0.0"
2120
},
2221
"autoload": {
2322
"psr-4": {

0 commit comments

Comments
 (0)