-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
118 lines (118 loc) · 3.46 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4f0c9d8d192e09567a5180d2e7cded4b",
"packages": [
{
"name": "phpexperts/dockerize",
"version": "dev-completely_reengineered",
"dist": {
"type": "path",
"url": "/code/docker-php-stack",
"reference": "bdaaba47c3b0bbc7331ca4ee20e3479c44cba75a"
},
"type": "library",
"scripts": {
"pre-install-cmd": [
"echo 1"
],
"post-install-cmd": [
"echo 2"
],
"pre-update-cmd": [
"echo 3"
],
"post-update-cmd": [
"echo 4"
],
"pre-status-cmd": [
"echo 5"
],
"post-status-cmd": [
"echo 6"
],
"pre-archive-cmd": [
"echo 7"
],
"post-archive-cmd": [
"echo 8"
],
"pre-autoload-dump": [
"echo 9"
],
"post-autoload-dump": [
"echo 10"
],
"post-root-package-install": [
"echo 11"
],
"post-create-project-cmd": [
"echo 12"
],
"pre-dependencies-solving": [
"echo 13"
],
"post-dependencies-solving": [
"echo 14"
],
"pre-package-install": [
"echo 15"
],
"post-package-install": [
"echo 16"
],
"pre-package-update": [
"echo 17"
],
"post-package-update": [
"echo 18"
],
"pre-package-uninstall": [
"echo 19"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "PHP Experts, Inc.",
"homepage": "https://www.phpexperts.pro/"
},
{
"name": "Theodore R. Smith",
"homepage": "https://www.linkedin.com/in/tedrsmith"
}
],
"description": "The quickest and easiest way to dockerize any PHP app.",
"homepage": "https://www.phpexperts.pro/",
"keywords": [
"docker",
"dockerize",
"new project"
],
"transport-options": {
"symlink": true,
"relative": false
}
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"phpexperts/dockerize": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.2",
"ext-curl": "*",
"ext-json": "*"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
}