Skip to content

Commit a3aa32e

Browse files
committed
Supported PHP 8.0
1 parent 62a6617 commit a3aa32e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
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

composer.json

+1-1
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)