Skip to content

Commit

Permalink
add Laravel 6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Sep 4, 2019
1 parent a712b4e commit 6c38ab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## 2.4.0 - 2019-09-04
- add Laravel 6 compatibility

## 2.3.1 - 2019-08-29

- add `description` and `language keys` to the config file
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
],
"require": {
"php" : "^7.2",
"laravel/framework": "~5.8.0"
"laravel/framework": "~5.8.0|~6.0.0"
},
"require-dev": {
"orchestra/testbench": "~3.8.0",
"orchestra/testbench": "~3.8.0|~4.0.0",
"phpunit/phpunit": "^8.0",
"spatie/phpunit-snapshot-assertions": "^2.0"
},
Expand Down

0 comments on commit 6c38ab8

Please sign in to comment.