From 4f39f92d3b194ca50b82cafbd5dafed55be8671b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:47:49 +0000 Subject: [PATCH] chore(deps): update guanguans/soar-php requirement from ^3.4 to ^4.0 Updates the requirements on [guanguans/soar-php](https://github.com/guanguans/soar-php) to permit the latest version. - [Release notes](https://github.com/guanguans/soar-php/releases) - [Changelog](https://github.com/guanguans/soar-php/blob/master/CHANGELOG.md) - [Commits](https://github.com/guanguans/soar-php/compare/3.4.0...4.0.0) --- updated-dependencies: - dependency-name: guanguans/soar-php dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 285a2a4..2d9f2ec 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "php": ">=7.4", "ext-json": "*", "ext-pdo": "*", - "guanguans/soar-php": "^3.4", + "guanguans/soar-php": "^4.0", "illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0", "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0", "maximebf/debugbar": "^1.19"