Skip to content

Commit

Permalink
Bumped PHP to ^7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jul 30, 2018
1 parent 09a13e5 commit 672715c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Expand Up @@ -8,19 +8,15 @@ cache:
## Build matrix for lowest and highest possible targets
matrix:
include:
- php: 7.0
- php: 7.1
env:
- qaExtended=true
- php: 7.1
- php: 7.2
env:
- dropPlatform=false
- php: nightly
env:
- dropPlatform=false
- php: 7.0
env:
- dependencies=lowest
- php: 7.1
env:
- dependencies=lowest
Expand All @@ -32,9 +28,6 @@ matrix:
env:
- dependencies=lowest
- dropPlatform=false
- php: 7.0
env:
- dependencies=highest
- php: 7.1
env:
- dependencies=highest
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.1",
"aptoma/twig-markdown": "^3.0",
"asm89/twig-cache-extension": "^1.0",
"jasny/twig-extensions": "^1.2.0",
Expand Down Expand Up @@ -100,7 +100,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.0"
"php": "7.1"
}
}
}
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 672715c

Please sign in to comment.