summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-12-24 16:14:45 +0000
committerAndrew Dolgov <[email protected]>2023-12-24 16:14:45 +0000
commit51cd02fc3e476f9e64311a87e0b84dbd16f5a44f (patch)
tree1a6be722f06c261aa7e28dd2a4a9665bf5cb949e /composer.json
parentd4ae6c67db8c966ab4998fda6df14072b103106b (diff)
parent0ea9db317038f5510a1ca875b55af770997ec148 (diff)
Merge branch 'feature/use-guzzle' into 'master'
Use Guzzle See merge request tt-rss/tt-rss!16
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 69b3a6dc1..0ce390fa8 100644
--- a/composer.json
+++ b/composer.json
@@ -24,7 +24,8 @@
"j4mie/idiorm": "dev-master",
"open-telemetry/exporter-otlp": "^1.0",
"php-http/guzzle7-adapter": "^1.0",
- "soundasleep/html2text": "^2.1"
+ "soundasleep/html2text": "^2.1",
+ "guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"phpstan/phpstan": "1.10.3",