Skip to content

Commit 24e26d2

Browse files
committed
fix: remove version from composer.json
Removed version because `composer validate` fails. ``` The version field is present, it is recommended to leave it out if the package is published on Packagist. ```
1 parent 1933776 commit 24e26d2

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": "smeghead/php-class-diagram",
3-
"version": "1.4.2",
43
"description": "A CLI tool that parses the PHP source directory and outputs PlantUML scripts.",
54
"type": "library",
65
"keywords": [

0 commit comments

Comments
 (0)