We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048c42c commit 1ba7c8aCopy full SHA for 1ba7c8a
composer.json
@@ -21,9 +21,10 @@
21
}
22
],
23
"require": {
24
- "php": "^5.6|^7",
+ "php": "^7.2",
25
"omnipay/common": "^3",
26
- "php-http/guzzle6-adapter": "^1.1|^2"
+ "php-http/discovery": "^1.12",
27
+ "php-http/guzzle7-adapter": "^0.1"
28
},
29
"require-dev": {
30
"omnipay/tests": "^3"
@@ -33,11 +34,12 @@
33
34
35
"extra": {
36
"branch-alias": {
- "dev-master": "3.0.x-dev"
37
+ "dev-master": "3.1.x-dev"
38
39
40
"scripts": {
41
"test": "phpunit"
42
43
+ "minimum-stability": "dev",
44
"prefer-stable": true
45
0 commit comments