mirror of
https://github.com/twisterarmy/twister.git
synced 2025-03-12 13:21:30 +00:00
34 lines
896 B
JSON
34 lines
896 B
JSON
{
|
|
"name": "twister/twister",
|
|
"description": "Twister - micro-framework component library",
|
|
"keywords": ["framework", "micro-framework", "library", "router"],
|
|
"type": "library",
|
|
"homepage": "https://github.com/twister-php/twister/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Trevor Herselman",
|
|
"email": "therselman@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"psr/http-message": "^1.0",
|
|
"twister/sql": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Twister\\": "src/"
|
|
},
|
|
"files": [
|
|
"helpers.php"
|
|
]
|
|
},
|
|
"suggest": {
|
|
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
|
|
"filp/whoops": "Interactive error and exception handling",
|
|
"jdorn/sql-formatter": "SQL query highlighting",
|
|
"vrana/adminer": "Database management in a single PHP file."
|
|
}
|
|
}
|