File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ matrix:
1212 env : SYMFONY_VERSION=2.8.*
1313 - php : 7.1
1414 env : SYMFONY_VERSION=3.3.*
15+ - php : 7.1
16+ env : SYMFONY_VERSION=3.4.*
17+ - php : 7.1
18+ env : SYMFONY_VERSION=4.0.*
1519
1620env :
1721 global :
Original file line number Diff line number Diff line change 1919 "require" : {
2020 "php" : " ^5.6 || ^7.0" ,
2121 "simple-bus/message-bus" : " ~3.0" ,
22- "symfony/http-kernel" : " ~2.3 || ~3.0" ,
23- "symfony/dependency-injection" : " ~2.3 || ~3.0" ,
24- "symfony/yaml" : " ~2.3 || ~3.0" ,
25- "symfony/config" : " ~2.3 || ~3.0"
22+ "symfony/http-kernel" : " ~2.3 || ~3.0 || ~4.0 " ,
23+ "symfony/dependency-injection" : " ~2.3 || ~3.0 || ~4.0 " ,
24+ "symfony/yaml" : " ~2.3 || ~3.0 || ~4.0 " ,
25+ "symfony/config" : " ~2.3 || ~3.0 || ~4.0 "
2626 },
2727 "suggest" : {
2828 "simple-bus/doctrine-orm-bridge" : " For integration with Doctrine ORM" ,
3535 "simple-bus/doctrine-orm-bridge" : " ~5.0" ,
3636 "doctrine/orm" : " ~2.3" ,
3737 "doctrine/doctrine-bundle" : " ~1.0" ,
38- "symfony/monolog-bridge" : " ~2.3 || ~3.0" ,
39- "symfony/monolog-bundle" : " ~2.3 || ~3.0"
38+ "symfony/monolog-bridge" : " ~2.3 || ~3.0 || ~4.0 " ,
39+ "symfony/monolog-bundle" : " ~2.3 || ~3.0 || ~4.0 "
4040 },
4141 "autoload" : {
4242 "psr-4" : {
You can’t perform that action at this time.
0 commit comments