Skip to content

Commit e4b5443

Browse files
committed
stick with phpunit in require-dev, for IDE use and to lessen complications with reflection-* deps
1 parent 657c9fb commit e4b5443

File tree

3 files changed

+1409
-3
lines changed

3 files changed

+1409
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ matrix:
1212
install:
1313
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
1414
- travis_retry wget https://phar.io/releases/phive.phar
15-
- travis_retry composer require --dev phpunit/phpunit # cannot trust phpunit.phar, because this package is itself in that phar..."
1615

1716
script:
1817
- ./vendor/bin/phpunit --no-coverage

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"branch-alias": {
2323
"dev-master": "1.0.x-dev"
2424
}
25+
},
26+
"require-dev": {
27+
"phpunit/phpunit": "^6.5"
2528
}
2629
}

0 commit comments

Comments
 (0)