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 29868d0 commit 413793cCopy full SHA for 413793c
composer.json
@@ -51,16 +51,20 @@
51
"checkoutcom",
52
"tpay"
53
],
54
- "homepage": "http://omnipay.thephpleague.com/",
+ "homepage": "https://omnipay.thephpleague.com/",
55
"license": "MIT",
56
"authors": [
57
{
58
"name": "Adrian Macneil",
59
"email": "adrian@adrianmacneil.com"
60
+ },
61
+ {
62
+ "name": "Barry vd. Heuvel",
63
+ "email": "barryvdh@gmail.com"
64
}
65
66
"require": {
- "php": "^5.6|^7",
67
+ "php": "^7.1",
68
"omnipay/common": "^3",
69
"php-http/guzzle6-adapter": "^1.1"
70
},
@@ -72,6 +76,5 @@
72
76
"dev-master": "3.0.x-dev"
73
77
74
78
75
- "minimum-stability": "dev",
79
"prefer-stable": true
80
0 commit comments