Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong version on composer require #574

Open
le-u-f opened this issue Apr 20, 2021 · 1 comment
Open

Wrong version on composer require #574

le-u-f opened this issue Apr 20, 2021 · 1 comment

Comments

@le-u-f
Copy link

le-u-f commented Apr 20, 2021

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 #573

Many thanks,
Felix.

@chrisdeeming
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants