Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

Commit

Permalink
Removed hard phpunit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 20, 2017
1 parent 1ac8487 commit 293127b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -41,6 +41,7 @@ matrix:
install:
- wget "http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar" --output-document="${HOME}/bin/php-cs-fixer" && chmod u+x "${HOME}/bin/php-cs-fixer"
- wget "https://github.com/php-coveralls/php-coveralls/releases/download/v2.0.0/php-coveralls.phar" --output-document="${HOME}/bin/php-coveralls" && chmod u+x "${HOME}/bin/php-coveralls"
- wget "https://phar.phpunit.de/phpunit-5.7.phar" --output-document="${HOME}/bin/phpunit" && chmod u+x "${HOME}/bin/phpunit"
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
- if [ "$TARGET" == "lint" ]; then gem install yaml-lint && composer global require --dev sllh/composer-lint --no-update; fi
- if [ "$TARGET" == "phpstan" ]; then composer global require --dev phpstan/phpstan:^0.9 --no-update; fi
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Expand Up @@ -34,8 +34,6 @@
"require-dev": {
"matthiasnoback/symfony-dependency-injection-test": "^1.1",
"php-http/mock-client": "^0.3",
"phpunit/phpunit": "^5.7",
"sebastian/exporter": "^2.0",
"sonata-project/admin-bundle": "^3.1",
"symfony/phpunit-bridge": "^4.0"
},
Expand Down

0 comments on commit 293127b

Please sign in to comment.