mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
26 lines
561 B
JSON
26 lines
561 B
JSON
{
|
|
"name": "zendframework/zend-dom",
|
|
"description": "provides tools for working with DOM documents and structures",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"zf2",
|
|
"dom"
|
|
],
|
|
"homepage": "https://github.com/zendframework/zf2",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend\\Dom\\": ""
|
|
}
|
|
},
|
|
"target-dir": "Zend/Dom",
|
|
"require": {
|
|
"php": ">=5.3.23"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev",
|
|
"dev-develop": "2.4-dev"
|
|
}
|
|
}
|
|
}
|