Update composer.json to reflect official Drupal.org project URLs

Created on 31 July 2025, 4 days ago

Problem/Motivation

The current composer.json references the GitHub repository for metadata like homepage, support.issues, and support.source. Since the project is now hosted on Drupal.org, these should be updated to reflect the official Drupal infrastructure.

Proposed resolution

Reflect the Drupal.org path:

{
    "name": "openy/paragraph_skins",
    "type": "drupal-module",
    "description": "Implement skins for paragraphs by OpenY community",
    "keywords": [],
    "homepage": "https://www.drupal.org/project/paragraph_skins",
    "minimum-stability": "dev",
    "support": {
        "issues": "https://www.drupal.org/project/issues/paragraph_skins",
        "source": "https://git.drupalcode.org/project/paragraph_skins.git"
    }
}

Remaining tasks

  • [ ] Update composer.json with correct URLs
  • [ ] Commit the change
  • [ ] Push to the project repo

User interface changes

Composer metadata will correctly point to the Drupal.org project instead of the now-outdated GitHub repository. This improves traceability, transparency, and aligns with Drupal packaging standards.

πŸ“Œ Task
Status

Active

Version

3.0

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡¦Ukraine Sardis

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024