-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.13 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "fdevs/tag-bundle",
"license": "MIT",
"type": "symfony-bundle",
"description": "Bundle for working with tag",
"homepage": "https://github.com/4devs/TagBundle",
"keywords": [
"tag"
],
"authors": [
{
"name": "Samusev Andrey",
"email": "[email protected]",
"homepage": "http://andrey.4devs.io/"
},
{
"name": "4devs Community",
"homepage": "https://github.com/4devs/TagBundle/contributors"
}
],
"require-dev": {
"friendsofsymfony/rest-bundle": "~1.7",
"nelmio/api-doc-bundle": "~2.9",
"sonata-project/admin-bundle": "~3.0",
"symfony/form": "~2.8|~3.0"
},
"require": {
"symfony/framework-bundle": "~2.8|~3.0",
"fdevs/locale-bundle": "~2.0",
"cocur/slugify": "~2.0",
"fdevs/tag": "~1.2"
},
"suggest": {
"doctrine/mongodb-odm-bundle": "to use with mongodb bundle",
"jms/serializer-bundle": "to use with serializer"
},
"autoload": {
"psr-4": {
"FDevs\\TagBundle\\": ""
}
}
}