Skip to content

Commit 2062a77

Browse files
Merge pull request #18 from hungcrush/master
Supported PHP 8.0
2 parents 62a6617 + 1745da5 commit 2062a77

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 7.2
66
- 7.3
77
- 7.4
8+
- 8.0
89

910
install:
1011
- composer self-update

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.1",
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)