This commit is contained in:
HansenKhi 2022-01-16 02:13:29 +00:00 committed by GitHub
commit 119ff5a5d7
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/"
}
},
}
}