Web/composer.json

22 lines
423 B
JSON

{
"name": "sharkk/web",
"description": "A simple, fast micro-framework.",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Sharkk\\Web\\": "src/"
}
},
"authors": [
{
"name": "Sharkk",
"email": "email@sharkk.net"
}
],
"minimum-stability": "stable",
"require": {
"sharkk/router": "^1.1"
}
}