From 17b7324d398cc867f02f5c3f7d2d24d63a93c962 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 2 Dec 2021 13:28:32 +0000 Subject: [PATCH] Add `composer.json` file --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..89dc31a --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "widerplan/kohana-auth", + "description": "Fork of Kohana Auth", + "license": "BSD-3-Clause", + "require": { + "php": "^7.3" + }, + "replace": { + "kohana/auth": "3.2.*" + } +}