php - Composer missing folder when I run 'composer install' -


i have composer.json file:

{     "require": {         "simpleweb/silverpopphp" : "dev-master#3634c414c1e97f5e2a7cce80fa755befae4e62c1"     } } 

and on github repo have engagepod.php file , util folder: https://github.com/simpleweb/silverpopphp/tree/3634c414c1e97f5e2a7cce80fa755befae4e62c1/src/silverpop

when run composer install, util folder not appear on installed vendor folder within project.

does know why happening?

after several attempts , long discussion in comments michael berkowski solve issue adding option --prefer-dist download , not clone github.

it fixed issue still don't know why happening.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -