1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-02 22:47:31 +02:00

Merge pull request #29 from fetch/update-composer

Updated package name and authors
This commit is contained in:
Koen Punt
2013-10-07 04:53:59 -07:00

View File

@@ -1,17 +1,21 @@
{ {
"name": "niahoo/altorouter", "name": "altorouter/altorouter",
"description": "A lightning fast router for PHP", "description": "A lightning fast router for PHP",
"keywords": ["router", "routing", "lightweight"], "keywords": ["router", "routing", "lightweight"],
"homepage": "https://github.com/niahoo/AltoRouter", "homepage": "https://github.com/dannyvankooten/AltoRouter",
"authors": [ "authors": [
{ {
"name": "Danny van Kooten", "name": "Danny van Kooten",
"email": "dannyvankooten@gmail.com", "email": "dannyvankooten@gmail.com",
"homepage": "http://dannyvankooten.com/" "homepage": "http://dannyvankooten.com/"
}, },
{
"name": "Koen Punt",
"homepage": "https://github.com/koenpunt"
},
{ {
"name": "niahoo", "name": "niahoo",
"email": "dev@ooha.in" "homepage": "https://github.com/niahoo"
} }
], ],
"require": { "require": {