Skip to content

Commit

Permalink
Add support for L5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Feb 8, 2018
1 parent d89a393 commit 9f8d2ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.0.2 - 2018-02-08
- Add support for Laravel 5.6

## 2.0.1 - 2017-01-30
- Fixed item sorting

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

0 comments on commit 9f8d2ad

Please sign in to comment.