Skip to content

Commit

Permalink
Allow installation on PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed May 25, 2021
1 parent f75b696 commit 736fbbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ checks:
tools:
external_code_coverage:
timeout: 600
runs: 3
runs: 4
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist: trusty
language: php

php:
- 7.2
- 7.3
- 7.4
- 8.0

## Cache composer
cache:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "~7.2",
"php": "^7.2|^8.0",
"illuminate/encryption": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"league/flysystem": "^1.0.20"
Expand Down

0 comments on commit 736fbbd

Please sign in to comment.