Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/issue 12 laravel 7 #13

Merged
merged 2 commits into from
Apr 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ This is a Laravel service provider for the latest Airbrake PHP package https://g
The service provider will configure an instance of Airbrake\Notifier with an ID, key and environment name.

## Install
For Laravel >=6.0.0, you will need to downgrade Monolog to version 1.
```
composer require monolog/monolog ^1.22
```
Them require this package via composer.
Require this package via composer.
```
composer require kouz/laravel-airbrake
```
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"keywords": ["airbrake", "laravel"],
"require": {
"php": ">=5.4",
"airbrake/phpbrake": "^0.7.0",
"illuminate/support": "^5.0|^6.0",
"monolog/monolog": "^1.22"
"airbrake/phpbrake": "^0.7.3",
"illuminate/support": "^5.0|^6.0|^7.0"
},
"license": "MIT",
"authors": [
Expand Down