1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-02-06 05:28:29 +01:00

change composer package name to niahoo/altorouter

This commit is contained in:
niahoo 2013-03-17 20:34:37 +01:00
parent fe4d390f0c
commit bf439f0c94

View File

@ -1,13 +1,17 @@
{
"name": "altorouter/altorouter",
"name": "niahoo/altorouter",
"description": "A lightning fast router for PHP",
"keywords": ["router", "routing", "lightweight"],
"homepage": "https://github.com/dannyvankooten/AltoRouter",
"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": {