Skip to content

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-g committed Jun 12, 2012
1 parent 0b0a303 commit d9543ec
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "lexik/currency-bundle",
"type": "symfony-bundle",
"description": "This Symfony2 bundle provide a service and a Twig extension to convert and display currencies.",
"keywords": ["Symfony2", "bundle", "currency"],
"homepage": "https://github.com/lexik/LexikCurrencyBundle",
"license": "MIT",
"authors": [
{
"name": "Cedric Girard",
"email": "c.girard@lexik.fr"
},
{
"name": "Dev Lexik",
"email": "dev@lexik.fr"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.0.*"
},
"autoload": {
"psr-0": { "Lexik\\Bundle\\CurrencyBundle": "" }
},
"target-dir": "Lexik/Bundle/CurrencyBundle"
}

0 comments on commit d9543ec

Please sign in to comment.