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

Commit 768fce1

Browse files
SvenRtbgmarcoceppi
authored andcommitted
Remove "version" from composer.json
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.
1 parent 5c7d903 commit 768fce1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "openid/php-openid",
3-
"version": "3.0.0",
43
"description": "OpenID library for PHP5",
54
"keywords": ["openid", "authentication", "yadis", "auth"],
65
"license": "Apache-2.0",

0 commit comments

Comments
 (0)