12 lines
216 B
JSON
12 lines
216 B
JSON
|
{
|
||
|
"name": "bit/jsm",
|
||
|
"description": "Just Macro",
|
||
|
"homepage": "https://git.bit5.ru/composer/jsm",
|
||
|
"require": {
|
||
|
"php": ">=7.4"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": ["jsm.inc.php"]
|
||
|
}
|
||
|
}
|