Tweaking stuff

This commit is contained in:
Pavel Shevaev 2022-12-06 15:07:46 +03:00
parent 57d1308609
commit 2cd1547385
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{
"name": "bit/metagen_php",
"version" : "v0.0.9",
"description": "PHP codgen support from meta descriptions",
"homepage": "https://git.bit5.ru/bit/metagen_php",
"require": {
@ -9,7 +8,8 @@
},
"autoload": {
"files": [
"src/codegen.inc.php"
"src/codegen.inc.php",
"src/data_utils.inc.php"
]
}
}