Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xaav committed Dec 29, 2011
1 parent b792f13 commit 170ef06
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
@@ -0,0 +1,26 @@
{
"name": "sonata/jquery-bundle",
"type": "symfony-bundle",
"description": "Symfony SonatajQueryBundle",
"keywords": ["jQuery", "sonata"],
"homepage": "http://sonata-project.org/",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonatajQueryBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
},
"autoload": {
"psr-0": { "Sonata\\jQueryBundle": "" }
},
"target-dir": "Sonata/jQueryBundle"
}

0 comments on commit 170ef06

Please sign in to comment.