From cb3515a4d5a6ec5ea31dc9a4b18ac1eb722edd26 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 15 Aug 2012 22:10:57 +0200 Subject: [PATCH] Added composer.json --- composer.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..9d717dc --- /dev/null +++ b/composer.json @@ -0,0 +1,29 @@ +{ + "name":"silverstripe/translatable", + "type": "silverstripe-module", + "description": "Allows translation of DataObject and SiteTree records into multiple languages ", + "keywords": ["silverstripe", "cms", "i18n", "localization", "globalization"], + "license": "BSD-3-Clause", + "homepage": "https://github.com/silverstripe/silverstripe-translatable/", + "authors":[ + { + "name": "Ingo Schommer", + "homepage": "http://chillu.com", + "email" : "ingo@silverstripe.com", + "role" : "tech-lead" + } + ], + "require": + { + "php": ">=5.3.2", + "silverstripe/framework": "3.0.1", + "silverstripe/cms": "3.0.1" + }, + "extra": + { + "snapshot" : "http://www.silverstripe.org/assets/Uploads/translatable4-small.png" + }, + "support": { + "issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open" + } +} \ No newline at end of file