Skip to content

Commit

Permalink
Merge pull request #14 from vuongxuongminh/2.0
Browse files Browse the repository at this point in the history
Add support Laravel 8.
  • Loading branch information
vuongxuongminh authored Oct 18, 2020
2 parents e018aed + beb781f commit 9f8be74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.3

- Add support Laravel 8.

## 2.0.2

- Bug #11: Fix missing ExceptionHandler concrete.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "^5.8 || ^6.0 || ^7.0",
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0",
"spatie/async": "^1.4.0"
},
"require-dev": {
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0"
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9f8be74

Please sign in to comment.