mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Update composer.json
This commit is contained in:
parent
6598f3860c
commit
f3bced75ad
@ -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/"
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user