We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21d534 commit fa79d1fCopy full SHA for fa79d1f
composer.json
@@ -11,10 +11,10 @@
11
],
12
"require": {
13
"php": "^7.4 || ^8.0",
14
- "symfony/finder": "^4.2 || ^5.0 || ^6.0",
+ "symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0",
15
"phpstan/phpstan": "^1.10.1",
16
"phpstan/phpstan-deprecation-rules": "^1.1.4",
17
- "symfony/yaml": "^4.2|| ^5.0 || ^6.0",
+ "symfony/yaml": "^4.2|| ^5.0 || ^6.0 || ^7.0",
18
"webflo/drupal-finder": "^1.2"
19
},
20
"require-dev": {
@@ -27,7 +27,7 @@
27
"phpunit/phpunit": "^8.5 || ^9",
28
"slevomat/coding-standard": "^7.1",
29
"squizlabs/php_codesniffer": "^3.3",
30
- "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0"
+ "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0"
31
32
"minimum-stability": "dev",
33
"prefer-stable": true,
0 commit comments