Skip to content

Commit

Permalink
Merge pull request #84 from InteractionDesignFoundation/83-php80
Browse files Browse the repository at this point in the history
Support PHP 8.0
  • Loading branch information
florianv committed Jan 11, 2021
2 parents 66c25ba + 0c46d3d commit e88b79a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,8 @@ matrix:
env: PREFER="--prefer-lowest"
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
- php: 8.0

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -31,7 +31,7 @@
}
},
"require": {
"php": "^7.1.3",
"php": "^7.1.3 || ^8.0",
"florianv/swap": "^4.0"
},
"require-dev": {
Expand Down

0 comments on commit e88b79a

Please sign in to comment.