Skip to content

Commit fcd5a60

Browse files
committed
Merge pull request #34 from TiGR/patch-1
Change abandoned guzzle/http to guzzle/guzzle (fixes #33)
2 parents b2ebfbd + 80cd491 commit fcd5a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
before_script:
1717
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
18-
- composer require guzzle/http:${GUZZLE_VERSION} --no-update
18+
- composer require guzzle/guzzle:${GUZZLE_VERSION} --no-update
1919
- composer install -n --dev --prefer-source
2020

2121
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require": {
3030
"php": ">=5.3.2",
31-
"guzzle/http": "~3.1",
31+
"guzzle/guzzle": "~3.9",
3232
"symfony/http-foundation": "~2.1"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)