Skip to content

Commit 61af44f

Browse files
committed
Allow next major for diff vendor.
1 parent 6f3244c commit 61af44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"cakephp/cakephp": "^3.4",
2727
"squizlabs/php_codesniffer": "^2.8 || ^3.0",
2828
"cakephp/bake": "^1.3.2",
29-
"sebastian/diff": "^1.4"
29+
"sebastian/diff": "^1.4 || ^2.0"
3030
},
3131
"require-dev": {
3232
"dereuromark/cakephp-tools": "^1.2",
@@ -48,7 +48,7 @@
4848
},
4949
"scripts": {
5050
"test": "php phpunit.phar",
51-
"test-setup": "[ ! -f phpunit.phar ] && wget https://phar.phpunit.de/phpunit-5.7.phar && mv phpunit-5.7.phar phpunit.phar || true",
51+
"test-setup": "[ ! -f phpunit.phar ] && wget https://phar.phpunit.de/phpunit-5.7.20.phar && mv phpunit-5.7.20.phar phpunit.phar || true",
5252
"test-coverage" : "php phpunit.phar --log-junit tmp/coverage/unitreport.xml --coverage-html tmp/coverage --coverage-clover tmp/coverage/coverage.xml",
5353
"phpstan": "phpstan analyse -c tests/phpstan.neon -l 3 src",
5454
"phpstan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan && mv composer.backup composer.json",

0 commit comments

Comments
 (0)