Skip to content

Commit

Permalink
#71 Upgrade php version
Browse files Browse the repository at this point in the history
  • Loading branch information
emkookmer committed Jun 25, 2015
1 parent af86442 commit 28d1e86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -3,8 +3,6 @@ sudo: false
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
Expand All @@ -17,7 +15,7 @@ env:
matrix:
fast_finish: true
include:
- php: 5.3
- php: 5.5
env: deps=low
- php: 5.6
env: deps=high
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
}
},
"require": {
"php": ">= 5.3.3",
"php": ">= 5.5",
"doctrine/lexer": "~1.0,>=1.0.1"
},
"require-dev" : {
Expand Down
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 28d1e86

Please sign in to comment.