Skip to content

Commit 1a83d69

Browse files
authored
Merge pull request #1 from GromNaN/composer-version
Remove version from composer.json
2 parents a99e83c + d49c540 commit 1a83d69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "doctrine/docs-builder",
3-
"description": "Helper package for easily building the docs in Doctrine repos",
3+
"description": "Helper package for building the docs in Doctrine repos",
44
"type": "library",
55
"require": {
66
"phpdocumentor/guides-cli": "1.7.1",
77
"phpdocumentor/filesystem": "1.7.1"
88
},
9-
"version": "1.0.1",
109
"license": "MIT",
1110
"bin": [
1211
"bin/build-docs.sh"

0 commit comments

Comments
 (0)