Skip to content

Commit 6e81109

Browse files
committed
Support php 8.0
1 parent ed1cc63 commit 6e81109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ 73, 74 ]
12+
php: [ 73, 74, 80 ]
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "~7.3",
21+
"php": "~7.3 || ~8.0",
2222
"guzzlehttp/guzzle": "~6.0 || ^7.0",
2323
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0",
2424
"league/event": "^2.1"

0 commit comments

Comments
 (0)