Skip to content

Commit

Permalink
add support for Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 4, 2019
1 parent 1a6dcb8 commit 190df76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-url-signer` will be documented in this file.

## 2.4.0 - 2019-09-04

- add support for Laravel 6

## 2.3.0 - 2019-02-27

- drop support for Laravel 5.7 and below
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -18,11 +18,11 @@
"require": {
"php" : "^7.2",
"spatie/url-signer": "^1.0.1",
"illuminate/support": "~5.8.0",
"illuminate/http": "~5.8.0"
"illuminate/support": "~5.8.0|^6.0",
"illuminate/http": "~5.8.0|^6.0"
},
"require-dev": {
"orchestra/testbench": "~3.8.0",
"orchestra/testbench": "~3.8.0|^4.0",
"phpunit/phpunit" : "^8.0"
},
"autoload": {
Expand Down

0 comments on commit 190df76

Please sign in to comment.