Require sharkk/router

This commit is contained in:
Sky Johnson 2024-09-13 17:55:33 -05:00
parent 785f2ab825
commit df03105542
2 changed files with 66 additions and 0 deletions

21
composer.json Normal file
View File

@ -0,0 +1,21 @@
{
"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"
}
}

45
composer.lock generated Normal file
View File

@ -0,0 +1,45 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7a9078ffd28147404d7281a884adffc0",
"packages": [
{
"name": "sharkk/router",
"version": "1.1.2",
"dist": {
"type": "zip",
"url": "https://git.sharkk.net/api/packages/PHP/composer/files/sharkk%2Frouter/1.1.2/sharkk-router.1.1.2.zip",
"shasum": "2e0cc4d87050fceae3fd60b0a4687aac62257bad"
},
"type": "library",
"autoload": {
"psr-4": {
"Sharkk\\Router\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Sharkk",
"email": "email@sharkk.net"
}
],
"description": "A simple node-based router.",
"time": "2024-09-13T17:45:53-05:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}