Skip to content

Commit 413793c

Browse files
committed
Update composer.json
1 parent 29868d0 commit 413793c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,20 @@
5151
"checkoutcom",
5252
"tpay"
5353
],
54-
"homepage": "http://omnipay.thephpleague.com/",
54+
"homepage": "https://omnipay.thephpleague.com/",
5555
"license": "MIT",
5656
"authors": [
5757
{
5858
"name": "Adrian Macneil",
5959
"email": "[email protected]"
60+
},
61+
{
62+
"name": "Barry vd. Heuvel",
63+
"email": "[email protected]"
6064
}
6165
],
6266
"require": {
63-
"php": "^5.6|^7",
67+
"php": "^7.1",
6468
"omnipay/common": "^3",
6569
"php-http/guzzle6-adapter": "^1.1"
6670
},
@@ -72,6 +76,5 @@
7276
"dev-master": "3.0.x-dev"
7377
}
7478
},
75-
"minimum-stability": "dev",
7679
"prefer-stable": true
7780
}

0 commit comments

Comments
 (0)