Adding composer manifest
This commit is contained in:
parent
d2ec7ec851
commit
e4faacae82
|
@ -0,0 +1 @@
|
||||||
|
tags
|
|
@ -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"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue