Adding composer.json
This commit is contained in:
parent
ae9c32f278
commit
271d3cdc2c
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"name": "bit/jsm",
|
||||||
|
"description": "Just Macro",
|
||||||
|
"homepage": "https://git.bit5.ru/composer/jsm",
|
||||||
|
"require": {
|
||||||
|
"php": ">=7.4"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"files": ["jsm.inc.php"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue