addresses: add symfony http-client as a dependency

This commit is contained in:
nobohan
2021-05-18 10:24:03 +02:00
parent 3bc510d116
commit 830cda64e0
2 changed files with 3 additions and 1 deletions

View File

@@ -26,7 +26,8 @@
],
"require": {
"league/csv": "^9.6",
"phpoffice/phpspreadsheet": "~1.2"
"phpoffice/phpspreadsheet": "~1.2",
"symfony/http-client": "^4.4 || ^5"
},
"require-dev": {
},