Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 27, 2019
1 parent 7227706 commit 1a6dcb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,10 +2,14 @@

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

## 2.3.0 - 2019-02-27

- drop support for Laravel 5.7 and below
- drop support for PHP 7.1 and below

## 2.2.2 - 2019-02-27
- Added: Laravel 5.8 compatibility


## 2.2.1 - 2018-09-04
- Added: Laravel 5.7 compatibility

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -16,14 +16,14 @@
}
],
"require": {
"php" : "^7.0",
"php" : "^7.2",
"spatie/url-signer": "^1.0.1",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/http": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
"illuminate/support": "~5.8.0",
"illuminate/http": "~5.8.0"
},
"require-dev": {
"orchestra/testbench": "~3.4.4|~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"phpunit/phpunit" : "^6.3|^7.0|^8.0"
"orchestra/testbench": "~3.8.0",
"phpunit/phpunit" : "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1a6dcb8

Please sign in to comment.