Skip to content

Commit

Permalink
Fix unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Aug 7, 2017
1 parent 4b2e71b commit 9038ffb
Show file tree
Hide file tree
Showing 2 changed files with 4 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

## 1.4.1 - 2017-08-07
- removed unnecessary dependency

## 1.4.0 - 2017-05-13
- allow an argument to be passed with items in config

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"require": {
"php" : "^7.0",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0",
"nesbot/carbon": "^1.0",
"spatie/phpunit-snapshot-assertions": "^0.4.1"
"nesbot/carbon": "^1.0"
},
"require-dev": {
"orchestra/testbench": "~3.3.0|~3.4.0",
Expand Down

0 comments on commit 9038ffb

Please sign in to comment.