Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'symfony/css-selector/composer.json')
-rw-r--r--symfony/css-selector/composer.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/symfony/css-selector/composer.json b/symfony/css-selector/composer.json
new file mode 100644
index 00000000..f0b71249
--- /dev/null
+++ b/symfony/css-selector/composer.json
@@ -0,0 +1,33 @@
+{
+ "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"
+}