Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@
"drupal/search_api_exclude_entity": "^3.0",
"drupal/default_paragraphs": "^2.0"
},
"require-dev": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vincent-gao I think the require-dev should always sit in the project root composer, rather than controlling it from the core. The reason I am saying this, any projects e.g vendor projects, they should be able to change the project specific require dev dependencies according to their need. So I think ti should go as a release task

"doctrine/instantiator": "~2.0.0",
"symfony/type-info": "~7.4.0"
},
"repositories": {
"drupal": {
"type": "composer",
Expand Down