Skip to content

Commit

Permalink
fix conflict dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Jun 10, 2019
1 parent 745cf8f commit 734f70f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Expand Up @@ -20,9 +20,6 @@
"dev-master": "1.0-dev"
}
},
"replace": {
"doyo/code-coverage-bridge": "self.version"
},
"autoload": {
"psr-4": {
"Doyo\\Behat\\Coverage\\": "src/"
Expand All @@ -49,7 +46,7 @@
"behat/mink-extension": "^2.3",
"behat/mink-goutte-driver": "^1.2",
"behatch/contexts": "^3.2",
"doyo/phpspec-code-coverage": "^1.0@dev | ^2.0@dev",
"doyo/phpspec-code-coverage": "^1.0@dev",
"phpspec/phpspec": "^4.3 | ^5.0",
"phpunit/phpcov": "^4.0 | ^5.0",
"phpunit/phpunit": "^6.5 | ^7.0"
Expand Down

0 comments on commit 734f70f

Please sign in to comment.