Skip to content

Instantly share code, notes, and snippets.

@tinamrak
tinamrak / composer.json
Created April 27, 2021 09:49
Example of composer.json for Drupal 8 patches
{
"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"
},