forked from afragen/local-development
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
115 lines (115 loc) · 3.98 KB
/
Copy pathcomposer.lock
File metadata and controls
115 lines (115 loc) · 3.98 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
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
{
"_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": "18261ffd3fc71daf0c899ec8984ee3df",
"packages": [
{
"name": "afragen/singleton",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/afragen/singleton.git",
"reference": "be8e3c3b3a53ba30db9f77f5b3bcf2d5e58ed9c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/afragen/singleton/zipball/be8e3c3b3a53ba30db9f77f5b3bcf2d5e58ed9c0",
"reference": "be8e3c3b3a53ba30db9f77f5b3bcf2d5e58ed9c0",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"default-branch": true,
"type": "library",
"autoload": {
"classmap": [
"Singleton.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andy Fragen",
"email": "andy@thefragens.com",
"homepage": "https://github.com/afragen/singleton",
"role": "Developer"
}
],
"description": "A singleton static proxy generator.",
"keywords": [
"singleton",
"wordpress"
],
"support": {
"issues": "https://github.com/afragen/singleton/issues",
"source": "https://github.com/afragen/singleton/tree/master"
},
"time": "2020-12-24T03:45:00+00:00"
},
{
"name": "wp-cli/wp-config-transformer",
"version": "v1.2.8",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/wp-config-transformer.git",
"reference": "0bb2b9162c38ca72370380aea11dc06e431e13a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/0bb2b9162c38ca72370380aea11dc06e431e13a5",
"reference": "0bb2b9162c38ca72370380aea11dc06e431e13a5",
"shasum": ""
},
"require": {
"php": ">=5.3.29"
},
"require-dev": {
"composer/composer": ">=1.5.6 <1.7.0 || ^1.7.1 || ^2.0.0",
"phpunit/phpunit": "^6.5.5 || ^7.0.0",
"wp-coding-standards/wpcs": "^0.14.0 || ^1.0.0 || ^2.0.0"
},
"type": "library",
"autoload": {
"files": [
"src/WPConfigTransformer.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frankie Jarrett",
"email": "fjarrett@gmail.com"
}
],
"description": "Programmatically edit a wp-config.php file.",
"support": {
"issues": "https://github.com/wp-cli/wp-config-transformer/issues",
"source": "https://github.com/wp-cli/wp-config-transformer/tree/v1.2.8"
},
"time": "2020-11-12T08:08:10+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"afragen/singleton": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=5.6"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
}