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

Fix composer.json #70

Merged
merged 1 commit into from
Jul 28, 2021
Merged

Fix composer.json #70

merged 1 commit into from
Jul 28, 2021

Conversation

fritzmg
Copy link
Contributor

@fritzmg fritzmg commented Jul 28, 2021

The current composer.json for the 1.0.8 tag erroneously contains "version": "1.0.6", which causes Composer to only install version 1.0.7 instead, even though a newer version is available. The version key should be omitted from the composer.json for packages that are version controlled and distributed via either a public or private packagist (see here).

I also streamlined the PHP requirements. ~7.0.6 already excludes 7.0.2 and 7.0.4 and ~7.1 already includes any 7.* version equal or higher than 7.1.0.

@lillik lillik merged commit 209cf99 into lillik:master Jul 28, 2021
@fritzmg fritzmg deleted the patch-1 branch July 28, 2021 19:52
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

Successfully merging this pull request may close these issues.

None yet

2 participants