-
Notifications
You must be signed in to change notification settings - Fork 15
/
composer.lock
62 lines (59 loc) · 1.61 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
{
"hash": "804f267fbd2c33067f6cafd3576f70dd",
"packages": [
{
"name": "phpoption/phpoption",
"version": "0.9.0",
"source": {
"type": "git",
"url": "git://github.com/schmittjoh/php-option",
"reference": "0.9.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/schmittjoh/php-option/archive/0.9.0.zip",
"reference": "0.9.0",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"time": "2012-11-12 08:25:35",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"PhpOption\\": "src/"
}
},
"license": [
"Apache2"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "[email protected]",
"homepage": "http://jmsyst.com",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Option Type for PHP",
"keywords": [
"php",
"language",
"type",
"option"
]
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
]
}