Skip to content

Commit

Permalink
Merge branch 'feature/drupal-10' of github.com:opendevshop/devshop in…
Browse files Browse the repository at this point in the history
…to feature/drupal-10
  • Loading branch information
jonpugh committed Dec 19, 2023
2 parents 15cd7eb + 9a91cc9 commit b8cf59a
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 5 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"php-http/httplug": "^2.3",
"devshop/git-traits": "1.x-dev",
"drush/drush": "^10.6",
"devshop/github-api-cli": "1.x-dev"
"devshop/github-api-cli": "1.x-dev",
"cweagans/composer-patches": "^1.7"
},
"replace": {
"drupal/drupal": "*"
Expand Down Expand Up @@ -81,7 +82,8 @@
"sort-packages:": "true",
"allow-plugins": {
"devshop/git-split": true,
"devshop/yaml-tasks": true
"devshop/yaml-tasks": true,
"cweagans/composer-patches": true
},
"platform": {
"php": "7.4.0"
Expand All @@ -105,6 +107,11 @@
"src/DevShop/Component/YamlTasks": "https://github.com/devshop-packages/yaml-tasks.git",
"src/DevShop/Component/ControlProject": "https://github.com/devshop-packages/devshop-control-project.git"
}
},
"patches": {
"symfony/console": {
"https://www.drupal.org/project/provision/issues/3353492#comment-15336648": "https://www.drupal.org/files/issues/2023-12-11/3353492-symfony-console-4-update_1.patch"
}
}
},
"minimum-stability": "dev",
Expand Down
52 changes: 50 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/DevShop/Control/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"https://www.drupal.org/project/provision/issues/3353492#comment-15336648": "https://www.drupal.org/files/issues/2023-11-28/drush-8-symfony-console-compat.patch"
},
"symfony/console": {
"https://www.drupal.org/project/provision/issues/3353492#comment-15336648": "https://www.drupal.org/files/issues/2023-11-28/symfony-console-4-update.patch"
"https://www.drupal.org/project/provision/issues/3353492#comment-15336648": "https://www.drupal.org/files/issues/2023-12-11/3353492-symfony-console-4-update_1.patch"
}
}
},
Expand Down

0 comments on commit b8cf59a

Please sign in to comment.