-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
60 lines (59 loc) · 1.8 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"hash": "67ccefa6c44561350ce67ff62f308d3f",
"packages": [
{
"name": "symfony/css-selector",
"version": "dev-master",
"target-dir": "Symfony/Component/CssSelector",
"source": {
"type": "git",
"url": "https://github.com/symfony/CssSelector",
"reference": "d55698c211a05e9aa1b9e88cd830c1d1e094cec1"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/CssSelector/archive/d55698c211a05e9aa1b9e88cd830c1d1e094cec1.zip",
"reference": "d55698c211a05e9aa1b9e88cd830c1d1e094cec1",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "1357408360",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\CssSelector\\": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony CssSelector Component",
"homepage": "http://symfony.com"
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"symfony/css-selector": 20
}
}