jenssegers / laravel-rollbar

Rollbar error monitoring integration for Laravel projects
329 stars 99 forks source link

composer update #86

Open chisumo2016 opened 7 years ago

chisumo2016 commented 7 years ago

Hi When I run the composer update , i get the following error .

C:\laragon\www\laravel-api>composer update Loading composer repositories with package information Updating dependencies (including require-dev) Failed to decode response: zlib_decode(): data error Retrying with degraded mode, check https://getcomposer.org/doc/articles/troubleshooting.md#degraded-mode for more info

[Composer\Downloader\TransportException] Your configuration does not allow connections to http://87.98.253.214/p/symfony/var-dumper%24bda07c5817266d3e9d15851005ba4b0a1d1b6078d6340dc3e05ce4db152d6 9a8.json. See https://getcomposer.org/doc/06-config.md#secure-http for details.

update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-plugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no -progress] [--with-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--prefer-stable] [--p refer-lowest] [-i|--interactive] [--root-reqs] [--] []...

arubacao commented 7 years ago

Hi @chisumo2016 , This doesn't have anything to do with this library but rather composer and/or packagist.com If you try to access non-https urls, you have to explicitly allow this in your composer.json: https://getcomposer.org/doc/06-config.md#secure-http Cheers