Add a way to log commands

This commit is contained in:
Pierre Rudloff 2020-07-15 22:22:12 +02:00
parent dfdf6fef76
commit 0413427bbe
3 changed files with 74 additions and 51 deletions

View file

@ -4,9 +4,10 @@
"license": "GPL-3.0-only",
"homepage": "http://alltubedownload.net/",
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5",
"symfony/process": "^4.0|^5.0",
"ext-json": "*"
"psr/log": "^1.1",
"symfony/process": "^4.0|^5.0"
},
"require-dev": {
"phpro/grumphp": "^0.18.0",