Skip to content

Commit a4ec762

Browse files
committed
[Composer] Fixed jms-translation-bundle dependency
1 parent 5e9cbcc commit a4ec762

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"friendsofsymfony/http-cache-bundle": "^3.0",
3030
"friendsofsymfony/jsrouting-bundle": "^3.5",
3131
"ibexa/doctrine-schema": "~5.0.x-dev",
32-
"ibexa/jms-translation-bundle": "^2.6",
32+
"ibexa/jms-translation-bundle": "dev-master",
3333
"league/flysystem-memory": "^2.0.6",
3434
"liip/imagine-bundle": "^2.3",
3535
"nelmio/cors-bundle": "^2.0",
@@ -82,7 +82,8 @@
8282
"ezsystems/ezplatform-kernel": "*",
8383
"ezsystems/ezpublish-legacy": "*",
8484
"friendsofphp/php-cs-fixer": "3.5.0",
85-
"phpunit/phpunit": "8.4.0"
85+
"phpunit/phpunit": "8.4.0",
86+
"ibexa/jms-translation-bundle": "<= 2.6.0"
8687
},
8788
"autoload": {
8889
"psr-4": {

0 commit comments

Comments
 (0)