forked from michelsalib/BCCExtraToolsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 737 Bytes
/
Copy pathcomposer.json
File metadata and controls
22 lines (22 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "bcc/extra-tools-bundle",
"type": "symfony-bundle",
"description": "A set of extra tools in a bundle for Symfony2: a translation extractor, a locale date parser/formatter, a unit converter...",
"keywords": ["datetime unit converter formatter parser"],
"homepage": "http://github.com/michelsalib/BCCExtraToolsBundle",
"authors": [
{
"name": "Michel Salib",
"email": "michelsalib@hotmail.com",
"homepage": "http://www.michelsalib.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*"
},
"autoload": {
"psr-0": { "BCC\\ExtraToolsBundle": "" }
},
"target-dir": "BCC/ExtraToolsBundle"
}