Skip to content

Commit 5875af7

Browse files
Drop php 7.4 support
1 parent cb1fb69 commit 5875af7

File tree

823 files changed

+66680
-11681
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

823 files changed

+66680
-11681
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"type": "git",
1313
"url": "https://github.com/eileenmcnaughton/omnipay-paypal.git"
1414
},
15+
{
16+
"type": "git",
17+
"url": "https://github.com/eileenmcnaughton/omnipay-firstatlanticcommerce-gateway.git"
18+
},
1519
{
1620
"type": "vcs",
1721
"url": "https://github.com/adixon/omnipay-beanstream.git"
@@ -20,7 +24,7 @@
2024
],
2125
"require":
2226
{
23-
"league/omnipay": "~3.0",
27+
"league/omnipay": "*",
2428
"psr/log": "^1.0@dev",
2529
"omnipay/paypal": "^3.0@dev",
2630
"omnipay/authorizenet": "^3.0@dev",
@@ -37,7 +41,7 @@
3741
"fuzion/omnipay-mercanet": "^3.0@dev",
3842
"razorpay/omnipay-razorpay": "^3.0@dev",
3943
"clue/stream-filter": "^1.4.1",
40-
"cloudcogsio/omnipay-firstatlanticcommerce-gateway" : "^1.0.2",
44+
"cloudcogsio/omnipay-firstatlanticcommerce-gateway" : "*",
4145
"hounddd/omnipay-systempay": "dev-master",
4246
"ext-json": "*"
4347
},
@@ -56,7 +60,7 @@
5660
"minimum-stability": "dev",
5761
"config": {
5862
"platform": {
59-
"php": "7.4.0"
63+
"php": "8.0.2"
6064
},
6165
"allow-plugins": {
6266
"php-http/discovery": false

0 commit comments

Comments
 (0)