Skip to content

Commit 4495135

Browse files
authored
Merge pull request #10 from codex-team/fix/psr-17-discovery-issue
Fix: PSR-17 discovery issue in rare cases
2 parents 26addcd + 2238a96 commit 4495135

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"description": "Symfony errors Catcher module for Hawk.so",
44
"keywords": ["hawk", "php", "error", "catcher", "monolog", "symfony"],
55
"type": "library",
6-
"version": "0.0.8",
6+
"version": "0.0.9",
77
"license": "MIT",
88
"require": {
99
"php": "^7.2 || ^8.0",
10-
"monolog/monolog": "^2.2 || ^3.0",
11-
"guzzlehttp/guzzle": "^6.0 || ^7.0",
1210
"codex-team/hawk.php": "^2.2.5",
11+
"guzzlehttp/guzzle": "^6.0 || ^7.0",
12+
"guzzlehttp/psr7": "^2.1.1",
1313
"jean85/pretty-package-versions": "^1.5 || ^2.0",
14+
"monolog/monolog": "^2.2 || ^3.0",
15+
"php-http/discovery": "^1.15",
1416
"symfony/config": "^4.4.20||^5.0.11||^6.0||^7.0",
1517
"symfony/dependency-injection": "^4.4.20||^5.0.11||^6.0||^7.0",
1618
"symfony/http-kernel": "^4.4.20||^5.0.11||^6.0||^7.0",
17-
"php-http/discovery": "^1.15",
1819
"symfony/psr-http-message-bridge": "^1.2||^2.0||^6.4||^7.0"
1920
},
2021
"require-dev": {

0 commit comments

Comments
 (0)