location-iq / locationiq-php-client

11 stars 7 forks source link

Missing in packagist #1

Open timersys opened 4 years ago

timersys commented 4 years ago

Composer install fails, it's missing in packagist

Guite commented 4 years ago

You can do something like "location-iq/locationiq-php-client": "*@dev" until there is a release available. In addition you need this:

    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/location-iq/locationiq-php-client.git"
        }
    ],