From 3b01a768df82340bc128ab4021262e1e48681f3d Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 19 Apr 2023 11:23:40 +0300 Subject: [PATCH] Bump dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a76b4d6..51be9db 100644 --- a/composer.json +++ b/composer.json @@ -37,12 +37,12 @@ ], "require": { "php": "^7.2.5 || ^8.0", - "psr/http-message": "^1.0.1", + "psr/http-message": "^1.0.1 || ^2.0", "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0", "symfony/polyfill-php80": "^1.23" }, "require-dev": { - "illuminate/database": "^8.0", + "illuminate/database": "^10.0", "phpdocumentor/reflection-docblock": "^5.0" }, "conflict": {