twister/composer.json
therselman 32ece7f882
2017-07-28 20:25:09 +02:00

26 lines
511 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/",
"": "src/"
}
}
}