We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1cc63 commit 6e81109Copy full SHA for 6e81109
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- php: [ 73, 74 ]
+ php: [ 73, 74, 80 ]
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v2
composer.json
@@ -18,7 +18,7 @@
18
}
19
],
20
"require": {
21
- "php": "~7.3",
+ "php": "~7.3 || ~8.0",
22
"guzzlehttp/guzzle": "~6.0 || ^7.0",
23
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0",
24
"league/event": "^2.1"
0 commit comments