mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 21:18:41 +00:00
24 lines
577 B
JSON
24 lines
577 B
JSON
{
|
|
"name": "ivopetkov/html5-dom-document-php",
|
|
"description": "HTML5 DOMDocument PHP library (extends DOMDocument)",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Ivo Petkov",
|
|
"email": "ivo@ivopetkov.com",
|
|
"homepage": "http://ivopetkov.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "7.0.*|7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*",
|
|
"ext-dom": "*"
|
|
},
|
|
"require-dev": {
|
|
"ivopetkov/docs-generator": "1.*"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"autoload.php"
|
|
]
|
|
}
|
|
} |