Skip to content

Commit

Permalink
Merge pull request #9 from vuongxuongminh/2.0
Browse files Browse the repository at this point in the history
Allowed Laravel 7.x.
  • Loading branch information
vuongxuongminh authored Jun 5, 2020
2 parents e6cfd0b + f817264 commit 0fdb0ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.1

- Allowed Laravel 7.x.

## 2.0.0

- Add `batchRun` method.
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "^5.8 || ^6.0",
"illuminate/support": "^5.8 || ^6.0 || ^7.0",
"spatie/async": "^1.4.0"
},
"require-dev": {
"orchestra/testbench": "^3.8 || ^4.0",
"scrutinizer/ocular": "^1.7"
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0fdb0ff

Please sign in to comment.