Skip to content

Commit

Permalink
Merge pull request #42 from geerteltink/feat/php-8
Browse files Browse the repository at this point in the history
feat: php 8 support
  • Loading branch information
geerteltink committed Oct 24, 2020
2 parents 8eecb18 + e9d0ee0 commit 680171d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ cache:

env:
global:
- COMPOSER_ARGS="--no-interaction"
- COMPOSER_ARGS="--no-interaction --ignore-platform-reqs"

matrix:
fast_finish: true
Expand Down Expand Up @@ -35,6 +35,12 @@ matrix:
- php: 7.4
env:
- DEPS=latest
- php: nightly
env:
- DEPS=lowest
- php: nightly
env:
- DEPS=latest

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
"sort-packages": true
},
"require": {
"php": "^7.1",
"php": "^7.3 || ~8.0.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
"laminas/laminas-zendframework-bridge": "^1.0",
"slevomat/coding-standard": "^6.4.1",
Expand Down

0 comments on commit 680171d

Please sign in to comment.