Use symfony/process instead of shell_exec

This commit is contained in:
datagutten
2020-04-11 01:56:05 +09:00
committed by itismadness
parent f522356aae
commit 7e119aa8e3
4 changed files with 79 additions and 8 deletions

View File

@@ -18,9 +18,10 @@
"require": {
"php": ">=7.2",
"ext-mbstring": "*",
"symfony/console": "^3.4",
"symfony/debug": "^3.4",
"symfony/yaml": "^3.4"
"symfony/console": "^3.4 | ^4.0 | ^5.0",
"symfony/debug": "^3.4 | ^4.0 | ^5.0",
"symfony/yaml": "^3.4 | ^4.0 | ^5.0",
"symfony/process": "^3.4 | ^4.0 | ^5.0"
},
"bin": ["bin/logchecker"],
"require-dev": {