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.
2 parents 62d9979 + bc4ade7 commit 74b356dCopy full SHA for 74b356d
composer.json
@@ -11,16 +11,16 @@
11
],
12
"require": {
13
"php": "^7.4 || ^8.0",
14
- "symfony/finder": "~3.4.5|^4.2",
+ "symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0",
15
"phpstan/phpstan": "^1.0",
16
- "symfony/yaml": "~3.4.5|^4.2",
+ "symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
17
"webflo/drupal-finder": "^1.2"
18
},
19
"require-dev": {
20
"composer/installers": "^1.9",
21
"drupal/core-dev": "^8.8@alpha || ^9.0",
22
"drupal/core-recommended": "^8.8@alpha || ^9.0",
23
- "drush/drush": "^9.6 | ^10.0",
+ "drush/drush": "^9.6 || ^10.0",
24
"phpstan/extension-installer": "^1.1",
25
"phpstan/phpstan-deprecation-rules": "^1.0",
26
"phpstan/phpstan-strict-rules": "^1.0",
0 commit comments