File tree Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 55 - 7.2
66
77env :
8- - SYMFONY_VERSION=3.4.x CMF_VERSION=^ 2.0
8+ - SYMFONY_VERSION=3.4.x CMF_VERSION=2.0.x
99 - SYMFONY_VERSION=4.0.x CMF_VERSION=dev-master
1010 - SYMFONY_VERSION=dev-master CMF_VERSION=dev-master
1111
1212before_script :
13- - composer require "symfony/framework-bundle:${SYMFONY_VERSION}" "symfony-cmf/routing-bundle:${CMF_VERSION}"
13+ - |
14+ composer require \
15+ "symfony/config:${SYMFONY_VERSION}" \
16+ "symfony/dependency-injection:${SYMFONY_VERSION}" \
17+ "symfony/event-dispatcher:${SYMFONY_VERSION}" \
18+ "symfony/framework-bundle:${SYMFONY_VERSION}" \
19+ "symfony/http-foundation:${SYMFONY_VERSION}" \
20+ "symfony/http-kernel:${SYMFONY_VERSION}" \
21+ "symfony-cmf/routing-bundle:${CMF_VERSION}"
1422
1523script :
1624 - : # Do nothing as there are currently no phpunit tests
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " >=7.1" ,
16- "harmony-project/modular-routing" : " ^1.0@dev" ,
17- "symfony-cmf/routing-bundle" : " ^2.0" ,
18- "symfony/framework-bundle" : " ^3.0|^4.0"
15+ "php" : " ^7.1" ,
16+ "harmony-project/modular-routing" : " ^0.1" ,
17+ "psr/container" : " ^1.0" ,
18+ "symfony/config" : " ^3.4|^4.0" ,
19+ "symfony/dependency-injection" : " ^3.4|^4.0" ,
20+ "symfony/event-dispatcher" : " ^3.4|^4.0" ,
21+ "symfony/framework-bundle" : " ^3.4|^4.0" ,
22+ "symfony/http-foundation" : " ^3.4|^4.0" ,
23+ "symfony/http-kernel" : " ^3.4|^4.0" ,
24+ "symfony-cmf/routing-bundle" : " ^2.0"
1925 },
2026 "require-dev" : {
21- "doctrine/orm" : " ^2.4" ,
22- "sensio/framework-extra-bundle" : " ~3.0"
27+ "doctrine/common" : " ^2.5" ,
28+ "doctrine/orm" : " ^2.5" ,
29+ "sensio/framework-extra-bundle" : " ^5.0"
2330 },
2431 "autoload" : {
2532 "psr-4" : {
You can’t perform that action at this time.
0 commit comments