File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 17
17
- SYMFONY_VERSION=3.2.*
18
18
- SYMFONY_VERSION=3.1.*
19
19
- SYMFONY_VERSION=3.0.*
20
+ - SYMFONY_VERSION=2.8.*
21
+ - SYMFONY_VERSION=2.7.*
20
22
21
23
branches :
22
24
except :
@@ -29,6 +31,8 @@ matrix:
29
31
env : SYMFONY_VERSION="3.2.* graphaware/neo4j-php-ogm:^1.0"
30
32
- php : 7.0
31
33
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=3.0.*
34
+ - php : 7.0
35
+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.7.*
32
36
33
37
install :
34
38
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
Original file line number Diff line number Diff line change 17
17
"require" : {
18
18
"php" : " ^7.0" ,
19
19
"graphaware/neo4j-php-client" : " ^4.6.4" ,
20
- "symfony/framework-bundle" : " ^3.0" ,
20
+ "symfony/framework-bundle" : " ^2.7 || ^ 3.0" ,
21
21
"graphaware/neo4j-bolt" : " ^1.6"
22
22
},
23
23
"require-dev" : {
24
24
"phpunit/phpunit" : " ^5.4" ,
25
- "symfony/symfony" : " ^3.0" ,
25
+ "symfony/symfony" : " ^2.7 || ^ 3.0" ,
26
26
"matthiasnoback/symfony-dependency-injection-test" : " ^1.0"
27
27
},
28
28
"suggest" : {
You can’t perform that action at this time.
0 commit comments