File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ matrix:
12
12
- php : 5.6
13
13
env : |
14
14
SYMFONY_VERSION=2.8.*
15
+ - php : 7.1
16
+ env : |
17
+ SYMFONY_VERSION=^4.0
15
18
16
19
before_install :
17
20
- sh -c 'if [ "${SYMFONY_VERSION}" != "" ]; then composer require --no-update symfony/symfony=${SYMFONY_VERSION}; fi;';
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " >=5.6" ,
24
- "symfony/symfony" : " ~2.8|~3.0" ,
24
+ "symfony/symfony" : " ~2.8|~3.0|^4.0 " ,
25
25
"twig/twig" : " >=1.5.0" ,
26
26
"doctrine/orm" : " ~2.4,>=2.4.5" ,
27
27
"doctrine/mongodb-odm" : " ^1.1.5"
28
28
},
29
29
"require-dev" : {
30
30
"phpunit/phpunit" : " ~5.7" ,
31
- "friendsofphp/php-cs-fixer" : " 1.11.* " ,
31
+ "friendsofphp/php-cs-fixer" : " ^2.0 " ,
32
32
"satooshi/php-coveralls" : " ^1.0"
33
33
},
34
34
"suggest" : {
You can’t perform that action at this time.
0 commit comments