Skip to content

Commit

Permalink
update for l5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 27, 2018
1 parent 8def4bb commit ee9aab3
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.1.1 - 2018-08-27
- Add support for Laravel 5.7

## 2.1.0 - 2018-06-42
- Add `view` config option

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
],
"require": {
"php" : "^7.0",
"illuminate/support": "~5.5.0|~5.6.0",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0",
"nesbot/carbon": "^1.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
"phpunit/phpunit": "^6.0|^7.0",
"spatie/phpunit-snapshot-assertions": "^1.0"
},
Expand Down

0 comments on commit ee9aab3

Please sign in to comment.