Skip to content

Commit 4fff615

Browse files
authored
Merge pull request #16 from kblais/laravel-8-update
Laravel 8 compatibility
2 parents 235147e + 52da9e5 commit 4fff615

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ matrix:
2121
env: ILLUMINATE_VERSION=^7.0
2222
- php: 7.4
2323
env: ILLUMINATE_VERSION=^7.0
24+
- php: 7.3
25+
env: ILLUMINATE_VERSION=^8.0
26+
- php: 7.4
27+
env: ILLUMINATE_VERSION=^8.0

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php" : "^7.1",
24-
"illuminate/support": ">=5.8|^6.0|^7.0",
24+
"illuminate/support": ">=5.8|^6.0|^7.0|^8.0",
2525
"mkopinsky/zxcvbn-php": "^4.4"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)