Skip to content

Commit

Permalink
Allow Laravel ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-novotny committed Mar 25, 2020
1 parent 903cc28 commit 7cab6e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [1.1.0] - 2020-03-25
### Added
- Added support for Laravel ^7.0


## [1.0.1] - 2020-01-16
### Changed
- Changed support for Laravel ^5.3|^6.0
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"require": {
"ext-memcached": "*",
"php": ">=7.1.3",
"illuminate/cache": "^5.3|^6.0",
"illuminate/session": "^5.3|^6.0",
"illuminate/support": "^5.3|^6.0"
"illuminate/cache": "^5.3|^6.0|^7.0",
"illuminate/session": "^5.3|^6.0|^7.0",
"illuminate/support": "^5.3|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0",
Expand Down

0 comments on commit 7cab6e4

Please sign in to comment.