Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Require guzzlehttp/guzzle for dev only
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Dec 5, 2017
1 parent 8799430 commit 2d0db1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"php": ">=5.5",
"behat/behat": "^3.0.13",
"behat/mink-extension": "^2.0",
"guzzlehttp/guzzle": "^6.3",
"justinrainbow/json-schema": "^5.0",
"symfony/property-access": "^2.3|^3.0|^4.0",
"symfony/http-foundation": "^2.3|^3.0|^4.0",
Expand All @@ -18,6 +17,7 @@

"require-dev": {
"behat/mink-goutte-driver": "^1.1",
"guzzlehttp/guzzle": "^6.3",
"behat/mink-selenium2-driver": "^1.3",
"atoum/atoum": "^2.8|^3.0",
"fabpot/goutte": "^3.2"
Expand All @@ -37,7 +37,7 @@
"replace": {
"sanpi/behatch-contexts": "self.version"
},

"extra": {
"branch-alias": {
"dev-master": "2.8.x-dev"
Expand Down

0 comments on commit 2d0db1f

Please sign in to comment.