summaryrefslogtreecommitdiffstats
path: root/3rdparty/symfony/routing/Symfony/Component/Routing/composer.json
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/symfony/routing/Symfony/Component/Routing/composer.json')
-rw-r--r--3rdparty/symfony/routing/Symfony/Component/Routing/composer.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/3rdparty/symfony/routing/Symfony/Component/Routing/composer.json b/3rdparty/symfony/routing/Symfony/Component/Routing/composer.json
new file mode 100644
index 00000000000..8d29398b243
--- /dev/null
+++ b/3rdparty/symfony/routing/Symfony/Component/Routing/composer.json
@@ -0,0 +1,29 @@
+{
+ "name": "symfony/routing",
+ "type": "library",
+ "description": "Symfony Routing Component",
+ "keywords": [],
+ "homepage": "http://symfony.com",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "http://symfony.com/contributors"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "suggest": {
+ "symfony/config": "self.version",
+ "symfony/yaml": "self.version"
+ },
+ "autoload": {
+ "psr-0": { "Symfony\\Component\\Routing": "" }
+ },
+ "target-dir": "Symfony/Component/Routing"
+}