From 33a40331315e6938947c26fa6384e179260a6621 Mon Sep 17 00:00:00 2001 From: Pavel Zotikov Date: Thu, 25 Sep 2025 14:22:58 +0300 Subject: [PATCH] Update version hawk.php --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b13ca39..d5b31ba 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,11 @@ "description": "Laravel errors Catcher module for Hawk.so", "keywords": ["hawk", "php", "error", "catcher", "monolog", "laravel"], "type": "library", - "version": "0.1.1", + "version": "0.1.2", "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", "illuminate/support": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0"