From 844b39628b860aad7f2f2a1cc1094272218cb96f Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Tue, 17 May 2022 14:13:43 +0300 Subject: [PATCH] first commit --- composer.json | 11 +++++++++++ lock.inc.php | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 composer.json create mode 100644 lock.inc.php diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..7b29349 --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "bit/taskman_lock", + "description": "taskman gamectl lock utils", + "homepage": "https://git.bit5.ru/composer/taskman_lock", + "require": { + "php": ">=7.4" + }, + "autoload": { + "classmap": ["lock.inc.php"] + } +} diff --git a/lock.inc.php b/lock.inc.php new file mode 100644 index 0000000..08b2bb4 --- /dev/null +++ b/lock.inc.php @@ -0,0 +1,44 @@ +