Skip to content

Commit 35d784e

Browse files
authored
Fix routing bundle version (#20)
1 parent 1a8b49c commit 35d784e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424
- phpenv config-rm xdebug.ini || true
2525

2626
install:
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
2929
script:
3030
- make test-technical

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
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
}

0 commit comments

Comments
 (0)