We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8b49c commit 35d784eCopy full SHA for 35d784e
.travis.yml
@@ -24,7 +24,7 @@ before_install:
24
- phpenv config-rm xdebug.ini || true
25
26
install:
27
- - composer require symfony/http-kernel:$SYMFONY_VERSION symfony/dependency-injection:$SYMFONY_VERSION
+ - composer require symfony/http-kernel:$SYMFONY_VERSION symfony/dependency-injection:$SYMFONY_VERSION symfony/routing:$SYMFONY_VERSION
28
- make build
29
script:
30
- make test-technical
composer.json
@@ -48,6 +48,7 @@
48
"phpunit/phpunit": "^7.0 || ^8.0",
49
"squizlabs/php_codesniffer": "3.*",
50
"symfony/framework-bundle": "^3.0 || ^4.0",
51
+ "symfony/routing": "^3.0 || ^4.0",
52
"yoanm/php-unit-extended": "~1.0"
53
}
54
0 commit comments