forked from raulfraile/LadybugBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
27 lines (27 loc) · 870 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": "raulfraile/ladybug-bundle",
"type": "symfony-bundle",
"description": "Symfony2 bundle for Ladybug library (Simple and Extensible PHP Dumper)",
"keywords": ["ladybug", "dump", "tree", "twig"],
"homepage": "https://github.com/raulfraile/LadybugBundle",
"license": "MIT",
"authors": [
{
"name": "Raul Fraile",
"email": "[email protected]",
"homepage": "http://www.raulfrailebeneyto.com/"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0.0",
"raulfraile/ladybug": "dev-master"
},
"replace": {
"raulfraile/LadybugBundle": "dev-master"
},
"autoload": {
"psr-0": { "RaulFraile\\Bundle\\LadybugBundle": "" }
},
"target-dir": "RaulFraile/Bundle/LadybugBundle"
}