Skip to content

Commit

Permalink
Merge pull request #17 from mmachatschek/support_php8
Browse files Browse the repository at this point in the history
Support PHP 8
  • Loading branch information
mpociot authored Dec 18, 2020
2 parents 43bcd5f + 11f074e commit 42bec87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.2
- 7.3
- 7.4
- nightly

env:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0",
"symfony/stopwatch": "^4.0|^5.0"
},
Expand Down

0 comments on commit 42bec87

Please sign in to comment.