-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
114 lines (114 loc) · 3.65 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
105
106
107
108
109
110
111
112
113
114
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "ba47d958f1758f2bf010d04e11f7d3af",
"packages": [
{
"name": "ekuiter/feature-schema",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/ekuiter/feature-schema.git",
"reference": "22940685b9626391b109ed4a20e6b865c4e4060f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ekuiter/feature-schema/zipball/22940685b9626391b109ed4a20e6b865c4e4060f",
"reference": "22940685b9626391b109ed4a20e6b865c4e4060f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Elias Kuiter",
"email": "info@elias-kuiter.de"
}
],
"description": "XML schemata for FeatureIDE feature models and configurations",
"homepage": "https://github.com/ekuiter/feature-schema",
"keywords": [
"configuration",
"feature",
"feature-oriented",
"featureide",
"product line",
"software product line",
"variant"
],
"time": "2017-12-25T19:18:54+00:00"
},
{
"name": "nikic/php-parser",
"version": "v3.1.3",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda",
"reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"time": "2017-12-26T14:43:21+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"ekuiter/feature-schema": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.0"
},
"platform-dev": []
}