forked from massil31/NumbersToWordsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 826 Bytes
/
composer.json
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": "celvin/numbers-to-words-bundle",
"description": "This bundle allows to convert numbers to words",
"keywords": ["translate","numbers","words","symfony2"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Massil Korichi",
"email": "[email protected]"
},
{
"name": "Celvin Rivas",
"email": "[email protected]",
"homepage": "http://vitelika.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.5.0",
"symfony/framework-bundle": ">=2.1.0,<=3.0"
},
"autoload": {
"psr-0": { "celvin\\NumbersToWordsBundle\\": "" }
},
"target-dir": "celvin/NumbersToWordsBundle"
}