Skip to content

Commit 74b356d

Browse files
authored
Merge pull request #306 from alexpott/task/relax-constraints
Relax constraints
2 parents 62d9979 + bc4ade7 commit 74b356d

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,16 +11,16 @@
1111
],
1212
"require": {
1313
"php": "^7.4 || ^8.0",
14-
"symfony/finder": "~3.4.5|^4.2",
14+
"symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0",
1515
"phpstan/phpstan": "^1.0",
16-
"symfony/yaml": "~3.4.5|^4.2",
16+
"symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
1717
"webflo/drupal-finder": "^1.2"
1818
},
1919
"require-dev": {
2020
"composer/installers": "^1.9",
2121
"drupal/core-dev": "^8.8@alpha || ^9.0",
2222
"drupal/core-recommended": "^8.8@alpha || ^9.0",
23-
"drush/drush": "^9.6 | ^10.0",
23+
"drush/drush": "^9.6 || ^10.0",
2424
"phpstan/extension-installer": "^1.1",
2525
"phpstan/phpstan-deprecation-rules": "^1.0",
2626
"phpstan/phpstan-strict-rules": "^1.0",

0 commit comments

Comments
 (0)