add dependency to symfony/process

This commit is contained in:
Simon Vieille 2020-11-20 14:00:31 +01:00
parent 1e76572990
commit 18e0c13464
Signed by: deblan
GPG key ID: 03383D15A1D31745

5
composer.json Normal file
View file

@ -0,0 +1,5 @@
{
"require": {
"symfony/process": "^4.4"
}
}