We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dab47d commit 7a9b661Copy full SHA for 7a9b661
composer.json
@@ -2,7 +2,7 @@
2
"name": "slydeath/laravel-nested-caching",
3
"description": "Nested Caching for Laravel with caches stack",
4
"license": "MIT",
5
- "version": "2.0",
+ "version": "3.0",
6
"authors": [
7
{
8
"name": "SlyDeath",
@@ -11,7 +11,7 @@
11
],
12
"require": {
13
"php": "^7.4|^8.1",
14
- "laravel/framework": "^v9.19"
+ "laravel/framework": "^10.10"
15
},
16
"minimum-stability": "dev",
17
"autoload": {
0 commit comments