Skip to content

Commit

Permalink
Merge pull request #41 from kokspflanze/php80-update
Browse files Browse the repository at this point in the history
Php80 update
  • Loading branch information
kokspflanze authored Apr 20, 2021
2 parents 36d2148 + 7594f68 commit 8b10aef
Show file tree
Hide file tree
Showing 3 changed files with 1,321 additions and 582 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ cache:

matrix:
include:
- php: 7.2
env:
- DEPS=lowest
- php: 7.2
env:
- DEPS=locked
- php: 7.2
env:
- DEPS=latest
- php: 7.3
env:
- DEPS=lowest
Expand All @@ -41,6 +32,15 @@ matrix:
- php: 7.4
env:
- DEPS=latest
- php: 8.0
env:
- DEPS=lowest
- php: 8.0
env:
- DEPS=locked
- php: 8.0
env:
- DEPS=latest

before_install:
- travis_retry composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.2.9",
"php": "^7.3 || ^8.0",
"twig/twig": "^3.0.1",
"laminas/laminas-mvc": "^3.0",
"laminas/laminas-view": "^2.7",
Expand Down
Loading

0 comments on commit 8b10aef

Please sign in to comment.