A fast and light-weight component library
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"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/Twister/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|