-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.lock
94 lines (94 loc) · 3.1 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
{
"_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",
"This file is @generated automatically"
],
"hash": "f8c5c66d8fe2094e1778b0252235cca6",
"packages": [
{
"name": "bobthecow/faker",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/Faker.git",
"reference": "1ea36391d2020fda2e3b4c0616e49075d20feec1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/Faker/zipball/1ea36391d2020fda2e3b4c0616e49075d20feec1",
"reference": "1ea36391d2020fda2e3b4c0616e49075d20feec1",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"conflict": {
"fzaninotto/faker": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Faker": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "The easiest way to generate fake data in PHP",
"time": "2013-08-05 23:04:03"
},
{
"name": "vanilla/garden-cli",
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/vanilla/garden-cli.git",
"reference": "baa4a0813a45bd1bbc83e9f2f5bc866182384197"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vanilla/garden-cli/zipball/baa4a0813a45bd1bbc83e9f2f5bc866182384197",
"reference": "baa4a0813a45bd1bbc83e9f2f5bc866182384197",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Garden\\Cli\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Todd Burry",
"email": "[email protected]"
}
],
"description": "A full-featured, yet ridiculously simple commandline parser for your next php cli script. Stop fighting with getopt().",
"time": "2015-03-25 15:26:38"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"bobthecow/faker": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}