-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
composer.lock
121 lines (121 loc) · 3.99 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
119
120
121
{
"_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": "ae7d7b06a98a49256d800e66480919df",
"packages": [],
"packages-dev": [
{
"name": "automattic/jetpack-autoloader",
"version": "v3.1.3",
"source": {
"type": "git",
"url": "https://github.com/Automattic/jetpack-autoloader.git",
"reference": "e7e49a4e2f16cb2dfd3e58c478499a60d7d51839"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/e7e49a4e2f16cb2dfd3e58c478499a60d7d51839",
"reference": "e7e49a4e2f16cb2dfd3e58c478499a60d7d51839",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0",
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.8",
"composer/composer": "^1.1 || ^2.0",
"yoast/phpunit-polyfills": "^1.1.1"
},
"type": "composer-plugin",
"extra": {
"autotagger": true,
"class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
"mirror-repo": "Automattic/jetpack-autoloader",
"changelogger": {
"link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}"
},
"version-constants": {
"::VERSION": "src/AutoloadGenerator.php"
},
"branch-alias": {
"dev-trunk": "3.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Automattic\\Jetpack\\Autoloader\\": "src"
},
"classmap": [
"src/AutoloadGenerator.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Creates a custom autoloader for a plugin or theme.",
"keywords": [
"autoload",
"autoloader",
"composer",
"jetpack",
"plugin",
"wordpress"
],
"support": {
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.1.3"
},
"time": "2024-11-04T09:23:56+00:00"
},
{
"name": "nextgenthemes/wp-shared",
"version": "2024.11.10.20.09.58",
"dist": {
"type": "path",
"url": "../nextgenthemes/wp-shared",
"reference": "0356822c75107bf213d90e75784c8f9e311c01d1"
},
"require": {
"php": ">=7.4"
},
"type": "wp-package",
"autoload": {
"files": [
"includes/WP/load-files.php",
"includes/WP/Admin/load-admin-files.php"
]
},
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "Nicolas Jonas"
}
],
"transport-options": {
"symlink": false,
"relative": true
}
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"nextgenthemes/wp-shared": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.4"
},
"platform-dev": {},
"platform-overrides": {
"php": "7.4"
},
"plugin-api-version": "2.6.0"
}