metagen_bhl_bind/composer.json

16 lines
353 B
JSON
Raw Permalink Normal View History

2022-12-02 16:21:57 +03:00
{
"name": "bit/metagen_bhl_bind",
"description": "bhl bindings code generation utils",
"homepage": "https://git.bit5.ru/bit/metagen_bhl_bind",
"require": {
"php": ">=7.4",
2022-12-14 16:39:10 +03:00
"twig/twig" : "v3.4.3",
2023-08-16 14:32:26 +03:00
"bit/metagen" : "^v3.0.0"
2022-12-02 16:21:57 +03:00
},
"autoload": {
"files": [
"src/bind.inc.php"
]
}
}