twister/composer.json

23 lines
434 B
JSON
Raw Normal View History

2017-06-27 23:32:43 +02:00
{
"name": "twister/twister",
"description": "Twister - PHP micro-framework",
2017-06-28 01:13:48 +02:00
"keywords": ["framework", "microframework", "rest", "router", "PHP"],
"type": "library",
"homepage": "https://github.com/twister-php/twister/",
2017-06-27 23:32:43 +02:00
"license": "MIT",
2017-06-28 01:13:48 +02:00
"authors": [
{
"name": "Trevor Herselman",
"email": "therselman@gmail.com"
}
],
2017-06-27 23:32:43 +02:00
"require": {
"php": ">=5.4"
},
"autoload": {
2017-06-28 01:13:48 +02:00
"psr-4": {
"Twister\\": "src/"
2017-06-27 23:32:43 +02:00
}
2017-06-28 01:13:48 +02:00
},
2017-06-27 23:32:43 +02:00
}