Implement mysqldump/backup service/command

This commit is contained in:
Tim
2021-12-16 00:58:17 +01:00
parent 0ff9021d6e
commit 11089d82bc
9 changed files with 122 additions and 29 deletions

View File

@@ -7,15 +7,15 @@
"php": ">=8.0",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-mysqli": "*",
"symfony/console": "5.3.*",
"symfony/dotenv": "5.3.*",
"symfony/filesystem": "5.3.*",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "5.3.*",
"symfony/process": "5.3.*",
"symfony/runtime": "5.3.*",
"symfony/yaml": "5.3.*",
"ext-mysqli": "*"
},
"require-dev": {
"symfony/yaml": "5.3.*"
},
"config": {
"optimize-autoloader": true,