-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.lock
More file actions
177 lines (177 loc) · 6.42 KB
/
composer.lock
File metadata and controls
177 lines (177 loc) · 6.42 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"_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": "2a28fd390274214517bceb59e6cf30f8",
"packages": [
{
"name": "dotcamp/promoter",
"version": "1.0.3",
"dist": {
"type": "path",
"url": "vendor/dotcamp/promoter",
"reference": "ff99ae0f8977bf16e7bef3a432133e18f40883fd"
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"brain/monkey": "^2.6",
"phpcompatibility/phpcompatibility-wp": "*",
"phpunit/phpunit": "^12.0",
"wp-coding-standards/wpcs": "^3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"DotCamp\\Promoter\\": [
"inc/",
"__tests__/php/unit/inc"
],
"DotCamp\\Promoter\\Tests\\": "__tests__/"
}
},
"scripts": {
"test": [
"phpunit"
],
"lint": [
"@phpcs-check"
],
"lint-fix": [
"@phpcs-fix"
],
"phpcs-check": [
"phpcs -p --standard=.phpcs.xml --extensions=php __tests__ inc"
],
"phpcs-fix": [
"phpcbf -p --standard=.phpcs.xml --extensions=php __tests__ inc"
],
"compress": [
"composer archive --format=zip --dir=./zip --file=./dotcamp-promoter"
],
"release": [
"pnpm run production && composer run test && composer run lint-fix && composer run compress"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Erdem Bircan",
"email": "erdem.erdembircan@gmail.com"
}
],
"description": "Promoter library for DotCamp products.",
"transport-options": {
"relative": true
}
},
{
"name": "rhukster/dom-sanitizer",
"version": "1.0.7",
"source": {
"type": "git",
"url": "https://github.com/rhukster/dom-sanitizer.git",
"reference": "c2a98f27ad742668b254282ccc5581871d0fb601"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rhukster/dom-sanitizer/zipball/c2a98f27ad742668b254282ccc5581871d0fb601",
"reference": "c2a98f27ad742668b254282ccc5581871d0fb601",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"type": "library",
"autoload": {
"psr-4": {
"Rhukster\\DomSanitizer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andy Miller",
"email": "rhuk@rhuk.net"
}
],
"description": "A simple but effective DOM/SVG/MathML Sanitizer for PHP 7.4+",
"support": {
"issues": "https://github.com/rhukster/dom-sanitizer/issues",
"source": "https://github.com/rhukster/dom-sanitizer/tree/1.0.7"
},
"time": "2023-11-06T16:46:48+00:00"
}
],
"packages-dev": [
{
"name": "php-stubs/wordpress-stubs",
"version": "v6.6.0",
"source": {
"type": "git",
"url": "https://github.com/php-stubs/wordpress-stubs.git",
"reference": "86e8753e89d59849276dcdd91b9a7dd78bb4abe2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/86e8753e89d59849276dcdd91b9a7dd78bb4abe2",
"reference": "86e8753e89d59849276dcdd91b9a7dd78bb4abe2",
"shasum": ""
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"nikic/php-parser": "^4.13",
"php": "^7.4 || ^8.0",
"php-stubs/generator": "^0.8.3",
"phpdocumentor/reflection-docblock": "^5.4.1",
"phpstan/phpstan": "^1.10.49",
"phpunit/phpunit": "^9.5",
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^1.0",
"wp-coding-standards/wpcs": "3.1.0 as 2.3.0"
},
"suggest": {
"paragonie/sodium_compat": "Pure PHP implementation of libsodium",
"symfony/polyfill-php80": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "WordPress function and class declaration stubs for static analysis.",
"homepage": "https://github.com/php-stubs/wordpress-stubs",
"keywords": [
"PHPStan",
"static analysis",
"wordpress"
],
"support": {
"issues": "https://github.com/php-stubs/wordpress-stubs/issues",
"source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.6.0"
},
"time": "2024-07-17T08:50:38+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}