Created
March 20, 2019 00:57
-
-
Save zainengineer/759ff45363a3f1def8246a54ba9a4cf9 to your computer and use it in GitHub Desktop.
composer quickes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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