Skip to content

Commit

Permalink
[dependencies] Provide "translation" service via "symfony/translation…
Browse files Browse the repository at this point in the history
…" instead of "sensio/framework-extra-bundle"
  • Loading branch information
phansys committed Dec 6, 2018
1 parent 79192b1 commit 5a18bee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"doctrine/doctrine-bundle": "^1.4",
"doctrine/orm": "^2.4.8",
"knplabs/knp-paginator-bundle": "^2.3",
"sensio/framework-extra-bundle": "^3.0.2 || ^4.0",
"symfony/config": "^2.8 || ^3.0 || ^4.0",
"symfony/console": "^2.8 || ^3.0 || ^4.0",
"symfony/dependency-injection": "^2.8 || ^3.0 || ^4.0",
Expand All @@ -40,6 +39,7 @@
"symfony/http-kernel": "^2.8 || ^3.0 || ^4.0",
"symfony/options-resolver": "^2.8 || ^3.0 || ^4.0",
"symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/translation": "^2.8 || ^3.0 || ^4.0",
"symfony/validator": "^2.8 || ^3.0 || ^4.0",
"symfony/yaml": "^2.8 || ^3.0 || ^4.0"
},
Expand All @@ -53,6 +53,7 @@
"phpunit/phpunit": "<5.4.3"
},
"suggest": {
"friendsofsymfony/user-bundle": "In order to ease user management",
"vich/uploader-bundle": "Allow attaching files to ticket messages"
},
"autoload": {
Expand Down

0 comments on commit 5a18bee

Please sign in to comment.