Skip to content

Commit

Permalink
Chore: New versions of requires and remove monolog
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzotikov committed Sep 13, 2024
1 parent 1747aee commit ac25a9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 60 deletions.
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 ac25a9a

Please sign in to comment.