Skip to content

Commit 9e358be

Browse files
authored
Merge pull request #143 from rosier/patch-1
Allow Symfony 7
2 parents 856d524 + b5c26e8 commit 9e358be

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
@@ -12,13 +12,13 @@
1212
],
1313
"require": {
1414
"php": ">=7.4",
15-
"symfony/yaml": "^5.4 || ^6.0"
15+
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
1616
},
1717
"require-dev": {
1818
"composer/composer": "^2.0@dev",
1919
"phpspec/prophecy-phpunit": "^2.1",
2020
"phpunit/phpunit": "^9.6",
21-
"symfony/filesystem": "^5.4 || ^6.0",
21+
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
2222
"symfony/phpunit-bridge": "^6.4.1 || ^7.0.1"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)