diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e92f57 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tags diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..3e12ff4 --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "bit/jsm_macros", + "description": "JSM misc macro functions", + "homepage": "https://git.bit5.ru/composer/jsm_macros", + "require": { + "php": ">=7.4" + }, + "autoload": { + "files": ["macro.inc.php"] + } +}