Blame view

sources/3rdparty/symfony/routing/Symfony/Component/Routing/composer.json 712 Bytes
03e52840d   Kload   Init
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
  {
      "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"
  }