From 35cfad727ade60b90ffc4ff899d8c0835ceba50d Mon Sep 17 00:00:00 2001 From: David Frerich Date: Fri, 10 Feb 2012 10:09:59 +0100 Subject: [PATCH] added composer --- composer.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..9b55b0b --- /dev/null +++ b/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" +}