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

24 lines
545 B
JSON
Raw Normal View History

{
"name": "niahoo/altorouter",
"description": "A lightning fast router for PHP",
"keywords": ["router", "routing", "lightweight"],
"homepage": "https://github.com/niahoo/AltoRouter",
"authors": [
{
"name": "Danny van Kooten",
"email": "dannyvankooten@gmail.com",
"homepage": "http://dannyvankooten.com/"
},
{
"name": "niahoo",
"email": "dev@ooha.in"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"files": ["AltoRouter.php"]
}
}