Skip to content

Commit a604c38

Browse files
authored
Support symfony 7 (#19)
For Drupal 11
1 parent 9c68e83 commit a604c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^7.4||^8.0",
1818
"phpunit/phpunit": "^9.5",
19-
"symfony/console": "^3.4||^4.4||^5||^6"
19+
"symfony/console": "^3.4||^4.4||^5||^6||^7"
2020
},
2121
"require-dev": {
2222
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",

0 commit comments

Comments
 (0)