appium-boneyard / php-client

PHP client library for Appium
Other
71 stars 38 forks source link

README.md gives incorrect branch for setup #22

Closed 0x1mason closed 10 years ago

0x1mason commented 10 years ago

The setup instructions say to use dev-master, but it does not exist.

jlipps commented 10 years ago

dev-master is not a git branch, it's a flag to Packagist in composer.json. Are you saying that when you generated a composer.json file and ran php composer.phar install, you got an error message from Packagist?

0x1mason commented 10 years ago

I see now. I hooked on to this bit "dev-master" (or any other branch/tag you might like) and took it to mean there's a dev-master branch.

jlipps commented 10 years ago

Gotcha; yeah dev-master is a special symbol for composer.