Fixing autoloading
This commit is contained in:
parent
21662d907c
commit
b4b1204e25
|
@ -6,6 +6,17 @@
|
|||
"php": ">=7.4"
|
||||
},
|
||||
"autoload": {
|
||||
"files": ["metagen.inc.php", "targets/php/*.php", "targets/cs/*.php", "targets/go/*.php"]
|
||||
"files": [
|
||||
"metagen.inc.php",
|
||||
"targets/php/php.inc.php",
|
||||
"targets/php/php_generator.inc.php",
|
||||
"targets/php/php_tpl.inc.php",
|
||||
"targets/cs/cs.inc.php",
|
||||
"targets/cs/cs_generator.inc.php",
|
||||
"targets/cs/cs_tpl.inc.php",
|
||||
"targets/go/go.inc.php",
|
||||
"targets/go/go_generator.inc.php",
|
||||
"targets/go/go_tlp.inc.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue