Commit 7b32b8a9 authored by Fabien Potencier's avatar Fabien Potencier

minor #1039 Remove PHPUnit as a development dependency (henrikbjorn)

This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1039).

Discussion
----------

Remove PHPUnit as a development dependency

This will make it more inline with how Symfony uses PHPUnit and already
considers this a tool installed when developing.

for reference as PR that rejects having phpunit as dependency in symfony
https://github.com/symfony/symfony/issues/12136

Commits
-------

62b0fa70 Remove PHPUnit as a development dependency
parents be10a763 62b0fa70
...@@ -12,7 +12,7 @@ before_script: ...@@ -12,7 +12,7 @@ before_script:
- sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ]; then sed -i 's/>=2.3,<2.6-dev/2.3.*@dev/g' composer.json; composer update --dev --prefer-source; fi" - sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ]; then sed -i 's/>=2.3,<2.6-dev/2.3.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
- composer install --dev --prefer-source - composer install --dev --prefer-source
script: vendor/bin/phpunit script: phpunit
php: php:
- 5.3 - 5.3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment