Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Remove "version" from composer.json
Browse files Browse the repository at this point in the history
Never add "version" to composer.json if you have a repository and can add tags. Otherwise every commit will be described as "version 3.0.0" after the first commit, and this will confuse Composer, because it is not true. Only use "version" in a context where no other ways of designating a version are available.

Tagging the version in this repo is enough for Composer to function.
  • Loading branch information
SvenRtbg authored and marcoceppi committed Feb 26, 2020
1 parent 5c7d903 commit 768fce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "openid/php-openid",
"version": "3.0.0",
"description": "OpenID library for PHP5",
"keywords": ["openid", "authentication", "yadis", "auth"],
"license": "Apache-2.0",
Expand Down

0 comments on commit 768fce1

Please sign in to comment.