Skip to content

Commit b141b67

Browse files
Require cake and phpunit at newer versions
1 parent 8faf091 commit b141b67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313
],
1414
"require": {
15-
"cakephp/cakephp": "^3.5",
16-
"php": ">=5.6"
15+
"cakephp/cakephp": "4.*",
16+
"php": ">=5.6",
17+
"phpunit/phpunit": "8.*"
1718
},
1819
"require-dev": {
19-
"phpunit/phpunit": "^5.7",
2020
"cakephp/cakephp-codesniffer": "dev-master",
2121
"php-coveralls/php-coveralls": "^2.0.0"
2222
},

0 commit comments

Comments
 (0)