Skip to content

Instantly share code, notes, and snippets.

@rjocoleman
Last active February 8, 2021 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjocoleman/d6d67ec12213823858a10840240650c8 to your computer and use it in GitHub Desktop.
Save rjocoleman/d6d67ec12213823858a10840240650c8 to your computer and use it in GitHub Desktop.
{
"name": "example-open-mage",
"type": "project",
"require": {
"cweagans/composer-patches": "^1.7",
"aydin-hassan/magento-core-composer-installer": "^2.0",
"magento-hackathon/magento-composer-installer": "^4.0",
"openmage/magento-lts": "1.9.4.x-dev",
"icecube/custom-email-server": "*"
},
"extra": {
"composer-exit-on-patch-failure": true,
"auto-append-gitignore-dev": true,
"magento-core-package-type": "magento-source",
"magento-root-dir": "app/",
"magento-deploystrategy-dev": "symlink",
"magento-deploystrategy": "copy",
"magento-force": true,
"magento-core-deploy": {
"excludes": [
"downloader",
".htaccess.sample",
".travis.yml",
"README.md",
"RELEASE_NOTES.txt",
"index.php.sample",
"install.php",
"php.ini.sample",
"app/etc/local.xml.additional",
"app/etc/local.xml.template",
"errors/etc/local.xml.sample",
"CODE_OF_CONDUCT.md",
".github",
".phpstorm.meta.php",
".all-contributorsrc"
]
},
"patches": {
"openmage/magento-lts": {
"Add events around Zend_Email": "https://github.com/OpenMage/magento-lts/pull/1438.patch"
}
}
},
"repositories": {
"firegento": {
"type": "composer",
"url": "https://packages.firegento.com"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment