File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
88
9+ ## [ 1.1.0] - 2020-03-25
10+ ### Added
11+ - Added support for Laravel ^7.0
12+
13+
914## [ 1.0.1] - 2020-01-16
1015### Changed
1116- Changed support for Laravel ^5.3|^6.0
Original file line number Diff line number Diff line change 2222 "require" : {
2323 "ext-memcached" : " *" ,
2424 "php" : " >=7.1.3" ,
25- "illuminate/cache" : " ^5.3|^6.0" ,
26- "illuminate/session" : " ^5.3|^6.0" ,
27- "illuminate/support" : " ^5.3|^6.0"
25+ "illuminate/cache" : " ^5.3|^6.0|^7.0 " ,
26+ "illuminate/session" : " ^5.3|^6.0|^7.0 " ,
27+ "illuminate/support" : " ^5.3|^6.0|^7.0 "
2828 },
2929 "require-dev" : {
3030 "phpunit/phpunit" : " ^7.0|^8.0" ,
You can’t perform that action at this time.
0 commit comments