-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (29 loc) · 994 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
28
29
30
{
"name": "egulias/tag-debug-command-bundle",
"description": "Symfony 2 console command to debug services tags",
"homepage": "https://github.com/egulias/TagDebugCommandBundle.git",
"type": "symfony-bundle",
"keywords": ["tag", "DIC", "Serice Definitions", "Container", "Depency Injection"],
"license": "MIT",
"authors": [
{
"name": "Eduardo Gulias Davis",
"homepage": "http://egulias.com"
}
],
"require": {
"symfony/http-kernel": "~2.3",
"symfony/dependency-injection": "~2.3",
"symfony/console": "~2.3",
"symfony/framework-bundle": "~2.3",
"egulias/tag-debug": "~1.0"
},
"require-dev": {
"phpunit/phpunit": ">=3.7",
"satooshi/php-coveralls": "dev-master",
"matthiasnoback/symfony-config-test": "0.*"
},
"autoload": {
"psr-4": { "Egulias\\TagDebugCommandBundle\\": "" }
}
}