OSDN Git Service

Update documentation with the new function name
[php-libraries/Router.git] / composer.json
1 {\r
2     "name": "dannyvankooten/php-router",\r
3     "type": "library",\r
4     "description": "Simple PHP Router, supports REST and reverse routing.",\r
5     "keywords": ["router", "routing", "php", "rest"],\r
6     "homepage": "https://github.com/dannyvankooten/PHP-Router",\r
7     "license": "MIT",\r
8     "authors": [\r
9         {\r
10             "name": "Danny van Kooten",\r
11             "email": "dannyvankooten@gmail.com",\r
12             "homepage": "http://dannyvankooten.com/"\r
13         },\r
14         {\r
15             "name": "Jefersson Nathan",\r
16             "email": "malukenho@phpse.net"\r
17         }\r
18     ],\r
19     "require": {\r
20         "php": ">=5.3.3",\r
21         "symfony/yaml": "@dev"\r
22     },\r
23     "require-dev": {\r
24         "phpunit/phpunit": "4.*",\r
25         "squizlabs/php_codesniffer": "~1.5.4"\r
26     },\r
27     "autoload": {\r
28         "psr-4": {\r
29             "PHPRouter\\": "src/PHPRouter/"\r
30         }\r
31     }\r
32 }\r