forked from lexik/LexikCurrencyBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 803 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"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.1,<2.3-dev"
},
"min-stability": "dev",
"autoload": {
"psr-0": { "Lexik\\Bundle\\CurrencyBundle": "" }
},
"target-dir": "Lexik/Bundle/CurrencyBundle"
}