Skip to content

Commit 7cab6e4

Browse files
committed
Allow Laravel ^7.0
1 parent 903cc28 commit 7cab6e4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
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",

0 commit comments

Comments
 (0)