28 lines
No EOL
549 B
JSON
Executable file
28 lines
No EOL
549 B
JSON
Executable file
{
|
|
"name": "s9e/sweetdom",
|
|
"type": "library",
|
|
"description": "Syntactic sugar for the DOM API with a focus on XSLT 1.0 template manipulation.",
|
|
"homepage": "https://github.com/s9e/SweetDOM/",
|
|
"keywords": ["dom", "xsl", "xslt"],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"ext-dom": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^10.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"s9e\\SweetDOM\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"s9e\\SweetDOM\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/phpunit"
|
|
}
|
|
} |