-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
118 lines (118 loc) · 4.31 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": "975a31b1bba1e5b13ef53e6b3d59cf0b",
"packages": [
{
"name": "wpfactory/wpfactory-admin-menu",
"version": "v1.0.3",
"source": {
"type": "git",
"url": "https://github.com/wpcodefactory/wpfactory-admin-menu.git",
"reference": "fe48c4100a6b436a3dd39308814887119063c140"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wpcodefactory/wpfactory-admin-menu/zipball/fe48c4100a6b436a3dd39308814887119063c140",
"reference": "fe48c4100a6b436a3dd39308814887119063c140",
"shasum": ""
},
"require-dev": {
"wp-cli/wp-cli-bundle": "*"
},
"type": "library",
"autoload": {
"classmap": [
"src/php/"
]
},
"scripts": {
"wp": [
"vendor/bin/wp"
],
"wp-create-pot": [
"wp i18n make-pot src/php ./langs/wpfactory-admin-menu.pot --domain=wpfactory-admin-menu"
],
"wp-update-po": [
"wp i18n update-po ./langs/wpfactory-admin-menu.pot"
],
"wp-make-mo": [
"wp i18n make-mo ./langs/"
],
"translate": [
"@composer run wp-create-pot",
"@composer run wp-update-po",
"@composer run wp-make-mo"
]
},
"support": {
"source": "https://github.com/wpcodefactory/wpfactory-admin-menu/tree/v1.0.3",
"issues": "https://github.com/wpcodefactory/wpfactory-admin-menu/issues"
},
"time": "2024-10-14T14:01:02+00:00"
},
{
"name": "wpfactory/wpfactory-cross-selling",
"version": "v1.0.3",
"source": {
"type": "git",
"url": "https://github.com/wpcodefactory/wpfactory-cross-selling.git",
"reference": "d37c73013e897d3ce3db05b97046b30fdd2fd403"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wpcodefactory/wpfactory-cross-selling/zipball/d37c73013e897d3ce3db05b97046b30fdd2fd403",
"reference": "d37c73013e897d3ce3db05b97046b30fdd2fd403",
"shasum": ""
},
"require": {
"wpfactory/wpfactory-admin-menu": "*"
},
"require-dev": {
"wp-cli/wp-cli-bundle": "*"
},
"type": "library",
"autoload": {
"classmap": [
"src/php/"
]
},
"scripts": {
"wp": [
"vendor/bin/wp"
],
"wp-create-pot": [
"wp i18n make-pot src/php ./langs/wpfactory-cross-selling.pot --domain=wpfactory-cross-selling"
],
"wp-update-po": [
"wp i18n update-po ./langs/wpfactory-cross-selling.pot"
],
"wp-make-mo": [
"wp i18n make-mo ./langs/"
],
"translate": [
"@composer run wp-create-pot",
"@composer run wp-update-po",
"@composer run wp-make-mo"
]
},
"support": {
"source": "https://github.com/wpcodefactory/wpfactory-cross-selling/tree/v1.0.3",
"issues": "https://github.com/wpcodefactory/wpfactory-cross-selling/issues"
},
"time": "2024-10-31T15:55:35+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}