imelgrat / freegoip

A PHP wrapper for FreeGoIP reverse geolocation API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composer Update issue on Windows

hiamitchaurasia opened this issue · comments

I get this error when I try to install it.

D:\Dev\UniServerZ\www>php composer.phar update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- The requested package imelgrat/freegoip * is satisfiable by imelgrat/freegoip[dev-master] but these conflict with your requirements or minimum-stability.

Hi! I'm still working on a proper release so, in order to make the package work, you'll need to lower your minimum stability requirements to "dev".

Hello,
I published a stable release. You can now work using the usual "require" and "require-dev" syntax.