Skip to content

Commit 31097d9

Browse files
committed
Support PHP 8.0
1 parent cc0100e commit 31097d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 7.2
54
- 7.3
65
- 7.4
6+
- 8.0
77

88
env:
99
matrix:

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.3",
15-
"edamov/pushok": "^0.11",
14+
"php": "^7.3|^8.0",
15+
"edamov/pushok": "^0.12",
1616
"illuminate/cache": "^8.0",
1717
"illuminate/config": "^8.0",
1818
"illuminate/events": "^8.0",

0 commit comments

Comments
 (0)