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 fd9f3a5 commit 0afcd5e
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 65 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/message-bus": "master@dev",
Expand Down

0 comments on commit 0afcd5e

Please sign in to comment.