1
0
mirror of https://github.com/php/phd.git synced 2026-03-23 22:52:05 +01:00
Files
archived-phd/composer.json
2024-10-23 00:03:15 +02:00

35 lines
875 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-0": {
"phpdotnet\\": "."
}
}
}