Skip to content

Commit

Permalink
Add PHP8 as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Apr 1, 2020
1 parent fe309b1 commit dda1e7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ matrix:
allow_failures:
- php: 7.2
env: DEPS=latest
- php: 7.4
- php: nightly

stages:
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"email": "[email protected]"
}],
"require": {
"php": "^7.2|^8.0",
"ext-intl": "*",
"org_heigl/dateintervalcomparator": "^1.0"
},
Expand Down

0 comments on commit dda1e7b

Please sign in to comment.