Skip to content

Commit c27723f

Browse files
committed
Allow Laravel ^5.3
1 parent 0de2d76 commit c27723f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
composer require inspirum/mcrouter
3030
```
3131

32+
This package supports Laravel 5.3 or later (including Laravel 6).
33+
3234
For Laravel 5.4 and below it necessary to register the service provider in `config/app.php`.
3335

3436
```php

Diff for: composer.json

+3-3
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.6.*|5.7.*|5.8.*|^6.0",
26-
"illuminate/session": "5.6.*|5.7.*|5.8.*|^6.0",
27-
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0"
25+
"illuminate/cache": "^5.3|^6.0",
26+
"illuminate/session": "^5.3|^6.0",
27+
"illuminate/support": "^5.3|^6.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^7.0|^8.0",

0 commit comments

Comments
 (0)