twister/composer.json
2017-06-28 01:13:48 +02:00

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/"
}
},
}