Browse Source

Add files via upload

master
therselman 7 years ago committed by GitHub
parent
commit
8b98e8cb6d
  1. 16
      composer.json

16
composer.json

@ -0,0 +1,16 @@ @@ -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/"
}
}
}
Loading…
Cancel
Save