mirror of
https://github.com/twisterarmy/twister.git
synced 2025-03-12 21:31:26 +00:00
Update composer.json
This commit is contained in:
parent
8b98e8cb6d
commit
cdfab0e6ab
@ -1,16 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "twister/twister",
|
"name": "twister/twister",
|
||||||
"description": "Twister - PHP micro-framework",
|
"description": "Twister - PHP micro-framework",
|
||||||
"keywords": ["microframework", "rest", "router", "framework", "PHP"],
|
"keywords": ["framework", "microframework", "rest", "router", "PHP"],
|
||||||
"type": "project",
|
"type": "library",
|
||||||
"homepage": "https://github.com/therselman/twister",
|
"homepage": "https://github.com/twister-php/twister/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Trevor Herselman",
|
||||||
|
"email": "therselman@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4"
|
"php": ">=5.4"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Twister\\": "src/twister/"
|
"Twister\\": "src/"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user