We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de2d76 commit c27723fCopy full SHA for c27723f
README.md
@@ -29,6 +29,8 @@
29
composer require inspirum/mcrouter
30
```
31
32
+This package supports Laravel 5.3 or later (including Laravel 6).
33
+
34
For Laravel 5.4 and below it necessary to register the service provider in `config/app.php`.
35
36
```php
composer.json
@@ -22,9 +22,9 @@
22
"require": {
23
"ext-memcached": "*",
24
"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"
+ "illuminate/cache": "^5.3|^6.0",
+ "illuminate/session": "^5.3|^6.0",
+ "illuminate/support": "^5.3|^6.0"
28
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0",
0 commit comments