Skip to content

Commit 7bc8fbf

Browse files
authored
Upgrade to PHP 8.0 (#312)
* Upgrade to PHP 8.0 * Closure of Payir and walleta payment gateways and unknown and suspicious activity of idpay
1 parent d23e366 commit 7bc8fbf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,13 @@ For PHP integration you can use [shetabit/multipay](https://github.com/shetabit/
5757
- [digipay](https://www.mydigipay.com/) :heavy_check_mark:
5858
- [etebarino (Installment payment)](https://etebarino.com/) :heavy_check_mark:
5959
- [fanavacard](https://www.fanava.com/) :heavy_check_mark:
60-
- [idpay](https://idpay.ir/) :heavy_check_mark:
6160
- [irankish](http://irankish.com/) :heavy_check_mark:
6261
- [local](#local-driver) :heavy_check_mark:
6362
- [jibit](https://jibit.ir/) :heavy_check_mark:
6463
- [nextpay](https://nextpay.ir/) :heavy_check_mark:
6564
- [omidpay](https://omidpayment.ir/) :heavy_check_mark:
6665
- [parsian](https://www.pec.ir/) :heavy_check_mark:
6766
- [pasargad](https://bpi.ir/) :heavy_check_mark:
68-
- [payir](https://pay.ir/) :heavy_check_mark:
6967
- [payfa](https://payfa.com/) :heavy_check_mark:
7068
- [paypal](http://www.paypal.com/) (will be added soon in next version)
7169
- [payping](https://www.payping.ir/) :heavy_check_mark:
@@ -80,7 +78,6 @@ For PHP integration you can use [shetabit/multipay](https://github.com/shetabit/
8078
- [sizpay](https://www.sizpay.ir/) :heavy_check_mark:
8179
- [toman](https://tomanpay.net/) :heavy_check_mark:
8280
- [vandar](https://vandar.io/) :heavy_check_mark:
83-
- [walleta (Installment payment)](https://walleta.ir/) :heavy_check_mark:
8481
- [yekpay](https://yekpay.com/) :heavy_check_mark:
8582
- [zarinpal](https://www.zarinpal.com/) :heavy_check_mark:
8683
- [zibal](https://www.zibal.ir/) :heavy_check_mark:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
}
8585
],
8686
"require": {
87-
"php": ">=7.2",
87+
"php": ">=8.0",
8888
"illuminate/broadcasting": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
8989
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
9090
"shetabit/multipay": "^1.0"

0 commit comments

Comments
 (0)