diff --git a/composer.json b/composer.json index 39d24d6c2f..35930f311d 100644 --- a/composer.json +++ b/composer.json @@ -16,17 +16,25 @@ "repositories": [ { "type": "git", - "url": "https://github.com/VolCh/symfony-console-completion" + "url": "https://github.com/VolCh/symfony-console-completion.git" + }, + { + "type": "git", + "url": "https://github.com/VolCh/phpunit.git" + }, + { + "type": "git", + "url": "https://github.com/VolCh/php-webdriver.git" } ], "require": { "php": ">=5.4.0 <8.0", "ext-json": "*", "ext-mbstring": "*", - "phpunit/phpunit": ">4.8.20 <7.0", + "phpunit/phpunit": "dev-5.7-symfony4", "phpunit/php-code-coverage": ">=2.2.4 <6.0", "phpunit/phpunit-mock-objects": ">2.3 <5.0", - "facebook/webdriver": ">=1.1.3 <2.0", + "facebook/webdriver": "dev-symfony4", "guzzlehttp/guzzle": ">=4.1.4 <7.0", "guzzlehttp/psr7": "~1.0", "symfony/finder": ">=2.7 <5.0",