fix: move guzzle composer requirement to core ()

This commit is contained in:
Ian Morland 2022-07-18 16:10:04 +01:00 committed by GitHub
parent 744927215a
commit 8dcfa6c474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
extensions/akismet
framework/core

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

@ -42,6 +42,7 @@
"doctrine/dbal": "^2.7",
"dragonmantank/cron-expression": "^3.1.0",
"franzl/whoops-middleware": "^2.0.0",
"guzzlehttp/guzzle": "^7.4",
"illuminate/bus": "^8.0",
"illuminate/cache": "^8.0",
"illuminate/config": "^8.0",