Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 20, 2021
1 parent 20486bd commit ecd926b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.6.1 - 2021-01-20

- allow PHP 8

## 2.6.0 - 2020-09-09

- add support for Laravel 8
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php" : "^7.2",
"php" : "^7.2|^8.0",
"spatie/url-signer": "^1.0.1",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0",
"illuminate/http": "~5.8.0|^6.0|^7.0|^8.0"
Expand Down

0 comments on commit ecd926b

Please sign in to comment.