forked from symfony-cmf/routing-auto-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.34 KB
/
Copy pathcomposer.json
File metadata and controls
43 lines (43 loc) · 1.34 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
41
42
43
{
"name": "symfony-cmf/routing-auto-bundle",
"description": "Bundle which automatically creates and manages routes for persisted objects",
"homepage": "http://cmf.symfony.com",
"license": "MIT",
"authors": [
{
"name": "Symfony CMF Community",
"homepage": "https://github.com/symfony-cmf/symfony-cmf/contributors"
}
],
"minimum-stability": "dev",
"require": {
"symfony-cmf/routing-auto": "1.0.x-dev",
"symfony-cmf/routing-bundle": "1.2.x-dev",
"symfony-cmf/core-bundle": "1.1.x-dev",
"aferrandini/urlizer": "1.0.*",
"doctrine/phpcr-odm": "1.2.x-dev",
"symfony/config": "~2.2",
"jms/metadata": "1.5.*"
},
"require-dev": {
"symfony-cmf/testing": "1.1.*",
"symfony/yaml": "~2.1",
"phpspec/prophecy": "1.1.2",
"matthiasnoback/symfony-dependency-injection-test": "0.*",
"matthiasnoback/symfony-config-test": "0.*"
},
"suggest": {
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
"symfony/yaml": "To be able to load Yaml configuration files"
},
"autoload": {
"psr-4": {
"Symfony\\Cmf\\Bundle\\RoutingAutoBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}