-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.lock
64 lines (61 loc) · 1.82 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
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "91152a4c40485a418d7f6d2e0b8acfc1",
"packages": [
],
"packages-dev": [
{
"name": "mikey179/vfsStream",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/mikey179/vfsStream.git",
"reference": "6ffcf7f1a0c52acc9c73c2c1dd028d52b6b4602b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/6ffcf7f1a0c52acc9c73c2c1dd028d52b6b4602b",
"reference": "6ffcf7f1a0c52acc9c73c2c1dd028d52b6b4602b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"satooshi/php-coveralls": "dev-master"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-0": {
"org\\bovigo\\vfs\\": "src/main/php"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"homepage": "http://vfs.bovigo.org/",
"time": "2013-11-09 22:34:08"
}
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"mikey179/vfsstream": 20
},
"platform": {
"php": ">=5.3.0"
},
"platform-dev": [
]
}