mirror of
https://github.com/twisterarmy/skeleton.git
synced 2025-01-24 13:44:20 +00:00
21 lines
473 B
JSON
21 lines
473 B
JSON
{
|
|
"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"
|
|
}
|