Skeleton application based on the Twister micro-framework components
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.

21 lines
474 B

7 years ago
{
"name": "twister/skeleton",
"description": "Twister - PHP micro-framework skeleton",
"keywords": ["framework", "microframework", "rest", "router", "PHP"],
"type": "project",
7 years ago
"homepage": "https://github.com/twister-php/skeleton/",
7 years ago
"license": "MIT",
"authors": [
{
"name": "Trevor Herselman",
"email": "therselman@gmail.com"
}
],
"require": {
"php": ">=5.4",
"twister/twister": "*",
"filp/whoops": "^2.0@dev"
},
"minimum-stability": "dev"
}