Skip to content

Commit

Permalink
Merge pull request #56 from pavelzotikov/chore-new-versions-of-requir…
Browse files Browse the repository at this point in the history
…es-and-remove-monolog

Removed Monolog dependency and added support for PHP 8.x.
  • Loading branch information
neSpecc authored Sep 16, 2024
2 parents 1747aee + 00eb163 commit e813d70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 61 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @gohabereg @talyguryn @khaydarov
* @neSpecc
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "codex-team/hawk.php",
"description": "PHP errors Catcher module for Hawk.so",
"keywords": ["hawk", "php", "error", "catcher", "monolog"],
"keywords": ["hawk", "php", "error", "catcher"],
"type": "library",
"version": "2.1.9",
"version": "2.2.0",
"license": "MIT",
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": "^7.2",
"monolog/monolog": "^2.2",
"php": "^7.2 || ^8.0",
"jean85/pretty-package-versions": "^1.5 || ^2.0"
},
"require-dev": {
Expand Down
36 changes: 0 additions & 36 deletions src/Monolog/Handler.php

This file was deleted.

20 changes: 0 additions & 20 deletions tests/Unit/Monolog/HandlerTest.php

This file was deleted.

0 comments on commit e813d70

Please sign in to comment.