mirror of
https://github.com/twisterarmy/skeleton.git
synced 2025-01-24 13:44:20 +00:00
This commit is contained in:
commit
944bb5c3a3
20
composer.json
Normal file
20
composer.json
Normal file
@ -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…
x
Reference in New Issue
Block a user