File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change 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" ,
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" : {
You can’t perform that action at this time.
0 commit comments