Skip to content

Commit 1056fe3

Browse files
authored
Merge pull request #4 from ollietb/master
Enable Symfony 7 support
2 parents df3772c + ed8c4b5 commit 1056fe3

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
@@ -29,8 +29,8 @@
2929
"require": {
3030
"php": ">=8.1",
3131
"monolog/monolog": "~3.0",
32-
"symfony/yaml": "^6.1",
33-
"symfony/framework-bundle": "^6.1"
32+
"symfony/yaml": "^6.1|^7.0",
33+
"symfony/framework-bundle": "^6.1|^7.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)