Skip to content

Commit 7fa200b

Browse files
authored
Declare Symfony 7.x support
1 parent c80cb58 commit 7fa200b

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
@@ -23,8 +23,8 @@
2323
"require": {
2424
"php": ">=8.1",
2525
"phpoffice/phpspreadsheet": "^1.16",
26-
"symfony/serializer": "^6.0",
27-
"symfony/filesystem": "^6.0"
26+
"symfony/serializer": "^6.0|^7.0",
27+
"symfony/filesystem": "^6.0|^7.0"
2828
},
2929
"require-dev": {
3030
"symfony/test-pack": "^1.0"

0 commit comments

Comments
 (0)