Wrong version on composer require
Hi,
We have found an issue with Packagist.
When we install the package with composer command, the folder created in vendors is not up to date with the repository.
For example, the Linkedin class installed (OAuth\OAuth2\Service\Linkedin) is still in version 1 but when I look in the repository it is in the correct version (2)
Maybe you can take a look at this previous issue https://github.com/Lusitanian/PHPoAuthLib/issues/573
Many thanks, Felix.
It's far from ideal and should be addressed - this really isn't a professional way to maintain a library such as this - but if you simply change your composer.json as follows:
"lusitanian/oauth": "dev-master",
You will be up to date with the master branch.
I'm not sure who is currently maintaining this project but I strongly recommend bumping the version as it stands to something clear, like 1.0.0 and creating a release and then doing regular releases as commits are made, e.g. 1.0.1, 1.0.2 etc.