Skip to content

Commit de14014

Browse files
authored
Merge pull request #39 from FlorentTorregrosa/38-drupal10
Issue #38: Make the package compatible with Symfony 6.
2 parents 6f15c00 + 69ada51 commit de14014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">= 7.1.3",
1414
"friendsofphp/php-cs-fixer": "^3.12",
15-
"symfony/yaml": "^3 || ^4 || ^5"
15+
"symfony/yaml": "^3 || ^4 || ^5 || ^6"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)