mage-os / mageos-magento2

Work in progress.
Open Software License 3.0
213 stars 45 forks source link

Magento repository is used for packages instead of Mage-OS #76

Open vpodorozh opened 9 months ago

vpodorozh commented 9 months ago

Preconditions and environment

Steps to reproduce

  1. Install Mage-OS
  2. Check composer.lock
  3. Look for "name": "magento/zend-db",

Expected result

The repository URL and reference are pointing to the Mage-OS composer repo or GitHub repo.

{
            "name": "magento/zend-db",
            "version": "1.16.1",
            "source": {
                "type": "git",
                "url": "https://mirror.mage-os.org/packages/magento/magento-zend-db.zip",
                "reference": "475addb06c0a417b2fd18effe5966bd3aa929b7b"
            },
            ...
}

Actual result

The repository URL and reference are pointing to the Magento composer repo or GitHub repo.

{
            "name": "magento/zend-db",
            "version": "1.16.1",
            "source": {
                "type": "git",
                "url": "https://github.com/magento/magento-zend-db.git",
                "reference": "475addb06c0a417b2fd18effe5966bd3aa929b7b"
            },
            ...
}

Additional information

No response

Release note

No response

Triage and priority