EcomDev_PHPUnit icon indicating copy to clipboard operation
EcomDev_PHPUnit copied to clipboard

vfsStream submodule url doesn't work well with firewalls

Open kojiromike opened this issue 11 years ago • 1 comments

The vfsStream submodule url is git://github.com/mikey179/vfsStream.git which is blocked by our corporate firewall; however https://github.com/mikey179/vfsStream.git would work just as well and would be far less likely to be blocked by firewalls.

Also, http:// is preferred over git:// nowadays.

kojiromike avatar Feb 26 '13 22:02 kojiromike

+1. Just had the same problem. Maybe declare vfsStream as a dependency in composer instead of using a submodule.

cgrossde avatar Nov 26 '15 16:11 cgrossde