therselman
7 years ago
committed by
GitHub
1 changed files with 12 additions and 6 deletions
@ -1,16 +1,22 @@
@@ -1,16 +1,22 @@
|
||||
{ |
||||
"name": "twister/twister", |
||||
"description": "Twister - PHP micro-framework", |
||||
"keywords": ["microframework", "rest", "router", "framework", "PHP"], |
||||
"type": "project", |
||||
"homepage": "https://github.com/therselman/twister", |
||||
"keywords": ["framework", "microframework", "rest", "router", "PHP"], |
||||
"type": "library", |
||||
"homepage": "https://github.com/twister-php/twister/", |
||||
"license": "MIT", |
||||
"authors": [ |
||||
{ |
||||
"name": "Trevor Herselman", |
||||
"email": "therselman@gmail.com" |
||||
} |
||||
], |
||||
"require": { |
||||
"php": ">=5.4" |
||||
}, |
||||
"autoload": { |
||||
"psr-4": { |
||||
"Twister\\": "src/twister/" |
||||
} |
||||
"Twister\\": "src/" |
||||
} |
||||
}, |
||||
} |
||||
|
Loading…
Reference in new issue