Skip to content

Commit 3dab47d

Browse files
authored
Update composer.json
1 parent 8309b62 commit 3dab47d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "slydeath/laravel-nested-caching",
33
"description": "Nested Caching for Laravel with caches stack",
44
"license": "MIT",
5-
"version": "1.3",
5+
"version": "2.0",
66
"authors": [
77
{
88
"name": "SlyDeath",
99
"email": "slyrs@yandex.ru"
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4|^8.0",
14-
"laravel/framework": "^v8.0.0"
13+
"php": "^7.4|^8.1",
14+
"laravel/framework": "^v9.19"
1515
},
1616
"minimum-stability": "dev",
1717
"autoload": {

0 commit comments

Comments
 (0)