Skip to content

Commit

Permalink
make compatible with Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 4, 2019
1 parent cdf9d8b commit 68925d2
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-sitemap` will be documented in this file

## 5.4.0 - 2019-09-04

- make compatible with Laravel 6

## 5.3.1 - 2019-09-02

- make sure the sitemap cannot contain duplicate URLs
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "~5.8.0",
"illuminate/support": "~5.8.0|^6.0",
"nesbot/carbon": "^1.21|^2.0",
"spatie/crawler": "^4.1.0"
},
"require-dev": {
"orchestra/testbench": "~3.8.0",
"orchestra/testbench": "~3.8.0|^4.0",
"phpunit/phpunit": "^8.0",
"spatie/phpunit-snapshot-assertions": "^2.0.0",
"spatie/temporary-directory": "^1.1"
Expand Down

0 comments on commit 68925d2

Please sign in to comment.