Skip to content

Commit fa79d1f

Browse files
authored
Allow Symfony 7 (#639)
Fixes #638
1 parent e21d534 commit fa79d1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"require": {
1313
"php": "^7.4 || ^8.0",
14-
"symfony/finder": "^4.2 || ^5.0 || ^6.0",
14+
"symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0",
1515
"phpstan/phpstan": "^1.10.1",
1616
"phpstan/phpstan-deprecation-rules": "^1.1.4",
17-
"symfony/yaml": "^4.2|| ^5.0 || ^6.0",
17+
"symfony/yaml": "^4.2|| ^5.0 || ^6.0 || ^7.0",
1818
"webflo/drupal-finder": "^1.2"
1919
},
2020
"require-dev": {
@@ -27,7 +27,7 @@
2727
"phpunit/phpunit": "^8.5 || ^9",
2828
"slevomat/coding-standard": "^7.1",
2929
"squizlabs/php_codesniffer": "^3.3",
30-
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0"
30+
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0"
3131
},
3232
"minimum-stability": "dev",
3333
"prefer-stable": true,

0 commit comments

Comments
 (0)