Skip to content

Commit

Permalink
Move 'jms/translation-bundle' composer dependency into dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Paradis committed Apr 30, 2012
1 parent 7ec413b commit 6c44a03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<mkdir dir="${dir.reports.test}" />

<echo msg="Installing/Updating vendors..." />
<exec command="composer update" passthru="true"/>
<exec command="composer update --dev" passthru="true"/>

</target>

Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"require": {
"php": ">=5.3.2",

"jms/translation-bundle": "*",
"symfony/symfony": "2.0.*",

"symfony/framework-bundle": "2.0.*",
Expand All @@ -29,6 +28,9 @@
"sonata-project/exporter": "master-dev",
"sonata-project/block-bundle": "2.0.*"
},
"require-dev": {
"jms/translation-bundle": "*"
},
"suggest": {
"sonata-project/doctrine-orm-admin-bundle": "2.0.*",
"sonata-project/intl-bundle": "master-dev"
Expand Down

0 comments on commit 6c44a03

Please sign in to comment.