Skip to content

Commit

Permalink
Switch to PHPUnit stable & WebDriver dev upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
VolCh committed Nov 15, 2017
1 parent 6ed9749 commit 95f065f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions composer.json
Expand Up @@ -17,20 +17,16 @@
{
"type": "git",
"url": "https://github.com/VolCh/symfony-console-completion.git"
},
{
"type": "git",
"url": "https://github.com/VolCh/php-webdriver.git"
}
],
"require": {
"php": ">=5.4.0 <8.0",
"ext-json": "*",
"ext-mbstring": "*",
"phpunit/phpunit": "5.7.x-dev",
"phpunit/phpunit": ">4.8.20 <7.0",
"phpunit/php-code-coverage": ">=2.2.4 <6.0",
"phpunit/phpunit-mock-objects": ">2.3 <5.0",
"facebook/webdriver": "dev-symfony4",
"facebook/webdriver": "1.5.x-dev",
"guzzlehttp/guzzle": ">=4.1.4 <7.0",
"guzzlehttp/psr7": "~1.0",
"symfony/finder": ">=2.7 <5.0",
Expand Down

0 comments on commit 95f065f

Please sign in to comment.