therselman
7 years ago
commit
944bb5c3a3
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||||
|
{ |
||||||
|
"name": "twister/skeleton", |
||||||
|
"description": "Twister - PHP micro-framework skeleton", |
||||||
|
"keywords": ["framework", "microframework", "rest", "router", "PHP"], |
||||||
|
"type": "project", |
||||||
|
"homepage": "https://github.com/twister-php/twister/", |
||||||
|
"license": "MIT", |
||||||
|
"authors": [ |
||||||
|
{ |
||||||
|
"name": "Trevor Herselman", |
||||||
|
"email": "therselman@gmail.com" |
||||||
|
} |
||||||
|
], |
||||||
|
"require": { |
||||||
|
"php": ">=5.4", |
||||||
|
"twister/twister": "*", |
||||||
|
"filp/whoops": "^2.0@dev" |
||||||
|
}, |
||||||
|
"minimum-stability": "dev" |
||||||
|
} |
Loading…
Reference in new issue