Update composer.json

I tried to use but don´t work 

Problem 1
    - Installation request for avency/gitea ^1.0 -> satisfiable by avency/gitea[1.0].
    - avency/gitea 1.0 requires guzzlehttp/guzzle ~6.0 -> satisfiable by guzzlehttp/guzzle[6.0.0, 6.0.1, 6.0.2, 6.1.0, 6.1.1, 6.2.0, 6.2.1, 6.2.2, 6.2.3, 6.3.0, 6.3.1, 6.3.2, 6.3.3, 6.4.0, 6.4.1, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.5.4, 6.5.5, 6.5.x-dev] but these conflict with your requirements or minimum-stability.
This commit is contained in:
Marcelo
2021-10-13 14:56:23 -03:00
committed by GitHub
parent 189dfcafee
commit e618152878

View File

@ -6,7 +6,7 @@
"license": ["MIT"], "license": ["MIT"],
"require": { "require": {
"php": "^7.2", "php": "^7.2",
"guzzlehttp/guzzle": "~6.0" "guzzlehttp/guzzle": "^7.3"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {