1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 08:24:04 +00:00
This commit is contained in:
Samuel Štancl 2023-04-14 17:23:19 +02:00
parent 8b7862d8ad
commit 0832ab805b
3 changed files with 41 additions and 0 deletions

8
doctum/composer.json Normal file
View file

@ -0,0 +1,8 @@
{
"require": {
"code-lts/doctum": "v5.5.x-dev"
},
"scripts": {
"doctum": "./vendor/bin/doctum.php update doctum.php --output-format=github --force --ignore-parse-errors --no-ansi --no-progress -v"
}
}