Skip to content

Commit 341ebba

Browse files
authored
Merge pull request #3 from codex-team/first-release
Initial release of Hawk Laravel integration package
2 parents 5b99e39 + 09df45d commit 341ebba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Laravel errors Catcher for [Hawk.so](https://hawk.so).
1616
### Install command
1717

1818
```bash
19-
$ composer require codex-team/hawk.laravel:dev-main
19+
$ composer require codex-team/hawk.laravel
2020
```
2121

2222
To enable capturing unhandled exceptions for reporting to `Hawk`, modify your `bootstrap/app.php` file as follows:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Laravel errors Catcher module for Hawk.so",
44
"keywords": ["hawk", "php", "error", "catcher", "monolog", "laravel"],
55
"type": "library",
6-
"version": "dev-testing",
6+
"version": "0.0.1",
77
"license": "MIT",
88
"require": {
99
"php": "^7.2 || ^8.0",

0 commit comments

Comments
 (0)