mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 22:46:13 +00:00
addresses: add symfony http-client as a dependency
This commit is contained in:
parent
3bc510d116
commit
830cda64e0
@ -36,6 +36,7 @@
|
|||||||
"doctrine/doctrine-migrations-bundle": "^3.0",
|
"doctrine/doctrine-migrations-bundle": "^3.0",
|
||||||
"doctrine/orm": "^2.7",
|
"doctrine/orm": "^2.7",
|
||||||
"symfony/asset": "4.*",
|
"symfony/asset": "4.*",
|
||||||
|
"symfony/http-client": "^4.4 || ^5",
|
||||||
"symfony/monolog-bundle": "^3.5",
|
"symfony/monolog-bundle": "^3.5",
|
||||||
"symfony/security-bundle": "4.*",
|
"symfony/security-bundle": "4.*",
|
||||||
"symfony/translation": "4.*",
|
"symfony/translation": "4.*",
|
||||||
|
@ -26,7 +26,8 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"league/csv": "^9.6",
|
"league/csv": "^9.6",
|
||||||
"phpoffice/phpspreadsheet": "~1.2"
|
"phpoffice/phpspreadsheet": "~1.2",
|
||||||
|
"symfony/http-client": "^4.4 || ^5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user