Skip to content

Commit 1745da5

Browse files
committed
Update support php8 PR
1 parent a3aa32e commit 1745da5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Tất cả lịch sử tiến trình phát triển thư viện
44

5+
### 1.1.3
6+
7+
+ Hổ trợ PHP 8
8+
59
### 1.1.2
610

711
+ Nâng cấp composer package `ignited/laravel-omnipay` lên phiên bản tối thiểu 3.3.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.1|^8.0",
20+
"php": "^7.1 || ^8.0",
2121
"ignited/laravel-omnipay": "^3.3",
2222
"illuminate/support": "^5.7 || ^6.0 || ^7.0 || ^8.0",
2323
"phpviet/omnipay-momo": "^1.0",

0 commit comments

Comments
 (0)