Skip to content

Commit c8fc09a

Browse files
authored
Support Laravel 5.8 (#8)
Support laravel 5.8
1 parent d21899d commit c8fc09a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to `laravel-cloudfront-url-signer` will be documented in thi
44

55
## Unreleased
66

7+
## 2.1.0 - 2019-06-03
8+
- Added support for L5.8
9+
710
## 2.0.0 - 2018-09-24
811
- [**BREAKING**] Removed support for L5.5
912
- Added support for L5.7

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dreamonkey/laravel-cloudfront-url-signer",
3-
"description": "Laravel 5.5+ wrapper around CloudFront canned signed URLs",
3+
"description": "Laravel 5.6+ wrapper around CloudFront canned signed URLs",
44
"keywords": [
55
"dreamonkey",
66
"laravel-cloudfront-url-signer",
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php" : "^7.1.3",
22-
"illuminate/support": "~5.6.0|~5.7.0",
22+
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0",
2323
"aws/aws-sdk-php": "^3.52"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)