Skip to content

Commit 957031e

Browse files
authored
Remove version from composer.json
Composer will look at the tags in the repository to know the versions. Having `version` in `composer.json` will create confusion because ALL commits having the version string that are not tagged do look like that version, too. See https://getcomposer.org/doc/04-schema.md#version for documentation details.
1 parent b5074c5 commit 957031e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "docopt/docopt",
33
"type": "library",
44
"description": "Port of Python's docopt for PHP >=5.3",
5-
"version": "1.0.3",
65
"keywords": ["cli","docs"],
76
"homepage": "http://github.com/docopt/docopt.php",
87
"license": "MIT",

0 commit comments

Comments
 (0)