Move into nested docroot
This commit is contained in:
parent
83a0d3a149
commit
c8b70abde9
13405 changed files with 0 additions and 0 deletions
40
web/vendor/symfony-cmf/routing/composer.json
vendored
Normal file
40
web/vendor/symfony-cmf/routing/composer.json
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "symfony-cmf/routing",
|
||||
"type": "library",
|
||||
"description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
|
||||
"keywords": ["routing", "database"],
|
||||
"homepage": "http://cmf.symfony.com",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Symfony CMF Community",
|
||||
"homepage": "https://github.com/symfony-cmf/Routing/contributors"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^5.3.9|^7.0",
|
||||
"symfony/routing": "^2.2|3.*",
|
||||
"symfony/http-kernel": "^2.2|3.*",
|
||||
"psr/log": "1.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony-cmf/testing": "^1.3",
|
||||
"symfony/dependency-injection": "^2.0.5|3.*",
|
||||
"symfony/config": "^2.2|3.*",
|
||||
"symfony/event-dispatcher": "^2.1|3.*",
|
||||
"friendsofsymfony/jsrouting-bundle": "^1.1"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Cmf\\Component\\Routing\\": ""
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.4-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in a new issue