]>
Commit | Line | Data |
---|---|---|
4f5b44bd NL |
1 | { |
2 | "name": "symfony/routing", | |
3 | "type": "library", | |
4 | "description": "Symfony Routing Component", | |
5 | "keywords": [], | |
6 | "homepage": "http://symfony.com", | |
7 | "license": "MIT", | |
8 | "authors": [ | |
9 | { | |
10 | "name": "Fabien Potencier", | |
11 | "email": "fabien@symfony.com" | |
12 | }, | |
13 | { | |
14 | "name": "Symfony Community", | |
15 | "homepage": "http://symfony.com/contributors" | |
16 | } | |
17 | ], | |
18 | "require": { | |
19 | "php": ">=5.3.3" | |
20 | }, | |
21 | "require-dev": { | |
22 | "symfony/config": "~2.2", | |
23 | "symfony/yaml": "~2.0", | |
24 | "doctrine/common": "~2.2", | |
25 | "psr/log": "~1.0" | |
26 | }, | |
27 | "suggest": { | |
28 | "symfony/config": "", | |
29 | "symfony/yaml": "", | |
30 | "doctrine/common": "" | |
31 | }, | |
32 | "autoload": { | |
33 | "psr-0": { "Symfony\\Component\\Routing\\": "" } | |
34 | }, | |
35 | "target-dir": "Symfony/Component/Routing", | |
36 | "minimum-stability": "dev", | |
37 | "extra": { | |
38 | "branch-alias": { | |
39 | "dev-master": "2.3-dev" | |
40 | } | |
41 | } | |
42 | } |