From ab0059ccaa14edc6005b52b0ce185ed7a10dbb04 Mon Sep 17 00:00:00 2001 From: Pavel Zotikov Date: Thu, 25 Sep 2025 14:31:21 +0300 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 78e3cfb..8a032b4 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,11 @@ "description": "Symfony errors Catcher module for Hawk.so", "keywords": ["hawk", "php", "error", "catcher", "monolog", "symfony"], "type": "library", - "version": "0.0.9", + "version": "0.0.10", "license": "MIT", "require": { "php": "^7.2 || ^8.0", - "codex-team/hawk.php": "^2.2.5", + "codex-team/hawk.php": "^2.2.9", "guzzlehttp/guzzle": "^6.0 || ^7.0", "guzzlehttp/psr7": "^2.1.1", "jean85/pretty-package-versions": "^1.5 || ^2.0",