mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
Update PHPUnit to 6.5 and allow newer version of PHPUnit Bridge
This commit is contained in:
parent
bb1faba506
commit
072f189059
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
"symfony/dom-crawler": "^3.4|^4.0",
|
||||
"symfony/browser-kit": "^3.4|^4.0",
|
||||
"symfony/cache": "^3.4|^4.0",
|
||||
"symfony/phpunit-bridge": "^3.4",
|
||||
"symfony/phpunit-bridge": "^3.4|^4.0",
|
||||
"symfony/stopwatch": "^3.4|^4.0",
|
||||
"sensio/framework-extra-bundle": "^3.0",
|
||||
"doctrine/annotations": "^1.2",
|
||||
|
|
2
phpunit
2
phpunit
|
@ -5,5 +5,5 @@ if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
|
|||
exit(1);
|
||||
}
|
||||
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
|
||||
putenv('SYMFONY_PHPUNIT_VERSION=6.0');
|
||||
putenv('SYMFONY_PHPUNIT_VERSION=6.5');
|
||||
require __DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit';
|
||||
|
|
Loading…
Add table
Reference in a new issue