-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.15 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.15 KB
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
{
"name": "karser/smirik-taggable-bundle",
"description": "Taggable bundle for symfony based on taggable behavior",
"keywords": ["propel", "behavior", "taggable"],
"type": "symfony-bundle",
"homepage": "http://4xxi.com",
"authors": [
{
"name": "Arkadiusz Dzięgiel (glorpen)",
"homepage": "http://glorpen.pl/"
},
{
"name": "Matteo Giachino (matteosister)"
},
{
"name": "Virginie BARDALES (vbardales)",
"email": "virginie.bardales@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "http://github.com/vbardales/PropelTaggableBehaviorBundle/contributors"
},
{
"name": "Evgeny Smirnov",
"email": "smirik@gmail.com"
},
{
"name": "Alexander Beshkenadze",
"email": "beshkenadze@gmail.com"
}
],
"require": {
"symfony/symfony": ">=2.1,<3.0",
"smirik/propel-taggable-behavior": "*"
},
"target-dir": "Smirik/TaggableBundle",
"autoload": {
"psr-0": { "Smirik\\TaggableBundle": "" }
}
}