mirror of
https://github.com/php/phd.git
synced 2026-03-23 22:52:05 +01:00
40 lines
989 B
JSON
40 lines
989 B
JSON
{
|
|
"name": "php/phd",
|
|
"type": "project",
|
|
"description": "PHP DocBook Rendering System",
|
|
"homepage": "http://doc.php.net/phd.php",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Hannes Magnusson",
|
|
"email": "bjori@php.net",
|
|
"homepage": "http://people.php.net/bjori",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "The PHP Documentation Team",
|
|
"email": "phpdoc@lists.php.net",
|
|
"homepage": "https://github.com/php/phd/graphs/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1.0",
|
|
"ext-dom": "*",
|
|
"ext-sqlite3": "*",
|
|
"ext-xmlreader": "*"
|
|
},
|
|
"suggest": {
|
|
"easybook/geshi": "For using GeSHi as code highlighter"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpdotnet\\phd\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"phpdotnet\\phd\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|