Skip to content

Commit 66edaee

Browse files
committed
Upgrade cache dependency for reconnection support
1 parent afd7e78 commit 66edaee

2 files changed

Lines changed: 111 additions & 103 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@
2929
"require": {
3030
"php": ">=8.2",
3131
"utopia-php/validators": "0.*",
32-
"utopia-php/cache": "0.13.*"
32+
"utopia-php/cache": "1.0.*"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^9.3",
35+
"phpunit/phpunit": "9.6.*",
3636
"laravel/pint": "^1.18",
37-
"phpstan/phpstan": "^1.12"
37+
"phpstan/phpstan": "^1.12",
38+
"doctrine/instantiator": "2.0.0"
3839
},
3940
"minimum-stability": "stable",
4041
"config": {

0 commit comments

Comments
 (0)