Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit a9d55f2

Browse files
ElectricMaxxxdbu
authored andcommitted
temporary add symfony/translation to our dependencies… (#55)
temporary add `symfony/translation` to our dependencies until jms/serializer-bundle makes it optionial. see schmittjoh/JMSSerializerBundle#606
1 parent cb8236b commit a9d55f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"require": {
1313
"php": "^5.6|^7.0",
1414
"symfony-cmf/resource-bundle": "1.0.*",
15-
"jms/serializer-bundle": "^1.0 | ^2.0"
15+
"jms/serializer-bundle": "^1.0 | ^2.0",
16+
"symfony/translation": "^2.8|^3.0"
1617
},
1718
"require-dev": {
1819
"symfony-cmf/testing": "^2.0",
@@ -22,8 +23,7 @@
2223
"behat/behat": "^3.0.6",
2324
"behat/web-api-extension" : "^1.0@dev",
2425
"matthiasnoback/symfony-dependency-injection-test": "~0.6",
25-
"matthiasnoback/symfony-config-test": "^1.3.1",
26-
"sonata-project/admin-bundle": "^3.1"
26+
"matthiasnoback/symfony-config-test": "^1.3.1"
2727
},
2828
"minimum-stability": "stable",
2929
"prefer-stable": true,

0 commit comments

Comments
 (0)