mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-02-19 19:54:39 +01:00
29 lines
696 B
JSON
29 lines
696 B
JSON
{
|
|
"name": "altorouter/altorouter",
|
|
"description": "A lightning fast router for PHP",
|
|
"keywords": ["router", "routing", "lightweight"],
|
|
"homepage": "https://github.com/dannyvankooten/AltoRouter",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Danny van Kooten",
|
|
"email": "dannyvankooten@gmail.com",
|
|
"homepage": "http://dannyvankooten.com/"
|
|
},
|
|
{
|
|
"name": "Koen Punt",
|
|
"homepage": "https://github.com/koenpunt"
|
|
},
|
|
{
|
|
"name": "niahoo",
|
|
"homepage": "https://github.com/niahoo"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"classmap": ["AltoRouter.php"]
|
|
}
|
|
}
|