therselman
7 years ago
committed by
GitHub
1 changed files with 16 additions and 0 deletions
@ -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…
Reference in new issue