Composer install failing
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.
Same problem here. Composer fails.
Would be helpful if you added this to the readme: Require line to use in composer: "phayes/geophp": "dev-master"
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
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.