Skip to content

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Sep 7, 2012
1 parent 3830089 commit 792e41a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions 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"
}

0 comments on commit 792e41a

Please sign in to comment.