PluginProbe
Sharing Image / 3.3
Sharing Image v3.3
3.10 trunk 2.0 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0 3.1 3.2 3.3 All 29 releases
sharing-image / vendor / composer / installed.json

installed.json in Sharing Image 3.3, at vendor/composer/installed.json

476 lines 18.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "antonlukin/poster-editor",
5 "version": "5.16",
6 "version_normalized": "5.16.0.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/antonlukin/poster-editor.git",
10 "reference": "190fc123de1d8c4453481d413dfcf40bd58eb30d"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/antonlukin/poster-editor/zipball/190fc123de1d8c4453481d413dfcf40bd58eb30d",
15 "reference": "190fc123de1d8c4453481d413dfcf40bd58eb30d",
16 "shasum": ""
17 },
18 "require": {
19 "php": ">=7.1.0"
20 },
21 "require-dev": {
22 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
23 "phpcompatibility/php-compatibility": "^9.3"
24 },
25 "suggest": {
26 "ext-gd": "to use GD library based image processing."
27 },
28 "time": "2024-07-14T17:11:11+00:00",
29 "type": "library",
30 "installation-source": "dist",
31 "autoload": {
32 "files": [
33 "src/PosterEditor.php"
34 ]
35 },
36 "notification-url": "https://packagist.org/downloads/",
37 "license": [
38 "MIT"
39 ],
40 "authors": [
41 {
42 "name": "Anton Lukin",
43 "email": "anton@lukin.me"
44 }
45 ],
46 "description": "Wrapper for PHP's GD Library for easy image manipulation",
47 "homepage": "https://github.com/antonlukin/poster-editor",
48 "keywords": [
49 "gd",
50 "image",
51 "php",
52 "text"
53 ],
54 "support": {
55 "issues": "https://github.com/antonlukin/poster-editor/issues",
56 "source": "https://github.com/antonlukin/poster-editor/tree/v5.16"
57 },
58 "install-path": "../antonlukin/poster-editor"
59 },
60 {
61 "name": "dealerdirect/phpcodesniffer-composer-installer",
62 "version": "v1.0.0",
63 "version_normalized": "1.0.0.0",
64 "source": {
65 "type": "git",
66 "url": "https://github.com/PHPCSStandards/composer-installer.git",
67 "reference": "4be43904336affa5c2f70744a348312336afd0da"
68 },
69 "dist": {
70 "type": "zip",
71 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da",
72 "reference": "4be43904336affa5c2f70744a348312336afd0da",
73 "shasum": ""
74 },
75 "require": {
76 "composer-plugin-api": "^1.0 || ^2.0",
77 "php": ">=5.4",
78 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
79 },
80 "require-dev": {
81 "composer/composer": "*",
82 "ext-json": "*",
83 "ext-zip": "*",
84 "php-parallel-lint/php-parallel-lint": "^1.3.1",
85 "phpcompatibility/php-compatibility": "^9.0",
86 "yoast/phpunit-polyfills": "^1.0"
87 },
88 "time": "2023-01-05T11:28:13+00:00",
89 "type": "composer-plugin",
90 "extra": {
91 "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
92 },
93 "installation-source": "dist",
94 "autoload": {
95 "psr-4": {
96 "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
97 }
98 },
99 "notification-url": "https://packagist.org/downloads/",
100 "license": [
101 "MIT"
102 ],
103 "authors": [
104 {
105 "name": "Franck Nijhof",
106 "email": "franck.nijhof@dealerdirect.com",
107 "homepage": "http://www.frenck.nl",
108 "role": "Developer / IT Manager"
109 },
110 {
111 "name": "Contributors",
112 "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
113 }
114 ],
115 "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
116 "homepage": "http://www.dealerdirect.com",
117 "keywords": [
118 "PHPCodeSniffer",
119 "PHP_CodeSniffer",
120 "code quality",
121 "codesniffer",
122 "composer",
123 "installer",
124 "phpcbf",
125 "phpcs",
126 "plugin",
127 "qa",
128 "quality",
129 "standard",
130 "standards",
131 "style guide",
132 "stylecheck",
133 "tests"
134 ],
135 "support": {
136 "issues": "https://github.com/PHPCSStandards/composer-installer/issues",
137 "source": "https://github.com/PHPCSStandards/composer-installer"
138 },
139 "install-path": "../dealerdirect/phpcodesniffer-composer-installer"
140 },
141 {
142 "name": "phpcsstandards/phpcsextra",
143 "version": "1.2.1",
144 "version_normalized": "1.2.1.0",
145 "source": {
146 "type": "git",
147 "url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
148 "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489"
149 },
150 "dist": {
151 "type": "zip",
152 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
153 "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
154 "shasum": ""
155 },
156 "require": {
157 "php": ">=5.4",
158 "phpcsstandards/phpcsutils": "^1.0.9",
159 "squizlabs/php_codesniffer": "^3.8.0"
160 },
161 "require-dev": {
162 "php-parallel-lint/php-console-highlighter": "^1.0",
163 "php-parallel-lint/php-parallel-lint": "^1.3.2",
164 "phpcsstandards/phpcsdevcs": "^1.1.6",
165 "phpcsstandards/phpcsdevtools": "^1.2.1",
166 "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
167 },
168 "time": "2023-12-08T16:49:07+00:00",
169 "type": "phpcodesniffer-standard",
170 "extra": {
171 "branch-alias": {
172 "dev-stable": "1.x-dev",
173 "dev-develop": "1.x-dev"
174 }
175 },
176 "installation-source": "dist",
177 "notification-url": "https://packagist.org/downloads/",
178 "license": [
179 "LGPL-3.0-or-later"
180 ],
181 "authors": [
182 {
183 "name": "Juliette Reinders Folmer",
184 "homepage": "https://github.com/jrfnl",
185 "role": "lead"
186 },
187 {
188 "name": "Contributors",
189 "homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors"
190 }
191 ],
192 "description": "A collection of sniffs and standards for use with PHP_CodeSniffer.",
193 "keywords": [
194 "PHP_CodeSniffer",
195 "phpcbf",
196 "phpcodesniffer-standard",
197 "phpcs",
198 "standards",
199 "static analysis"
200 ],
201 "support": {
202 "issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues",
203 "security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy",
204 "source": "https://github.com/PHPCSStandards/PHPCSExtra"
205 },
206 "funding": [
207 {
208 "url": "https://github.com/PHPCSStandards",
209 "type": "github"
210 },
211 {
212 "url": "https://github.com/jrfnl",
213 "type": "github"
214 },
215 {
216 "url": "https://opencollective.com/php_codesniffer",
217 "type": "open_collective"
218 }
219 ],
220 "install-path": "../phpcsstandards/phpcsextra"
221 },
222 {
223 "name": "phpcsstandards/phpcsutils",
224 "version": "1.0.12",
225 "version_normalized": "1.0.12.0",
226 "source": {
227 "type": "git",
228 "url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
229 "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c"
230 },
231 "dist": {
232 "type": "zip",
233 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c",
234 "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c",
235 "shasum": ""
236 },
237 "require": {
238 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
239 "php": ">=5.4",
240 "squizlabs/php_codesniffer": "^3.10.0 || 4.0.x-dev@dev"
241 },
242 "require-dev": {
243 "ext-filter": "*",
244 "php-parallel-lint/php-console-highlighter": "^1.0",
245 "php-parallel-lint/php-parallel-lint": "^1.3.2",
246 "phpcsstandards/phpcsdevcs": "^1.1.6",
247 "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0"
248 },
249 "time": "2024-05-20T13:34:27+00:00",
250 "type": "phpcodesniffer-standard",
251 "extra": {
252 "branch-alias": {
253 "dev-stable": "1.x-dev",
254 "dev-develop": "1.x-dev"
255 }
256 },
257 "installation-source": "dist",
258 "autoload": {
259 "classmap": [
260 "PHPCSUtils/"
261 ]
262 },
263 "notification-url": "https://packagist.org/downloads/",
264 "license": [
265 "LGPL-3.0-or-later"
266 ],
267 "authors": [
268 {
269 "name": "Juliette Reinders Folmer",
270 "homepage": "https://github.com/jrfnl",
271 "role": "lead"
272 },
273 {
274 "name": "Contributors",
275 "homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors"
276 }
277 ],
278 "description": "A suite of utility functions for use with PHP_CodeSniffer",
279 "homepage": "https://phpcsutils.com/",
280 "keywords": [
281 "PHP_CodeSniffer",
282 "phpcbf",
283 "phpcodesniffer-standard",
284 "phpcs",
285 "phpcs3",
286 "standards",
287 "static analysis",
288 "tokens",
289 "utility"
290 ],
291 "support": {
292 "docs": "https://phpcsutils.com/",
293 "issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues",
294 "security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy",
295 "source": "https://github.com/PHPCSStandards/PHPCSUtils"
296 },
297 "funding": [
298 {
299 "url": "https://github.com/PHPCSStandards",
300 "type": "github"
301 },
302 {
303 "url": "https://github.com/jrfnl",
304 "type": "github"
305 },
306 {
307 "url": "https://opencollective.com/php_codesniffer",
308 "type": "open_collective"
309 }
310 ],
311 "install-path": "../phpcsstandards/phpcsutils"
312 },
313 {
314 "name": "squizlabs/php_codesniffer",
315 "version": "3.10.1",
316 "version_normalized": "3.10.1.0",
317 "source": {
318 "type": "git",
319 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
320 "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877"
321 },
322 "dist": {
323 "type": "zip",
324 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877",
325 "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877",
326 "shasum": ""
327 },
328 "require": {
329 "ext-simplexml": "*",
330 "ext-tokenizer": "*",
331 "ext-xmlwriter": "*",
332 "php": ">=5.4.0"
333 },
334 "require-dev": {
335 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
336 },
337 "time": "2024-05-22T21:24:41+00:00",
338 "bin": [
339 "bin/phpcbf",
340 "bin/phpcs"
341 ],
342 "type": "library",
343 "extra": {
344 "branch-alias": {
345 "dev-master": "3.x-dev"
346 }
347 },
348 "installation-source": "dist",
349 "notification-url": "https://packagist.org/downloads/",
350 "license": [
351 "BSD-3-Clause"
352 ],
353 "authors": [
354 {
355 "name": "Greg Sherwood",
356 "role": "Former lead"
357 },
358 {
359 "name": "Juliette Reinders Folmer",
360 "role": "Current lead"
361 },
362 {
363 "name": "Contributors",
364 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
365 }
366 ],
367 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
368 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
369 "keywords": [
370 "phpcs",
371 "standards",
372 "static analysis"
373 ],
374 "support": {
375 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
376 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
377 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
378 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
379 },
380 "funding": [
381 {
382 "url": "https://github.com/PHPCSStandards",
383 "type": "github"
384 },
385 {
386 "url": "https://github.com/jrfnl",
387 "type": "github"
388 },
389 {
390 "url": "https://opencollective.com/php_codesniffer",
391 "type": "open_collective"
392 }
393 ],
394 "install-path": "../squizlabs/php_codesniffer"
395 },
396 {
397 "name": "wp-coding-standards/wpcs",
398 "version": "dev-develop",
399 "version_normalized": "dev-develop",
400 "source": {
401 "type": "git",
402 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
403 "reference": "d77b0204f49e4b4a2bbac791e3bbfbfe603edf06"
404 },
405 "dist": {
406 "type": "zip",
407 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/d77b0204f49e4b4a2bbac791e3bbfbfe603edf06",
408 "reference": "d77b0204f49e4b4a2bbac791e3bbfbfe603edf06",
409 "shasum": ""
410 },
411 "require": {
412 "ext-filter": "*",
413 "ext-libxml": "*",
414 "ext-tokenizer": "*",
415 "ext-xmlreader": "*",
416 "php": ">=5.4",
417 "phpcsstandards/phpcsextra": "^1.2.1",
418 "phpcsstandards/phpcsutils": "^1.0.10",
419 "squizlabs/php_codesniffer": "^3.9.0"
420 },
421 "require-dev": {
422 "php-parallel-lint/php-console-highlighter": "^1.0.0",
423 "php-parallel-lint/php-parallel-lint": "^1.3.2",
424 "phpcompatibility/php-compatibility": "^9.0",
425 "phpcsstandards/phpcsdevtools": "^1.2.0",
426 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
427 },
428 "suggest": {
429 "ext-iconv": "For improved results",
430 "ext-mbstring": "For improved results"
431 },
432 "time": "2024-06-14T09:24:28+00:00",
433 "default-branch": true,
434 "type": "phpcodesniffer-standard",
435 "installation-source": "dist",
436 "notification-url": "https://packagist.org/downloads/",
437 "license": [
438 "MIT"
439 ],
440 "authors": [
441 {
442 "name": "Contributors",
443 "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
444 }
445 ],
446 "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
447 "keywords": [
448 "phpcs",
449 "standards",
450 "static analysis",
451 "wordpress"
452 ],
453 "support": {
454 "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
455 "source": "https://github.com/WordPress/WordPress-Coding-Standards",
456 "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
457 },
458 "funding": [
459 {
460 "url": "https://opencollective.com/php_codesniffer",
461 "type": "custom"
462 }
463 ],
464 "install-path": "../wp-coding-standards/wpcs"
465 }
466 ],
467 "dev": true,
468 "dev-package-names": [
469 "dealerdirect/phpcodesniffer-composer-installer",
470 "phpcsstandards/phpcsextra",
471 "phpcsstandards/phpcsutils",
472 "squizlabs/php_codesniffer",
473 "wp-coding-standards/wpcs"
474 ]
475 }
476