-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
99 lines (99 loc) · 3.55 KB
/
composer.lock
File metadata and controls
99 lines (99 loc) · 3.55 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
{
"_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": "0d4652c8a6164ff4144755b86b083bd8",
"packages": [
{
"name": "kyle-niemiec/wp-plugin-framework",
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/kyle-niemiec/wp-plugin-framework.git",
"reference": "61c700ef43a36688108be380a6ee556c0b420c8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kyle-niemiec/wp-plugin-framework/zipball/61c700ef43a36688108be380a6ee556c0b420c8a",
"reference": "61c700ef43a36688108be380a6ee556c0b420c8a",
"shasum": ""
},
"require-dev": {
"code-lts/doctum": "^5.5",
"phpunit/phpunit": "^10.5",
"symfony/console": "^6.4"
},
"bin": [
"bin/wppf",
"bin/xphp"
],
"type": "library",
"autoload": {
"psr-4": {
"WPPF\\": "",
"WPPF\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "Kyle Niemiec",
"email": "kyle@codeflower.io"
}
],
"description": "My framework for facilitating WordPress plugin development.",
"support": {
"source": "https://github.com/kyle-niemiec/wp-plugin-framework/tree/v1.2.3"
},
"time": "2026-03-09T11:38:11+00:00"
},
{
"name": "kyle-niemiec/wppf-update-helper",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/kyle-niemiec/wppf-update-helper.git",
"reference": "58a0c26091e0968810cabedb973832bd3b12d760"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kyle-niemiec/wppf-update-helper/zipball/58a0c26091e0968810cabedb973832bd3b12d760",
"reference": "58a0c26091e0968810cabedb973832bd3b12d760",
"shasum": ""
},
"require": {
"kyle-niemiec/wp-plugin-framework": "^1.2"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "Kyle Niemiec",
"email": "kyle@codeflower.io"
}
],
"description": "A small, importable framework for integrating a WPPF plugin with the WordPress Plugin Update Server.",
"support": {
"source": "https://github.com/kyle-niemiec/wppf-update-helper/tree/v1.0.2"
},
"time": "2026-01-25T12:05:09+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.9.0"
}