We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52da87b + df6fc86 commit 5f1339bCopy full SHA for 5f1339b
.travis.yml
@@ -5,6 +5,7 @@ php:
5
- 7.2
6
- 7.3
7
- 7.4
8
+ - 8.0
9
10
env:
11
global:
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^7.1",
+ "php": "^7.1|^8.0",
20
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
21
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
22
"intervention/image": "^2.4"
0 commit comments