Skip to content

Commit a62f3f6

Browse files
committed
Allow Symfony 8 compatibility
Update symfony/cache to support versions 6, 7, and 8 Update symfony/cache-contracts to support versions 3 and 4
1 parent aa16f61 commit a62f3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"shipmonk/composer-dependency-analyser": "1.7.0",
2121
"shipmonk/phpstan-rules": "4.0.0",
2222
"slevomat/coding-standard": "8.15.0",
23-
"symfony/cache": "^6.4.13",
24-
"symfony/cache-contracts": "^3.5.0"
23+
"symfony/cache": "^6.4.13 || ^7.0 || ^8.0",
24+
"symfony/cache-contracts": "^3.5.0 || ^4.0"
2525
},
2626
"conflict": {
2727
"doctrine/persistence": "< 3.4.1"

0 commit comments

Comments
 (0)