Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2d0db1f

Browse files
committedDec 5, 2017
Require guzzlehttp/guzzle for dev only
Behatch#231
1 parent 8799430 commit 2d0db1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"php": ">=5.5",
1010
"behat/behat": "^3.0.13",
1111
"behat/mink-extension": "^2.0",
12-
"guzzlehttp/guzzle": "^6.3",
1312
"justinrainbow/json-schema": "^5.0",
1413
"symfony/property-access": "^2.3|^3.0|^4.0",
1514
"symfony/http-foundation": "^2.3|^3.0|^4.0",
@@ -18,6 +17,7 @@
1817

1918
"require-dev": {
2019
"behat/mink-goutte-driver": "^1.1",
20+
"guzzlehttp/guzzle": "^6.3",
2121
"behat/mink-selenium2-driver": "^1.3",
2222
"atoum/atoum": "^2.8|^3.0",
2323
"fabpot/goutte": "^3.2"
@@ -37,7 +37,7 @@
3737
"replace": {
3838
"sanpi/behatch-contexts": "self.version"
3939
},
40-
40+
4141
"extra": {
4242
"branch-alias": {
4343
"dev-master": "2.8.x-dev"

0 commit comments

Comments
 (0)
This repository has been archived.