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