Skip to content

Commit

Permalink
Support Laravel 5.8 (#8)
Browse files Browse the repository at this point in the history
Support laravel 5.8
  • Loading branch information
IlCallo committed Jun 3, 2019
1 parent d21899d commit c8fc09a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to `laravel-cloudfront-url-signer` will be documented in thi

## Unreleased

## 2.1.0 - 2019-06-03
- Added support for L5.8

## 2.0.0 - 2018-09-24
- [**BREAKING**] Removed support for L5.5
- Added support for L5.7
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dreamonkey/laravel-cloudfront-url-signer",
"description": "Laravel 5.5+ wrapper around CloudFront canned signed URLs",
"description": "Laravel 5.6+ wrapper around CloudFront canned signed URLs",
"keywords": [
"dreamonkey",
"laravel-cloudfront-url-signer",
Expand All @@ -19,7 +19,7 @@
],
"require": {
"php" : "^7.1.3",
"illuminate/support": "~5.6.0|~5.7.0",
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0",
"aws/aws-sdk-php": "^3.52"
},
"require-dev": {
Expand Down

0 comments on commit c8fc09a

Please sign in to comment.