twister/composer.json

25 lines
516 B
JSON
Raw Normal View History

2017-06-27 23:32:43 +02:00
{
"name": "twister/twister",
2017-07-14 12:48:53 +02:00
"description": "Twister - micro-framework component library",
"keywords": ["framework", "micro-framework", "library", "router"],
2017-06-28 01:13:48 +02:00
"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": {
2017-06-28 06:49:29 +02:00
"php": ">=5.4",
"psr/http-message": "^1.0",
"zendframework/zend-diactoros": "^1.0"
2017-06-27 23:32:43 +02:00
},
"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:23:29 +02:00
}
2017-06-27 23:32:43 +02:00
}