Skip to content

Commit 57546fb

Browse files
committed
symfony/cache is only for dev
1 parent 9826b09 commit 57546fb

File tree

2 files changed

+265
-348
lines changed

2 files changed

+265
-348
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"doctrine/orm": "^2.11",
4141
"doctrine/persistence": "^1.3 || ^2.0",
4242
"psr/container": "^1.1",
43-
"symfony/cache": "^5.4",
4443
"webonyx/graphql-php": "^14.11"
4544
},
4645
"require-dev": {
4746
"friendsofphp/php-cs-fixer": "@stable",
4847
"laminas/laminas-servicemanager": "@stable",
4948
"phpstan/phpstan": "@stable",
50-
"phpunit/phpunit": "@stable"
49+
"phpunit/phpunit": "@stable",
50+
"symfony/cache": "^6.0"
5151
}
5252
}

0 commit comments

Comments
 (0)