Skip to content

Commit 7ceab9c

Browse files
janmassivewachterjohannes
authored andcommitted
Updated required php version to allow 5.5 (#22)
* Updated required php version to allow 5.5 * Updated doctrine/data-fixtures version in composer * Updated travis.yml
1 parent 04ac722 commit 7ceab9c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ language: php
33
matrix:
44
fast_finish: true
55
include:
6+
- php: 5.5
7+
env:
8+
- STORAGE=doctrine
9+
- php: 5.5
10+
env:
11+
- STORAGE=array
612
- php: 5.6
713
env:
814
- STORAGE=doctrine

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~5.6 || ~7.0",
13+
"php": "~5.5 || ~7.0",
1414
"php-task/php-task": "0.3.*",
1515
"symfony/http-kernel": "^2.6",
1616
"symfony/dependency-injection": "^2.6",
@@ -23,7 +23,7 @@
2323
"symfony/framework-bundle": "^2.6",
2424
"symfony/finder": "^2.6",
2525
"doctrine/doctrine-bundle": "^1.5",
26-
"doctrine/data-fixtures": "^1.2"
26+
"doctrine/data-fixtures": "^1.1"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)