Skip to content

Commit

Permalink
Allow symfony/process:4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VolCh committed Oct 22, 2017
1 parent 57eb6ce commit 57f4419
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 57f4419

Please sign in to comment.