Skip to content

Commit

Permalink
PHP8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHash committed Feb 13, 2021
1 parent 163b706 commit 5a5e136
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 60 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: php

php:
- 7.4
- 8.0

os: linux
dist: bionic
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -8,7 +8,7 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"daikon/data-structure": "master@dev",
"daikon/interop": "master@dev",
"daikon/metadata": "master@dev",
Expand Down

0 comments on commit 5a5e136

Please sign in to comment.