-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
104 lines (103 loc) · 3.31 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"hash": "833d588a5495bde91e299030a46a12ee",
"packages": [
{
"name": "sabberworm/php-css-parser",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/sabberworm/PHP-CSS-Parser",
"reference": "3ea17f314aab754c9d8d29f8b8ce0c1836f4671d"
},
"dist": {
"type": "zip",
"url": "https://github.com/sabberworm/PHP-CSS-Parser/archive/3ea17f314aab754c9d8d29f8b8ce0c1836f4671d.zip",
"reference": "3ea17f314aab754c9d8d29f8b8ce0c1836f4671d",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"time": "2012-12-12 07:12:22",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"Sabberworm\\CSS": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Raphael Schweikert"
}
],
"description": "Parser for CSS Files written in PHP",
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
"keywords": [
"css",
"parser",
"stylesheet"
]
},
{
"name": "symfony/console",
"version": "dev-master",
"target-dir": "Symfony/Component/Console",
"source": {
"type": "git",
"url": "https://github.com/symfony/Console",
"reference": "388ea8dbc1b3e1f96721e2799eb2d037e411a281"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Console/archive/388ea8dbc1b3e1f96721e2799eb2d037e411a281.zip",
"reference": "388ea8dbc1b3e1f96721e2799eb2d037e411a281",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-12-19 07:09:49",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Console\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "http://symfony.com"
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "alpha",
"stability-flags": {
"sabberworm/php-css-parser": 20,
"symfony/console": 20
}
}