Skip to content

Commit db6eb14

Browse files
Move phpunit to dev deps
1 parent b141b67 commit db6eb14

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
@@ -13,12 +13,12 @@
1313
],
1414
"require": {
1515
"cakephp/cakephp": "4.*",
16-
"php": ">=5.6",
17-
"phpunit/phpunit": "8.*"
16+
"php": ">=5.6"
1817
},
1918
"require-dev": {
2019
"cakephp/cakephp-codesniffer": "dev-master",
21-
"php-coveralls/php-coveralls": "^2.0.0"
20+
"php-coveralls/php-coveralls": "^2.0.0",
21+
"phpunit/phpunit": "8.*"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)