geocoder-php/GeocoderLaravel

Packagist not updating?

mikebronner opened this issue · 5 comments

Hi @willdurand @Nyholm @toin0u,

I've been checking Packagist for the past few days to see if the updates are showing, but it seems like it is stuck on v1.1.0 -- or is that just me? Please let me know if there is anything I can do.

https://packagist.org/packages/toin0u/geocoder-laravel

I got emails recently related to this project. Something seems broken..

The toin0u/geocoder-laravel package of which you are a maintainer has
failed to update due to invalid data contained in your composer.json.
Please address this as soon as possible since the package stopped updating.

It is recommended that you use `composer validate` to check for errors when you
change your composer.json.

Below is the full update log which should highlight errors as
"Skipped branch ...":

[Composer\Repository\InvalidRepositoryException]: Some branches contained invalid data and were discarded, it is advised to review the log and fix any issues present in branches

Reading composer.json of toin0u/geocoder-laravel (2.0.0-RC1)
Importing tag 2.0.0-RC1 (2.0.0.0-RC1)
Reading composer.json of toin0u/geocoder-laravel (1.1.1)
Importing tag 1.1.1 (1.1.1.0)
Reading composer.json of toin0u/geocoder-laravel (1.1.0)
Importing tag 1.1.0 (1.1.0.0)
Reading composer.json of toin0u/geocoder-laravel (1.0.5)
Importing tag 1.0.5 (1.0.5.0)
Reading composer.json of toin0u/geocoder-laravel (1.0.4)
Importing tag 1.0.4 (1.0.4.0)
Reading composer.json of toin0u/geocoder-laravel (1.0.3)
Importing tag 1.0.3 (1.0.3.0)
Reading composer.json of toin0u/geocoder-laravel (1.0.2)
Importing tag 1.0.2 (1.0.2.0)
Reading composer.json of toin0u/geocoder-laravel (1.0.1)
Importing tag 1.0.1 (1.0.1.0)
Reading composer.json of toin0u/geocoder-laravel (1.0.0)
Importing tag 1.0.0 (1.0.0.0)
Reading composer.json of toin0u/geocoder-laravel (1.0.0-RC1)
Importing tag 1.0.0-RC1 (1.0.0.0-RC1)
Reading composer.json of toin0u/geocoder-laravel (0.6.0)
Importing tag 0.6.0 (0.6.0.0)
Reading composer.json of toin0u/geocoder-laravel (0.5.0)
Importing tag 0.5.0 (0.5.0.0)
Reading composer.json of toin0u/geocoder-laravel (0.4.1)
Importing tag 0.4.1 (0.4.1.0)
Reading composer.json of toin0u/geocoder-laravel (0.4.0)
Importing tag 0.4.0 (0.4.0.0)
Reading composer.json of toin0u/geocoder-laravel (0.3.0)
Importing tag 0.3.0 (0.3.0.0)
Reading composer.json of toin0u/geocoder-laravel (0.2.0)
Importing tag 0.2.0 (0.2.0.0)
Reading composer.json of toin0u/geocoder-laravel (0.1.0)
Importing tag 0.1.0 (0.1.0.0)
Reading composer.json of toin0u/geocoder-laravel (master)
Importing branch master (dev-master)
Skipped branch master, Invalid package information: 
extra.branch-alias.dev-master : the target branch (2.0.0-RC1) must end in -dev

Reading composer.json of toin0u/geocoder-laravel (0.4.x)
Importing branch 0.4.x (0.4.x-dev)
Reading composer.json of toin0u/geocoder-laravel (1.x)
Importing branch 1.x (1.x-dev)

Thanks @willdurand ! I will look into it first thing in the morning.

We must fix the composer.json and create a new tag.

That did it, just confirmed updated in packagist!

👍