From 792e41a99828ea0bb834168ad4f4fdb6f3390ea5 Mon Sep 17 00:00:00 2001 From: "Johannes M. Schmitt" Date: Fri, 7 Sep 2012 10:55:54 +0200 Subject: [PATCH] added composer.json --- composer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ce8784d --- /dev/null +++ b/composer.json @@ -0,0 +1,21 @@ +{ + "name": "jms/google-closure-bundle", + "description": "Eases development with the Google Closure Tools in Symfony2", + "homepage": "http://jmsyst.com/bundles/JMSGoogleClosureBundle", + "type": "symfony-bundle", + "license": "Apache2", + "authors": [ + { + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "minimum-stability": "dev", + "require": { + "symfony/framework-bundle": ">=2.0,<3.0" + }, + "autoload": { + "psr-0": { "JMS\\GoogleClosureBundle": "" } + }, + "target-dir": "JMS/GoogleClosureBundle" +}