Skip to content

Commit

Permalink
Fix/issue 12 laravel 7 (#13)
Browse files Browse the repository at this point in the history
* Add support Laravel 7 and Update phpbrake dependency to 0.7.3
  • Loading branch information
TheoKouzelis authored Apr 9, 2020
1 parent ac4ab19 commit da1e947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
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

0 comments on commit da1e947

Please sign in to comment.