1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-02-22 13:15:46 +01:00
php-altorouter/composer.json

30 lines
718 B
JSON
Raw Normal View History

{
2013-10-07 13:36:18 +02:00
"name": "altorouter/altorouter",
"description": "A lightning fast router for PHP",
"keywords": ["router", "routing", "lightweight"],
2013-10-07 13:36:18 +02:00
"homepage": "https://github.com/dannyvankooten/AltoRouter",
2013-10-07 17:05:11 +02:00
"license": "MIT",
"authors": [
{
"name": "Danny van Kooten",
"email": "dannyvankooten@gmail.com",
"homepage": "http://dannyvankooten.com/"
},
2013-10-07 13:36:18 +02:00
{
"name": "Koen Punt",
"homepage": "https://github.com/koenpunt"
},
{
"name": "niahoo",
2013-10-07 13:36:18 +02:00
"homepage": "https://github.com/niahoo"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"classmap": ["AltoRouter.php"]
},
"license" : "MIT"
}