Update composer.json

This commit is contained in:
HansenKhi 2022-01-16 09:13:21 +07:00 committed by GitHub
parent 6598f3860c
commit f3bced75ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,10 @@
"phpunit/phpunit": "^4.8.35"
},
"autoload": {
"psr-0": {"Parsedown": ""}
"psr-0": {"Parsedown": ""},
"files": [
"Parsedown.php"
]
},
"autoload-dev": {
"psr-0": {
@ -28,6 +31,6 @@
"ParsedownTest": "test/",
"CommonMarkTest": "test/",
"CommonMarkTestWeak": "test/"
}
},
}
}