File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to `laravel-cloudfront-url-signer` will be documented in thi
4
4
5
5
## Unreleased
6
6
7
+ ## 2.1.0 - 2019-06-03
8
+ - Added support for L5.8
9
+
7
10
## 2.0.0 - 2018-09-24
8
11
- [ ** BREAKING** ] Removed support for L5.5
9
12
- Added support for L5.7
Original file line number Diff line number Diff line change 1
1
{
2
2
"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" ,
4
4
"keywords" : [
5
5
" dreamonkey" ,
6
6
" laravel-cloudfront-url-signer" ,
19
19
],
20
20
"require" : {
21
21
"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 " ,
23
23
"aws/aws-sdk-php" : " ^3.52"
24
24
},
25
25
"require-dev" : {
You can’t perform that action at this time.
0 commit comments