Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer install failing #89

Open
andrewkett opened this issue Feb 23, 2014 · 4 comments
Open

Composer install failing #89

andrewkett opened this issue Feb 23, 2014 · 4 comments

Comments

@andrewkett
Copy link
Contributor

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.

@fititnt
Copy link

fititnt commented Jun 8, 2014

Same problem here. Composer fails.

@malhal
Copy link

malhal commented Oct 19, 2014

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

@phayes
Copy link
Owner

phayes commented Dec 2, 2014

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

@robballou
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants