You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
474 B
20 lines
474 B
{ |
|
"name": "twister/skeleton", |
|
"description": "Twister - PHP micro-framework skeleton", |
|
"keywords": ["framework", "microframework", "rest", "router", "PHP"], |
|
"type": "project", |
|
"homepage": "https://github.com/twister-php/skeleton/", |
|
"license": "MIT", |
|
"authors": [ |
|
{ |
|
"name": "Trevor Herselman", |
|
"email": "therselman@gmail.com" |
|
} |
|
], |
|
"require": { |
|
"php": ">=5.4", |
|
"twister/twister": "*", |
|
"filp/whoops": "^2.0@dev" |
|
}, |
|
"minimum-stability": "dev" |
|
}
|
|
|