1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

fix: move guzzle composer requirement to core (#3544)

This commit is contained in:
Ian Morland
2022-07-18 16:10:04 +01:00
committed by GitHub
parent 744927215a
commit 8dcfa6c474
2 changed files with 2 additions and 2 deletions

View File

@@ -20,8 +20,7 @@
],
"require": {
"flarum/core": "^1.4",
"flarum/approval": "^1.2",
"guzzlehttp/guzzle": "^7.4"
"flarum/approval": "^1.2"
},
"autoload": {
"psr-4": {