rollbar / rollbar-php-laravel

Rollbar error monitoring integration for Laravel projects
https://docs.rollbar.com/docs/laravel
140 stars 38 forks source link

Wrong package name breaks satis mirror #61

Closed olafnorge closed 6 years ago

olafnorge commented 6 years ago

A change in https://github.com/rollbar/rollbar-php-laravel/pull/52 breaks satis mirrors because they can't find the package by name on github anymore.

Relevant line in composer.json is: https://github.com/rollbar/rollbar-php-laravel/blob/294d3ae8cd9cb06f8d893b198c655784c413e081/composer.json#L2

May you be so kind and fix it. :)

jessewgibbs commented 6 years ago

@olafnorge thanks for bringing this to our attention. The maintainer will investigate this soon.

ArturMoczulski commented 6 years ago

Fixed in master and will be released in v4.0.2

@olafnorge thx for bringing this up