Skip to content

Commit

Permalink
Support site-alias 3.x and 4.x; fixes #85
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Dec 13, 2023
1 parent 6c1e05f commit 00cb7ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .docker/main/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"drupal/core-composer-scaffold": "*",
"drupal/core-recommended": "^10",
"drupal/core-vendor-hardening": "*",
"drush/drush": "^11",
"jigarius/drall": "*"
},
"conflict": {
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"amphp/process": "^1.1",
"amphp/sync": "^1.4",
"consolidation/filter-via-dot-access-data": "^2.0",
"consolidation/site-alias": "^3.1",
"drush/drush": "^11.0",
"consolidation/site-alias": "^3 || ^4",
"drush/drush": "^11 || ^12",
"webflo/drupal-finder": "^1.2"
},
"require-dev": {
Expand All @@ -48,8 +48,8 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpro/grumphp": true,
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"phpro/grumphp": true
},
"sort-packages": true
},
Expand Down

0 comments on commit 00cb7ee

Please sign in to comment.