50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
|
{
|
||
|
"name": "ueberdosis/pandoc",
|
||
|
"description": "Pandoc PHP Package",
|
||
|
"keywords": [
|
||
|
"ueberdosis",
|
||
|
"pandoc"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"type": "github",
|
||
|
"url": "https://github.com/sponsors/ueberdosis/"
|
||
|
}
|
||
|
],
|
||
|
"homepage": "https://github.com/ueberdosis/pandoc",
|
||
|
"license": "MIT",
|
||
|
"type": "library",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Hans Pagel",
|
||
|
"email": "hans.pagel@ueber.io",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": "^7.1|^8.0",
|
||
|
"symfony/process": ">4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^8.0 || ^9.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Pandoc\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
"psr-4": {
|
||
|
"Pandoc\\Tests\\": "tests"
|
||
|
}
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "vendor/bin/phpunit",
|
||
|
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
|
||
|
|
||
|
},
|
||
|
"config": {
|
||
|
"sort-packages": true
|
||
|
}
|
||
|
}
|