Skip to content

Commit 5c33a41

Browse files
committed
Ensure lowest symfony/cache-contracts wont fail on PHP 8.4
1 parent 7427621 commit 5c33a41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"shipmonk/composer-dependency-analyser": "1.7.0",
2121
"shipmonk/phpstan-rules": "3.2.1",
2222
"slevomat/coding-standard": "8.15.0",
23-
"symfony/cache": "^6.4.13"
23+
"symfony/cache": "^6.4.13",
24+
"symfony/cache-contracts": "^3.5.0"
2425
},
2526
"autoload": {
2627
"psr-4": {

0 commit comments

Comments
 (0)