Bump phpunit-bridge requirement to 3.4|4.0

This commit is contained in:
Nicolas Grekas 2017-11-20 20:31:57 +01:00
parent abe3c96253
commit 1c1a540d2f
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
"monolog/monolog": "~1.11",
"ircmaxell/password-compat": "~1.0",
"ocramius/proxy-manager": "~0.4|~1.0|~2.0",
"symfony/phpunit-bridge": "~3.2",
"symfony/phpunit-bridge": "~3.4|~4.0",
"egulias/email-validator": "~1.2,>=1.2.1",
"sensio/framework-extra-bundle": "^3.0.2"
},

View File

@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
// Cache-Id: https://github.com/symfony/phpunit-bridge/commit/29fa7b8196870591f35e1554dd69def482e01fb2
// Cache-Id: https://github.com/symfony/phpunit-bridge/commit/6d344ad9be7566f875488aa14d905449716c06cf
if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\nPlease run `composer update` before running this command.\n";