Add files via upload

This commit is contained in:
therselman 2017-06-27 23:32:43 +02:00 committed by GitHub
parent 50d6b7a5fa
commit 8b98e8cb6d

16
composer.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "twister/twister",
"description": "Twister - PHP micro-framework",
"keywords": ["microframework", "rest", "router", "framework", "PHP"],
"type": "project",
"homepage": "https://github.com/therselman/twister",
"license": "MIT",
"require": {
"php": ">=5.4"
},
"autoload": {
"psr-4": {
"Twister\\": "src/twister/"
}
}
}