Skip to content

Commit b8c6227

Browse files
authored
chore(deps): switch from doctrine/cache to symfony/cache (#230)
* chore(deps): switch from doctrine/cache to symfony/cache * update composer.lock * specify dir
1 parent 49c3318 commit b8c6227

File tree

4 files changed

+294
-162
lines changed

4 files changed

+294
-162
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"doctrine/cache": "^1.10",
1514
"guzzlehttp/guzzle": "^7.0",
1615
"kevinrob/guzzle-cache-middleware": "^5.0 || ^6.0",
1716
"phpdocumentor/reflection-docblock": "^5.2",
1817
"propaganistas/laravel-phone": "^5.3",
1918
"psr/http-message": "^1.1|^2.0",
2019
"supportpal/eloquent-model": "^1.0",
20+
"symfony/cache": "^6.2|^7.2",
2121
"symfony/config": "^6.2|^7.0",
2222
"symfony/dependency-injection": "^6.2|^7.0",
2323
"symfony/yaml": "^6.2|^7.0"

0 commit comments

Comments
 (0)