Skip to content

Commit 5d3e4f1

Browse files
committed
Relax constraints
1 parent 62d9979 commit 5d3e4f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 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",
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",
21+
"drupal/core-dev": "^8.8@alpha || ^9.0 || ^10.0@dev",
22+
"drupal/core-recommended": "^8.8@alpha || ^9.0 || ^10.0@dev",
23+
"drush/drush": "^9.6 || ^10.0 || ^11.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)