1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-07 08:56:35 +02:00

added composer.json and newlines in end of files

This commit is contained in:
niahoo
2013-03-06 11:09:46 +01:00
parent ad87a4ae3a
commit fe4d390f0c
4 changed files with 29 additions and 10 deletions

19
composer.json Normal file
View File

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