We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8faf091 commit b141b67Copy full SHA for b141b67
composer.json
@@ -12,11 +12,11 @@
12
}
13
],
14
"require": {
15
- "cakephp/cakephp": "^3.5",
16
- "php": ">=5.6"
+ "cakephp/cakephp": "4.*",
+ "php": ">=5.6",
17
+ "phpunit/phpunit": "8.*"
18
},
19
"require-dev": {
- "phpunit/phpunit": "^5.7",
20
"cakephp/cakephp-codesniffer": "dev-master",
21
"php-coveralls/php-coveralls": "^2.0.0"
22
0 commit comments