From 5cc73094acead39d894fcdf29ecd63106a3beebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 04:03:28 +0000 Subject: [PATCH] build(deps): update thecodingmachine/safe requirement from ^2.3 to ^2.4 Updates the requirements on [thecodingmachine/safe](https://github.com/thecodingmachine/safe) to permit the latest version. - [Release notes](https://github.com/thecodingmachine/safe/releases) - [Commits](https://github.com/thecodingmachine/safe/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: thecodingmachine/safe 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 946106f..371ac20 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "cebe/php-openapi": "^1.7", "fakerphp/faker": "^1.20", "league/openapi-psr7-validator": "^0.18", - "thecodingmachine/safe": "^2.3" + "thecodingmachine/safe": "^2.4" }, "require-dev": { "doctrine/coding-standard": "^10",