mirror of
https://github.com/twisterarmy/twister.git
synced 2025-03-12 21:31:26 +00:00
Add files via upload
This commit is contained in:
parent
50d6b7a5fa
commit
8b98e8cb6d
16
composer.json
Normal file
16
composer.json
Normal 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/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user