Skip to content

Commit 53c9179

Browse files
authored
Allow Symfony 8 in symfony/cache dependency (#28)
1 parent 5135b30 commit 53c9179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"shipmonk/composer-dependency-analyser": "^1.7",
2626
"shipmonk/name-collision-detector": "^2.1.1",
2727
"shipmonk/phpstan-rules": "^4.0",
28-
"symfony/cache": "^6 || ^7"
28+
"symfony/cache": "^6 || ^7 || ^8"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)