Skip to content

Commit e47f277

Browse files
committed
Merge branch 'feature/fix-event-dispatcher-contract-version' into release/0.3.0
2 parents 94e3b33 + 35d784e commit e47f277

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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",
@@ -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)