-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.lock
104 lines (103 loc) · 3.04 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": "65e471ca945b9d4d6d47566fbb190e05",
"packages": [
{
"name": "phpoption/phpoption",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/schmittjoh/php-option",
"reference": "b9c60ebf8242cf409d8734b6a757ba0ce1691493"
},
"dist": {
"type": "zip",
"url": "https://github.com/schmittjoh/php-option/archive/b9c60ebf8242cf409d8734b6a757ba0ce1691493.zip",
"reference": "b9c60ebf8242cf409d8734b6a757ba0ce1691493",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2012-11-18 14:14:12",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"PhpOption\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "[email protected]",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Option Type for PHP",
"keywords": [
"php",
"language",
"type",
"option"
]
}
],
"packages-dev": [
{
"name": "nikic/php-parser",
"version": "v0.9.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser",
"reference": "v0.9.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/nikic/PHP-Parser/archive/v0.9.1.zip",
"reference": "v0.9.1",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"time": "2012-04-23 15:52:11",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"PHPParser": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"php",
"parser"
]
}
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"phpoption/phpoption": 20
}
}