annotate vendor/symfony/css-selector/composer.json @ 5:12f9dff5fda9
tip
Update to Drupal core 8.7.1
author |
Chris Cannam |
date |
Thu, 09 May 2019 15:34:47 +0100 |
parents |
c75dbcec494b |
children |
|
rev |
line source |
Chris@0
|
1 {
|
Chris@0
|
2 "name": "symfony/css-selector",
|
Chris@0
|
3 "type": "library",
|
Chris@0
|
4 "description": "Symfony CssSelector Component",
|
Chris@0
|
5 "keywords": [],
|
Chris@0
|
6 "homepage": "https://symfony.com",
|
Chris@0
|
7 "license": "MIT",
|
Chris@0
|
8 "authors": [
|
Chris@0
|
9 {
|
Chris@0
|
10 "name": "Fabien Potencier",
|
Chris@0
|
11 "email": "fabien@symfony.com"
|
Chris@0
|
12 },
|
Chris@0
|
13 {
|
Chris@0
|
14 "name": "Jean-François Simon",
|
Chris@0
|
15 "email": "jeanfrancois.simon@sensiolabs.com"
|
Chris@0
|
16 },
|
Chris@0
|
17 {
|
Chris@0
|
18 "name": "Symfony Community",
|
Chris@0
|
19 "homepage": "https://symfony.com/contributors"
|
Chris@0
|
20 }
|
Chris@0
|
21 ],
|
Chris@0
|
22 "require": {
|
Chris@0
|
23 "php": "^5.5.9|>=7.0.8"
|
Chris@0
|
24 },
|
Chris@0
|
25 "autoload": {
|
Chris@0
|
26 "psr-4": { "Symfony\\Component\\CssSelector\\": "" },
|
Chris@0
|
27 "exclude-from-classmap": [
|
Chris@0
|
28 "/Tests/"
|
Chris@0
|
29 ]
|
Chris@0
|
30 },
|
Chris@0
|
31 "minimum-stability": "dev",
|
Chris@0
|
32 "extra": {
|
Chris@0
|
33 "branch-alias": {
|
Chris@0
|
34 "dev-master": "3.4-dev"
|
Chris@0
|
35 }
|
Chris@0
|
36 }
|
Chris@0
|
37 }
|