You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
43 lines
1.1 KiB
2 months ago
|
{
|
||
|
"name": "symfony/dom-crawler",
|
||
|
"type": "library",
|
||
|
"description": "Eases DOM navigation for HTML and XML documents",
|
||
|
"keywords": [],
|
||
|
"homepage": "https://symfony.com",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"symfony/deprecation-contracts": "^2.1|^3",
|
||
|
"symfony/polyfill-ctype": "~1.8",
|
||
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
"symfony/polyfill-php80": "^1.16"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/css-selector": "^4.4|^5.0|^6.0",
|
||
|
"masterminds/html5": "^2.6"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"masterminds/html5": "<2.6"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/css-selector": ""
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": { "Symfony\\Component\\DomCrawler\\": "" },
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"minimum-stability": "dev"
|
||
|
}
|