Skip to content

Instantly share code, notes, and snippets.

@flashvnn
Created August 25, 2023 05:16
Show Gist options
  • Save flashvnn/4cdf2e041aee3b21f034724cd36f037e to your computer and use it in GitHub Desktop.
Save flashvnn/4cdf2e041aee3b21f034724cd36f037e to your computer and use it in GitHub Desktop.
Drupal ^9.5 patchs
{
"name": "drupal/recommended-project",
"description": "Project template for Drupal 9 projects with a relocated document root",
"type": "project",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/drupal",
"support": {
"docs": "https://www.drupal.org/docs/user_guide/en/index.html",
"chat": "https://www.drupal.org/node/314178"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"drupal/admin_dialogs": "^1.0",
"drupal/admin_toolbar": "^3.4",
"drupal/allowed_formats": "^2.0",
"drupal/backup_migrate": "^5.0",
"drupal/block_visibility_groups": "^2.0",
"drupal/bpmn_io": "^1.1",
"drupal/change_labels": "^1.3",
"drupal/condition_query": "^1.3",
"drupal/context": "^4.1",
"drupal/core-composer-scaffold": "^9.5",
"drupal/core-project-message": "^9.5",
"drupal/core-recommended": "^9.5",
"drupal/eca": "^1.1",
"drupal/eca_cm": "^1.0",
"drupal/eca_tamper": "^1.0",
"drupal/entity_field_condition": "^1.4",
"drupal/fico": "^3.0",
"drupal/field_group": "^3.4",
"drupal/field_permissions": "^1.2",
"drupal/gutenberg": "^2.7",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/library_select": "^1.2",
"drupal/media_entity_browser": "^2.0@alpha",
"drupal/pathauto": "^1.11",
"drupal/profile": "^1.7",
"drupal/select2": "^1.15",
"drupal/select_or_other": "^4.1",
"drupal/simple_responsive_table": "^2.3",
"drupal/tamper": "^1.0@alpha",
"drupal/theme_switcher": "^2.0",
"drupal/token": "^1.12",
"drupal/token_conditions": "^1.0@beta",
"drupal/views_autocomplete_filters": "^1.4",
"drush/drush": "^11.6",
"vantran/lunar-calendar": "^2.1"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true
},
"sort-packages": true
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/libraries/{$name}": [
"type:drupal-library"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/Commands/contrib/{$name}": [
"type:drupal-drush"
],
"web/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"web/profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
"drupal-core-project-message": {
"include-keys": [
"homepage",
"support"
],
"post-create-project-cmd-message": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
"<bg=blue;fg=white> from the drupal/recommended-project template! </>",
"<bg=blue;fg=white> </>",
"",
"<bg=yellow;fg=black>Next steps</>:",
" * Install the site: https://www.drupal.org/docs/installing-drupal",
" * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
" * Get support: https://www.drupal.org/support",
" * Get involved with the Drupal community:",
" https://www.drupal.org/getting-involved",
" * Remove the plugin that prints this message:",
" composer remove drupal/core-project-message"
]
},
"patches": {
"drupal/core" : {
"Now allow method" : "https://www.drupal.org/files/issues/2023-03-17/2706241-74.patch",
"strnatcasecmp Passing null to parameter #2" : "https://www.drupal.org/files/issues/2022-11-17/3315678-11_0.patch"
},
"drupal/fico" : {
"Undefined index: #entity_type" : "https://www.drupal.org/files/issues/2019-05-03/notice_undefined_index-2986547-5.patch",
"Call to undefined method Drupal::entityManager" : "https://www.drupal.org/files/issues/2022-08-11/3303003-use-entity_type-service.patch",
"Undefined method getFieldDefinitions" : "https://www.drupal.org/files/issues/2022-12-20/fico-solve_undefined_getFieldDefinitions_method-3328267-1.patch"
},
"vantran/lunar-calendar" : {
"Warning" : "patches/vantran--lunar-calendar--warning.patch"
},
"drupal/ds": {
"Notice: Undefined index: #type in _ds_field_ui_table_layouts" : "https://www.drupal.org/files/issues/2023-01-23/3091319-34.patch"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment