Skip to content

Commit e3a0266

Browse files
author
Khair-ed-Din Husseini
committed
Upping guzzle version to 6
1 parent 2fce975 commit e3a0266

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "MIT",
55
"require": {
66
"php": ">=5.4.0",
7-
"guzzlehttp/guzzle": "~5.0",
8-
"commerceguys/guzzle-oauth2-plugin": "~2.0"
7+
"guzzlehttp/guzzle": "^6",
8+
"frankkessler/guzzle-oauth2-plugin": "dev-master"
99
},
1010
"require-dev": {
1111
"phpspec/phpspec": "~2.0"
@@ -27,6 +27,12 @@
2727
"dev-master": "1.0-dev"
2828
}
2929
},
30+
"repositories": [
31+
{
32+
"type": "vcs",
33+
"url": "https://github.com/frankkessler/guzzle-oauth2-plugin.git"
34+
}
35+
],
3036
"minimum-stability": "dev",
3137
"prefer-stable": true
3238
}

0 commit comments

Comments
 (0)