mirror of
https://github.com/twisterarmy/twister.git
synced 2025-03-12 21:31:26 +00:00
23 lines
434 B
JSON
23 lines
434 B
JSON
{
|
|
"name": "twister/twister",
|
|
"description": "Twister - PHP micro-framework",
|
|
"keywords": ["framework", "microframework", "rest", "router", "PHP"],
|
|
"type": "library",
|
|
"homepage": "https://github.com/twister-php/twister/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Trevor Herselman",
|
|
"email": "therselman@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Twister\\": "src/"
|
|
}
|
|
},
|
|
}
|