Skip to content

Commit

Permalink
Laravel 6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Sep 4, 2019
1 parent c0b5708 commit 643888e
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
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-tail` will be documented in this file

### 3.3.0 - 2019-09-04

- add support for Laravel 6.0

### 3.2.4 - 2019-02-26

- add support for Laravel 5.8
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php" : "^7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/console": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/console": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
"symfony/process": "^3.3|^4.0"
},
"autoload": {
Expand Down

0 comments on commit 643888e

Please sign in to comment.