forked from sonata-project/SonataSeoBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.34 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
43
44
45
{
"name": "sonata-project/seo-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataSeoBundle",
"keywords": ["seo", "sonata"],
"homepage": "https://sonata-project.org/bundles/seo",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@sonata-project.org",
"homepage": "https://sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataSeoBundle/contributors"
}
],
"require": {
"symfony/framework-bundle": "~2.3",
"symfony/options-resolver": "~2.3",
"sonata-project/exporter": "~1.2,>=1.2.2",
"sonata-project/block-bundle": "~2.3",
"twig/twig": "~1.12"
},
"require-dev": {
"guzzle/guzzle": "3.*",
"symfony/console": "~2.3",
"symfony/finder": "~2.3",
"sonata-project/admin-bundle": "~2.4@dev"
},
"suggest": {
"guzzle/guzzle": "3.*",
"sonata-project/block-bundle": "Allows you to use SEO friendly blocks",
"knplabs/knp-menu-bundle": "Used by the BreadcrumbMenuBuilder"
},
"autoload": {
"psr-4": { "Sonata\\SeoBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}