Skip to content

Commit 545522a

Browse files
authored
Merge pull request #195 from TomHAnderson/feature/cache-8
Allow symfony cache 8.0
2 parents 5a0b640 + 95037b9 commit 545522a

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
@@ -16,14 +16,14 @@
1616
"webonyx/graphql-php": "^v15.29",
1717
"psr/container": "^2.0",
1818
"league/event": "^3.0",
19-
"symfony/var-exporter": "^6.4||^7"
19+
"symfony/var-exporter": "^6.4 || ^7.0"
2020
},
2121
"require-dev": {
2222
"doctrine/coding-standard": "^14.0",
2323
"doctrine/dbal": "^4.0",
2424
"phpunit/phpunit": "^12.0",
2525
"vimeo/psalm": "^6.14",
26-
"symfony/cache": "^7.0",
26+
"symfony/cache": "^7.0 || ^8.0",
2727
"php-parallel-lint/php-parallel-lint": "^1.3.2",
2828
"phpstan/phpstan": "^2.1"
2929
},

0 commit comments

Comments
 (0)