Cidaas / cidaas-sdk-php

With this SDK, you can integrate cidaas smoothly and with minimal effort into your PHP application. It enables you to map the most important user flows for OAuth2 and OIDC compliant authentication. Secure – Fast – And unrivaled Swabian.
https://www.cidaas.com
MIT License
7 stars 7 forks source link

Use tags for versioning #5

Closed alexschwarz89 closed 1 year ago

alexschwarz89 commented 2 years ago

The usage of "dev-master" should be avoided, as it would pull any (possible breaking change) in a composer update procedure. Please use tags for versioning, i see there is a 1.0.0 tag, but its not installable via composer, probably you need to push it to packagist: https://packagist.org/?query=cidaas-sdk-php

Grossmann-Widas commented 2 years ago

Hi, there was a version mismatch between the composer.json & the released tag 1.0.0. I have removed the version info from the composer.json as advised, and published a new tag 1.1.0. This should now be install able via packagist.