Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
Add support for Laravel 7, close #13
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfSundae committed Mar 4, 2020
1 parent 26b9219 commit 7dd8491
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Release Notes

## 1.3.0 (2020-03-04)

- Add support for Laravel 7

## 1.2.1 (2019-09-15)

- Add support for Laravel 6
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -14,12 +14,11 @@
"require": {
"php": ">=5.6.4",
"elfsundae/laravel-bearychat": "~1.4",
"illuminate/notifications": "~5.3|~6.0",
"illuminate/queue": "~5.1"
"illuminate/notifications": "~5.3|~6.0|~7.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~5.7|~6.0|~7.0"
"phpunit/phpunit": "~5.7|~6.0|~7.0|~8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7dd8491

Please sign in to comment.