1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-03 03:42:38 +02:00

remove the extra trailing comma from composer.json

This commit is contained in:
Emanuil
2013-07-11 00:33:44 +03:00
parent 2e50a935e8
commit c1bbcb1abd

View File

@@ -14,5 +14,5 @@
], ],
"autoload": { "autoload": {
"psr-0": {"Parsedown": ""} "psr-0": {"Parsedown": ""}
}, }
} }