Web/composer.json

22 lines
423 B
JSON
Raw Permalink Normal View History

2024-09-13 17:55:33 -05:00
{
"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"
}
}