-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
100 lines (100 loc) · 3.37 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
{
"_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"
],
"hash": "2491593a0e550b8274d1ccefeb2a158d",
"content-hash": "0248541640b45311174b80ff49051dc0",
"packages": [
{
"name": "quazardous/php-bump-version",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/quazardous/php-bump-version.git",
"reference": "2b0fac70c522e7fb4b8e1a2e1429195a2c29a3f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/quazardous/php-bump-version/zipball/2b0fac70c522e7fb4b8e1a2e1429195a2c29a3f3",
"reference": "2b0fac70c522e7fb4b8e1a2e1429195a2c29a3f3",
"shasum": ""
},
"require": {
"vanilla/garden-cli": "^1.0"
},
"bin": [
"bin/bump_version"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Quazardous\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Quazardous",
"email": "[email protected]",
"role": "Developer"
}
],
"description": "PHP Bump version and other GIT helpers",
"time": "2016-02-08 08:36:22"
},
{
"name": "vanilla/garden-cli",
"version": "v1.6.1",
"source": {
"type": "git",
"url": "https://github.com/vanilla/garden-cli.git",
"reference": "91d59980460c44d237cadd489b2a1a5755786a30"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vanilla/garden-cli/zipball/91d59980460c44d237cadd489b2a1a5755786a30",
"reference": "91d59980460c44d237cadd489b2a1a5755786a30",
"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": "2016-04-22 15:36:37"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}