Skip to content

Commit ea7df62

Browse files
committed
Fixed Guzzle package name ('guzzle/guzzle' -> 'guzzlehttp/guzzle').
Issue #4.
1 parent c678a5f commit ea7df62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ master
66

77
* Added alternative `symfony/console` versions (`~3.0` and `~4.0`).
88
* Removed PHP versions < `5.6`.
9+
* Replace `guzzle/guzzle` by `guzzlehttp/guzzle`.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^5.6 || ^7.1",
16-
"guzzle/guzzle": "~3.7",
16+
"guzzlehttp/guzzle": "~3.7",
1717
"symfony/console": "~2.5|~3.0|~4.0"
1818
},
1919
"require-dev":{

0 commit comments

Comments
 (0)