Skip to content

Commit 2a938c4

Browse files
committed
Support Symfony 5 and 6
1 parent 31e8735 commit 2a938c4

File tree

2 files changed

+402
-63
lines changed

2 files changed

+402
-63
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"mglaman/phpstan-drupal": "^1.0.0",
1717
"nette/neon": "^3.1",
1818
"phpstan/phpstan-deprecation-rules": "^1.0.0",
19-
"symfony/console": "~3.2 || ~4.0",
20-
"symfony/process": "~3.2 || ~4.0",
19+
"symfony/console": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
20+
"symfony/process": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
2121
"webflo/drupal-finder": "^1.1"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)