-
Notifications
You must be signed in to change notification settings - Fork 21
/
composer.lock
81 lines (81 loc) · 2.63 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
{
"_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": "20cc19cb8aa976916ba4badf95d223e6",
"packages": [
{
"name": "aura/cli",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/auraphp/Aura.Cli.git",
"reference": "b550cd79beff793ec5feeea248ccd4ba537c8603"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/auraphp/Aura.Cli/zipball/b550cd79beff793ec5feeea248ccd4ba537c8603",
"reference": "b550cd79beff793ec5feeea248ccd4ba537c8603",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"aura/di": "~2.0"
},
"type": "library",
"extra": {
"aura": {
"type": "library",
"config": {
"common": "Aura\\Cli\\_Config\\Common"
}
},
"branch-alias": {
"dev-develop-2": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Aura\\Cli\\": "src/",
"Aura\\Cli\\_Config\\": "config/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Aura.Cli Contributors",
"homepage": "https://github.com/auraphp/Aura.Cli/contributors"
}
],
"description": "Provides the equivalent of request (Context) and response (Stdio) classes for a command line environment, including Getopt support.",
"homepage": "https://github.com/auraphp/Aura.Cli",
"keywords": [
"cli",
"command",
"command line",
"getopt",
"options",
"stdio"
],
"time": "2015-03-27 17:23:08"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4.0",
"ext-gd": "*"
},
"platform-dev": []
}