Skip to content

Instantly share code, notes, and snippets.

@zainengineer
Created March 20, 2019 00:57
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 zainengineer/759ff45363a3f1def8246a54ba9a4cf9 to your computer and use it in GitHub Desktop.
Save zainengineer/759ff45363a3f1def8246a54ba9a4cf9 to your computer and use it in GitHub Desktop.
composer quickes
for private packages/magento modues consider using
"repositories": [
{"type":"artifact","url":"packages/"},
where packages/ has multiple zip files like vendor1_ext1.zip, vendor2_ext2.zip
and you just need to do composer require vendor1/ext1
composer will find in packages zipped files and get the required extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment