braincrafted / bootstrap-bundle

BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.
http://bootstrap.braincrafted.com
MIT License
399 stars 184 forks source link

Configuration doesn't allow HTTP downloads #432

Closed melroy89 closed 8 years ago

melroy89 commented 8 years ago

Hi,

By default Composer doesn't allow HTTP downloads (like the jQuery requirement).

[Composer\Downloader\TransportException]
Your configuration does not allow connections to http://code.jquery.com/jquery-1.11.1.js. See https://getcomposer.org/doc/06-
config.md#secure-http for details.

So, please change the code.jQuery.com URL on the following page: http://bootstrap.braincrafted.com/getting-started.html#installation

From: http://code.jquery.com/jquery-1.11.1.js To: https://code.jquery.com/jquery-1.11.1.js

Thanks!

Kind regards, Melroy van den berg

florianeckerstorfer commented 8 years ago

Fixed in develop