mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 15:57:24 +08:00
34 lines
856 B
JSON
34 lines
856 B
JSON
|
{
|
||
|
"name": "symfony/css-selector",
|
||
|
"type": "library",
|
||
|
"description": "Converts CSS selectors to XPath expressions",
|
||
|
"keywords": [],
|
||
|
"homepage": "https://symfony.com",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jean-François Simon",
|
||
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"symfony/polyfill-php80": "^1.16"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": { "Symfony\\Component\\CssSelector\\": "" },
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"minimum-stability": "dev"
|
||
|
}
|