From 7b5b9581331ef3a4618977e6cb539837913dd4b8 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Tue, 17 May 2022 19:01:32 +0300 Subject: [PATCH] first commit --- composer.json | 11 +++++++ env.inc.php | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 composer.json create mode 100644 env.inc.php diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..892c09b --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "bit/taskman_env", + "description": "taskman gamectl env utils", + "homepage": "https://git.bit5.ru/composer/taskman_env", + "require": { + "php": ">=7.4" + }, + "autoload": { + "classmap": ["env.inc.php"] + } +} diff --git a/env.inc.php b/env.inc.php new file mode 100644 index 0000000..0483e76 --- /dev/null +++ b/env.inc.php @@ -0,0 +1,82 @@ +