-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
88 lines (88 loc) · 2.99 KB
/
composer.lock
File metadata and controls
88 lines (88 loc) · 2.99 KB
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
{
"_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": "2044cb13133971bc0b88173d81156c69",
"content-hash": "140226374a00015b658e9097ed01cefd",
"packages": [
{
"name": "mikehaertl/php-shellcommand",
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/mikehaertl/php-shellcommand.git",
"reference": "0de4e2cce17936ec7cef60a62c722a4aaa56c18c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/0de4e2cce17936ec7cef60a62c722a4aaa56c18c",
"reference": "0de4e2cce17936ec7cef60a62c722a4aaa56c18c",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"mikehaertl\\shellcommand\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Härtl",
"email": "haertl.mike@gmail.com"
}
],
"description": "An object oriented interface to shell commands",
"keywords": [
"shell"
],
"time": "2016-07-16 09:42:31"
},
{
"name": "omauger/docker-compose-php",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/omauger/docker-compose-php.git",
"reference": "fa7fffae6e79b96dd99e9a6cf56e985fd19f272a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/omauger/docker-compose-php/zipball/fa7fffae6e79b96dd99e9a6cf56e985fd19f272a",
"reference": "fa7fffae6e79b96dd99e9a6cf56e985fd19f272a",
"shasum": ""
},
"require": {
"mikehaertl/php-shellcommand": "^1.2.0",
"php": ">=5.4"
},
"type": "library",
"autoload": {
"psr-0": {
"": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A Docker Compose PHP client",
"time": "2016-04-21 13:41:27"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"omauger/docker-compose-php": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}