geoPHP icon indicating copy to clipboard operation
geoPHP copied to clipboard

Composer install failing

Open andrewkett opened this issue 11 years ago • 4 comments

When installing with composer and the minimum-stability isn't set to dev the install will fail. I think this is because composer checks the latest tagged release (1.1) which doesn't contain a composer file.

andrewkett avatar Feb 23 '14 05:02 andrewkett

Same problem here. Composer fails.

fititnt avatar Jun 08 '14 19:06 fititnt

Would be helpful if you added this to the readme: Require line to use in composer: "phayes/geophp": "dev-master"

malhal avatar Oct 19 '14 09:10 malhal

I've created a new release 1.2 and tagged it as such. Can you try again?

FYI, the default download location has changed to https://phayes.github.io/bin/current/geoPHP/geoPHP.tar.gz

phayes avatar Dec 02 '14 06:12 phayes

Looks like this fails:

composer require phayes/geoPHP

But this will work:

composer require phayes/geoPHP dev-master

I didn't test 1.2, but that's listed in composer show so it may work.

robballou avatar Jan 15 '15 18:01 robballou