From df031055426bb782a28afd69b976241acb568b3e Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Fri, 13 Sep 2024 17:55:33 -0500 Subject: [PATCH] Require sharkk/router --- composer.json | 21 +++++++++++++++++++++ composer.lock | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 composer.json create mode 100644 composer.lock diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..9ff6ae2 --- /dev/null +++ b/composer.json @@ -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" + } +} diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..f55cf2d --- /dev/null +++ b/composer.lock @@ -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" +}