diff --git a/.travis.yml b/.travis.yml index 4d13f57..14e697f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,6 @@ before_script: script: - composer validate --strict - - vendor/bin/phpunit - vendor/bin/phpspec run - vendor/bin/behat --strict -vvv --no-interaction || vendor/bin/behat --strict -vvv --no-interaction --rerun diff --git a/composer.json b/composer.json index c57bebd..11ea962 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,6 @@ "phpstan/phpstan-shim": "^0.10", "phpstan/phpstan-symfony": "^0.10", "phpstan/phpstan-webmozart-assert": "^0.10", - "phpunit/phpunit": "^6.5", "sensiolabs/security-checker": "^5.0", "sylius-labs/coding-standard": "^2.0", "symfony/browser-kit": "^3.4|^4.1",