Skip to content

Commit

Permalink
Support PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson committed Jan 9, 2021
1 parent cc0100e commit 31097d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 7.2
- 7.3
- 7.4
- 8.0

env:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}
],
"require": {
"php": "^7.3",
"edamov/pushok": "^0.11",
"php": "^7.3|^8.0",
"edamov/pushok": "^0.12",
"illuminate/cache": "^8.0",
"illuminate/config": "^8.0",
"illuminate/events": "^8.0",
Expand Down

0 comments on commit 31097d9

Please sign in to comment.