-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
37 lines (36 loc) · 1.01 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
{
"name": "copiaincolla/metatags-bundle",
"description": "HTML Meta Tags management.",
"keywords": ["meta", "tag", "metatag", "html"],
"homepage": "https://github.com/copiaincolla/MetaTagsBundle",
"type": "symfony-bundle",
"license": "MIT",
"repositories":[
{
"type":"git",
"url":"https://github.com/copiaincolla/MetaTagsBundle.git"
}
],
"authors": [
{
"name": "Emanuele Gaspari Castelletti",
"email": "[email protected]",
"homepage": "https://twitter.com/inmarelibero"
},
{
"name": "Jury D'Ambros",
"email": "[email protected]",
"homepage": "https://twitter.com/juryDam"
}
],
"require": {
"symfony/framework-bundle": ">=2.3.0"
},
"suggest": {
"symfony/twig-bundle": "2.*"
},
"autoload": {
"psr-0": { "Copiaincolla\\MetaTagsBundle": "" }
},
"target-dir": "Copiaincolla/MetaTagsBundle"
}