File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
9
- ## [ Unreleased] ( https://github.com/inspirum/mcrouter-php-laravel/compare/v1.1.0...master )
9
+ ## [ Unreleased] ( https://github.com/inspirum/mcrouter-php-laravel/compare/v1.2.0...master )
10
+
11
+
12
+ ## [ v1.2.0 (2020-09-18)] ( https://github.com/inspirum/mcrouter-php-laravel/compare/v1.1.0...v1.2.0 )
13
+ ### Added
14
+ - Added support for Laravel ^8.0
10
15
11
16
12
17
## [ v1.1.0 (2020-03-25)] ( https://github.com/inspirum/mcrouter-php-laravel/compare/v1.0.1...v1.1.0 )
Original file line number Diff line number Diff line change 29
29
composer require inspirum/mcrouter
30
30
```
31
31
32
- This package supports Laravel 5.3 or later (including Laravel 6/7).
32
+ This package supports Laravel 5.3 or later (including Laravel 6/7/8 ).
33
33
34
34
For Laravel 5.4 and below it necessary to register the service provider in ` config/app.php ` .
35
35
You can’t perform that action at this time.
0 commit comments