Updated remaining dependencies without PHP 8 support

This commit is contained in:
Alejandro Celaya 2021-01-24 23:00:10 +01:00
parent db997fe6f5
commit 17eb6dc4ce

View File

@ -12,7 +12,7 @@
} }
], ],
"require": { "require": {
"php": "^7.4", "php": "^7.4 || ^8.0",
"ext-json": "*", "ext-json": "*",
"ext-pdo": "*", "ext-pdo": "*",
"akrabat/ip-address-middleware": "^2.0", "akrabat/ip-address-middleware": "^2.0",
@ -34,10 +34,10 @@
"lcobucci/jwt": "^4.0", "lcobucci/jwt": "^4.0",
"league/uri": "^6.2", "league/uri": "^6.2",
"lstrojny/functional-php": "^1.15", "lstrojny/functional-php": "^1.15",
"mezzio/mezzio": "^3.2", "mezzio/mezzio": "^3.3",
"mezzio/mezzio-fastroute": "^3.1", "mezzio/mezzio-fastroute": "^3.1",
"mezzio/mezzio-helpers": "^5.3", "mezzio/mezzio-helpers": "^5.3",
"mezzio/mezzio-problem-details": "^1.1", "mezzio/mezzio-problem-details": "^1.3",
"mezzio/mezzio-swoole": "^3.1", "mezzio/mezzio-swoole": "^3.1",
"monolog/monolog": "^2.0", "monolog/monolog": "^2.0",
"nikolaposa/monolog-factory": "^3.1", "nikolaposa/monolog-factory": "^3.1",