TeknooSoftware / sellsy-client

PHP library to connect your applications to your Sellsy account account using the Sellsy API and build your websites and your platforms on the Sellsy technology.
https://teknoo.software/libraries/sellsy
MIT License
17 stars 16 forks source link

Documentation not working with published version #8

Closed IfnotFr closed 6 years ago

IfnotFr commented 6 years ago

Hi !

Actually your published version on composer is your 1.0 branch. Whereas your documentaiton refer to your master branch.

So instead of installing with composer require teknoo/sellsy-client i had to install with adding dev-master. This is not a stable solution, so i guess you will need to publish your lastest modifications into a stable version with the api your specified on your github !

Thanks :)

frenchcomp commented 6 years ago

Hi, The version available on master is in beta. You can list available versions in the panel "Release" on github, or on packagist. So you can set your required version on "^2.0.0-beta2". For more help, I invite you to consult the help of composer / packagist : https://getcomposer.org/doc/ :)