commit 844b39628b860aad7f2f2a1cc1094272218cb96f Author: Pavel Shevaev Date: Tue May 17 14:13:43 2022 +0300 first commit 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 @@ +