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 187e011 commit 7f6e9c1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 35 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/interop": "master@dev",
"daikon/data-structure": "master@dev",
"ramsey/uuid": "^4.0"
Expand Down
68 changes: 34 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f6e9c1

Please sign in to comment.