twister/composer.json

26 lines
511 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-07-28 20:25:09 +02:00
"php": ">=5.6",
2017-07-17 19:44:15 +02:00
"psr/http-message": "^1.0",
"twister/sql": "*"
2017-06-27 23:32:43 +02:00
},
"autoload": {
2017-06-28 01:13:48 +02:00
"psr-4": {
2017-07-16 14:23:07 +02:00
"Twister\\": "src/",
"": "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
}