Skip to content

Commit

Permalink
added composer
Browse files Browse the repository at this point in the history
  • Loading branch information
cdfre committed Feb 10, 2012
1 parent ad91318 commit 35cfad7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
@@ -0,0 +1,20 @@
{
"name": "jms/i18n-routing-bundle",
"description": "This bundle allows you to create i18n routes.",
"keywords": ["translation","multilanguage","routing"],
"type": "symfony-bundle",
"license": "Apache",
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"require": {
"symfony/framework-bundle": "2.*",
},
"autoload": {
"psr-0": { "JMS\\I18nRoutingBundle": "" }
},
"target-dir": "JMS/I18nRoutingBundle"
}

0 comments on commit 35cfad7

Please sign in to comment.