Fix dependency injection

This commit is contained in:
James Gilliland 2022-03-05 18:04:06 -06:00
parent df28455416
commit 44f8680614

View file

@ -17,6 +17,7 @@
"require": {
"php": ">=7.4",
"psr/log": "^1.1",
"symfony/config": "^5.4",
"symfony/console": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/process": "^5.4"