Skip to content

Commit 1ba7c8a

Browse files
authored
Use Guzzle7 as default implementation (#615)
* Use Guzzle7 adapter as default implementation
1 parent 048c42c commit 1ba7c8a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^5.6|^7",
24+
"php": "^7.2",
2525
"omnipay/common": "^3",
26-
"php-http/guzzle6-adapter": "^1.1|^2"
26+
"php-http/discovery": "^1.12",
27+
"php-http/guzzle7-adapter": "^0.1"
2728
},
2829
"require-dev": {
2930
"omnipay/tests": "^3"
@@ -33,11 +34,12 @@
3334
},
3435
"extra": {
3536
"branch-alias": {
36-
"dev-master": "3.0.x-dev"
37+
"dev-master": "3.1.x-dev"
3738
}
3839
},
3940
"scripts": {
4041
"test": "phpunit"
4142
},
43+
"minimum-stability": "dev",
4244
"prefer-stable": true
4345
}

0 commit comments

Comments
 (0)