#71 Upgrade php version

This commit is contained in:
Remko van Bezooijen
2015-06-25 20:49:24 +02:00
parent af864423f5
commit 28d1e86d70
3 changed files with 5 additions and 7 deletions
+1 -3
View File
@@ -3,8 +3,6 @@ sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
@@ -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
+1 -1
View File
@@ -14,7 +14,7 @@
}
},
"require": {
"php": ">= 5.3.3",
"php": ">= 5.5",
"doctrine/lexer": "~1.0,>=1.0.1"
},
"require-dev" : {
Generated
+3 -3
View File
@@ -1,10 +1,10 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "9426f5a00cf0f71d83c287a7c0ff392b",
"hash": "eaf5eb6f0b3811e996fb205760c9dd3f",
"packages": [
{
"name": "doctrine/lexer",
@@ -1492,7 +1492,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">= 5.3.3"
"php": ">= 5.5"
},
"platform-dev": []
}