commit 7b5b9581331ef3a4618977e6cb539837913dd4b8 Author: Pavel Shevaev Date: Tue May 17 19:01:32 2022 +0300 first commit 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 @@ +