Adding composer manifest

This commit is contained in:
Pavel Shevaev 2023-05-26 13:39:31 +03:00
parent d2ec7ec851
commit e4faacae82
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
tags

11
composer.json Normal file
View File

@ -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"]
}
}