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.
2 parents 1009876 + b3d69e3 commit 7976eacCopy full SHA for 7976eac
.travis.yml
@@ -71,7 +71,7 @@ before_script:
71
- composer update $COMPOSER_FLAGS
72
73
script:
74
- - SYMFONY_DEPRECATIONS_HELPER=weak phpunit ${PHPUNIT_FLAGS}
+ - SYMFONY_DEPRECATIONS_HELPER=weak vendor/bin/phpunit ${PHPUNIT_FLAGS}
75
- make -C Resources/doc SPHINXOPTS='-nW' html
76
- make -C Resources/doc spelling
77
composer.json
@@ -26,6 +26,7 @@
26
"symfony/framework-bundle": "^2.3||^3.0"
27
},
28
"require-dev": {
29
+ "phpunit/phpunit": "^4.5.0 || ^5.0.0",
30
"mockery/mockery": "0.9.*",
31
"monolog/monolog": "*",
32
"sensio/framework-extra-bundle": "^2.3||^3.0",
0 commit comments