File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ before_install:
2424 - phpenv config-rm xdebug.ini || true
2525
2626install :
27- - composer require symfony/http-kernel:$SYMFONY_VERSION symfony/dependency-injection:$SYMFONY_VERSION
27+ - composer require symfony/http-kernel:$SYMFONY_VERSION symfony/dependency-injection:$SYMFONY_VERSION symfony/routing:$SYMFONY_VERSION
2828 - make build
2929script :
3030 - make test-technical
Original file line number Diff line number Diff line change 3535 "php" : " >=7.1" ,
3636 "symfony/config" : " ^3.0 || ^4.0" ,
3737 "symfony/dependency-injection" : " ^3.0 || ^4.0" ,
38- "symfony/event-dispatcher-contracts" : " ^1.0 || ^2.0 " ,
38+ "symfony/event-dispatcher-contracts" : " ^1.0" ,
3939 "symfony/http-kernel" : " ^3.0 || ^4.0" ,
4040 "yoanm/jsonrpc-http-server-openapi-doc-sdk" : " ^0.2" ,
4141 "yoanm/jsonrpc-server-doc-sdk" : " ^0.2" ,
4848 "phpunit/phpunit" : " ^7.0 || ^8.0" ,
4949 "squizlabs/php_codesniffer" : " 3.*" ,
5050 "symfony/framework-bundle" : " ^3.0 || ^4.0" ,
51+ "symfony/routing" : " ^3.0 || ^4.0" ,
5152 "yoanm/php-unit-extended" : " ~1.0"
5253 }
5354}
You can’t perform that action at this time.
0 commit comments