{"id":18302131,"url":"https://github.com/amcgowanca/composer-patches-drupal-patching-proof","last_synced_at":"2026-05-02T03:07:11.362Z","repository":{"id":149114118,"uuid":"117129566","full_name":"amcgowanca/composer-patches-drupal-patching-proof","owner":"amcgowanca","description":"A repository aimed at providing an example for https://github.com/amcgowanca/composer-patches-drupal-patching","archived":false,"fork":false,"pushed_at":"2018-01-11T18:17:35.000Z","size":52501,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T09:50:03.216Z","etag":null,"topics":["blt","composer","drupal","lightning"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amcgowanca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-11T17:16:14.000Z","updated_at":"2018-01-12T00:12:44.000Z","dependencies_parsed_at":"2023-05-01T14:01:53.412Z","dependency_job_id":null,"html_url":"https://github.com/amcgowanca/composer-patches-drupal-patching-proof","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amcgowanca/composer-patches-drupal-patching-proof","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amcgowanca%2Fcomposer-patches-drupal-patching-proof","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amcgowanca%2Fcomposer-patches-drupal-patching-proof/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amcgowanca%2Fcomposer-patches-drupal-patching-proof/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amcgowanca%2Fcomposer-patches-drupal-patching-proof/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amcgowanca","download_url":"https://codeload.github.com/amcgowanca/composer-patches-drupal-patching-proof/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amcgowanca%2Fcomposer-patches-drupal-patching-proof/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blt","composer","drupal","lightning"],"created_at":"2024-11-05T15:18:11.332Z","updated_at":"2026-05-02T03:07:11.353Z","avatar_url":"https://github.com/amcgowanca.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Proof repository for bad core patching\n\nThis repository is to act as an example for erroneous Drupal 8 core patching with `cweagans/composer-patches` and `composer`, and nothing more.\n\n### Branch: [example-with-error](https://github.com/amcgowanca/composer-patches-drupal-patching-proof/tree/example-with-error)\n\nThis branch contains a completely fresh Acquia BLT project setup after running the standard `composer create-project` command:\n\n```\ncomposer create-project --no-interaction acquia/blt-project my-project\n```\n\nYou will note that there is absolutely no modifications to the standard composer.json outside of any common changes.\n\nA complete codebase has been pushed to the branch [example-with-error-built](https://github.com/amcgowanca/composer-patches-drupal-patching-proof/tree/example-with-error-built) through the use of `git add --all --force`.\n\nObserve that under the [docroot/core](https://github.com/amcgowanca/composer-patches-drupal-patching-proof/tree/example-with-error-built/docroot/core) directory that a subdirectory named `b` ([link](https://github.com/amcgowanca/composer-patches-drupal-patching-proof/tree/example-with-error-built/docroot/core/b)) exists, as well as an additional `core` ([link](https://github.com/amcgowanca/composer-patches-drupal-patching-proof/tree/example-with-error-built/docroot/core/core)) directory.\n\n### Branch: [example-without-error]()\n\nThis branch contains a few minor modifications to the project's root `composer.json` file in which it makes use of the revised `cweagans/composer-patches` project and additional Composer plugin named [composer-patches-drupal-patching](https://github.com/amcgowanca/composer-patches-drupal-patching).\n\nA completely built codebase, similar to that of the _example-with-error-built_ is available named [example-without-error-built](https://github.com/amcgowanca/composer-patches-drupal-patching-proof/tree/example-without-error-built). This was similarly created through the use of `git add --all --force` upon executing a `composer install` with the modified `composer.json`.\n\nObserve that under the [docroot/core](https://github.com/amcgowanca/composer-patches-drupal-patching-proof/tree/example-without-error-built/docroot/core) directory no longer contains the additional or new subdirectories `b` or `core` _and_ that patches have *in fact* been applied to Drupal core where they previously were not.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famcgowanca%2Fcomposer-patches-drupal-patching-proof","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famcgowanca%2Fcomposer-patches-drupal-patching-proof","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famcgowanca%2Fcomposer-patches-drupal-patching-proof/lists"}