We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ac722 commit 7ceab9cCopy full SHA for 7ceab9c
.travis.yml
@@ -3,6 +3,12 @@ language: php
3
matrix:
4
fast_finish: true
5
include:
6
+ - php: 5.5
7
+ env:
8
+ - STORAGE=doctrine
9
10
11
+ - STORAGE=array
12
- php: 5.6
13
env:
14
- STORAGE=doctrine
composer.json
@@ -10,7 +10,7 @@
}
],
"require": {
- "php": "~5.6 || ~7.0",
+ "php": "~5.5 || ~7.0",
"php-task/php-task": "0.3.*",
15
"symfony/http-kernel": "^2.6",
16
"symfony/dependency-injection": "^2.6",
@@ -23,7 +23,7 @@
23
"symfony/framework-bundle": "^2.6",
24
"symfony/finder": "^2.6",
25
"doctrine/doctrine-bundle": "^1.5",
26
- "doctrine/data-fixtures": "^1.2"
+ "doctrine/data-fixtures": "^1.1"
27
},
28
"autoload": {
29
"psr-4": {
0 commit comments