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

Commit fab96f4

Browse files
authored
Drop translation bundle requirement hack, fix #54 (#77)
1 parent e6e2f3d commit fab96f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"require": {
1313
"php": "^7.2",
1414
"symfony-cmf/resource-bundle": "^1.0",
15-
"jms/serializer-bundle": "^2.0 || ^3.0",
16-
"symfony/translation": "^2.8 || ^3.3 || ^4.0"
15+
"jms/serializer-bundle": "^2.0 || ^3.0"
1716
},
1817
"require-dev": {
1918
"symfony-cmf/testing": "^2.1@dev",
@@ -30,7 +29,6 @@
3029
"symfony/templating": "^2.8 || ^3.3 || ^4.0",
3130
"symfony/form": "^2.8 || ^3.3 || ^4.0",
3231
"symfony/web-server-bundle": "^2.8 || ^3.3 || ^4.0",
33-
"symfony/translation": "^2.8 || ^3.3 || ^4.0",
3432
"phpspec/prophecy": "^1.12"
3533
},
3634
"suggest": {

0 commit comments

Comments
 (0)