PluginProbe
QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress / 4.1.2
QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress v4.1.2
4.1.2 4.1.1 4.1.0 4.0.1 4.0.0 3.3.1 3.3.0 trunk 1.0.0 2.0.0 2.1.0 3.0.0 3.1.0 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8
← All changes | includes/vendor/composer/installed.json +1 -372 3.3.04.1.2 View file →
@@ -1,376 +1,5 @@
1 1 {
2 - "packages": [
3 - {
4 - "name": "guzzlehttp/psr7",
5 - "version": "2.4.3",
6 - "version_normalized": "2.4.3.0",
7 - "source": {
8 - "type": "git",
9 - "url": "https://github.com/guzzle/psr7.git",
10 - "reference": "67c26b443f348a51926030c83481b85718457d3d"
11 - },
12 - "dist": {
13 - "type": "zip",
14 - "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
15 - "reference": "67c26b443f348a51926030c83481b85718457d3d",
16 - "shasum": ""
17 - },
18 - "require": {
19 - "php": "^7.2.5 || ^8.0",
20 - "psr/http-factory": "^1.0",
21 - "psr/http-message": "^1.0",
22 - "ralouphie/getallheaders": "^3.0"
23 - },
24 - "provide": {
25 - "psr/http-factory-implementation": "1.0",
26 - "psr/http-message-implementation": "1.0"
27 - },
28 - "require-dev": {
29 - "bamarni/composer-bin-plugin": "^1.8.1",
30 - "http-interop/http-factory-tests": "^0.9",
31 - "phpunit/phpunit": "^8.5.29 || ^9.5.23"
32 - },
33 - "suggest": {
34 - "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
35 - },
36 - "time": "2022-10-26T14:07:24+00:00",
37 - "type": "library",
38 - "extra": {
39 - "bamarni-bin": {
40 - "bin-links": true,
41 - "forward-command": false
42 - },
43 - "branch-alias": {
44 - "dev-master": "2.4-dev"
45 - }
46 - },
47 - "installation-source": "dist",
48 - "autoload": {
49 - "psr-4": {
50 - "GuzzleHttp\\Psr7\\": "src/"
51 - }
52 - },
53 - "notification-url": "https://packagist.org/downloads/",
54 - "license": [
55 - "MIT"
56 - ],
57 - "authors": [
58 - {
59 - "name": "Graham Campbell",
60 - "email": "hello@gjcampbell.co.uk",
61 - "homepage": "https://github.com/GrahamCampbell"
62 - },
63 - {
64 - "name": "Michael Dowling",
65 - "email": "mtdowling@gmail.com",
66 - "homepage": "https://github.com/mtdowling"
67 - },
68 - {
69 - "name": "George Mponos",
70 - "email": "gmponos@gmail.com",
71 - "homepage": "https://github.com/gmponos"
72 - },
73 - {
74 - "name": "Tobias Nyholm",
75 - "email": "tobias.nyholm@gmail.com",
76 - "homepage": "https://github.com/Nyholm"
77 - },
78 - {
79 - "name": "Márk Sági-Kazár",
80 - "email": "mark.sagikazar@gmail.com",
81 - "homepage": "https://github.com/sagikazarmark"
82 - },
83 - {
84 - "name": "Tobias Schultze",
85 - "email": "webmaster@tubo-world.de",
86 - "homepage": "https://github.com/Tobion"
87 - },
88 - {
89 - "name": "Márk Sági-Kazár",
90 - "email": "mark.sagikazar@gmail.com",
91 - "homepage": "https://sagikazarmark.hu"
92 - }
93 - ],
94 - "description": "PSR-7 message implementation that also provides common utility methods",
95 - "keywords": [
96 - "http",
97 - "message",
98 - "psr-7",
99 - "request",
100 - "response",
101 - "stream",
102 - "uri",
103 - "url"
104 - ],
105 - "support": {
106 - "issues": "https://github.com/guzzle/psr7/issues",
107 - "source": "https://github.com/guzzle/psr7/tree/2.4.3"
108 - },
109 - "funding": [
110 - {
111 - "url": "https://github.com/GrahamCampbell",
112 - "type": "github"
113 - },
114 - {
115 - "url": "https://github.com/Nyholm",
116 - "type": "github"
117 - },
118 - {
119 - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
120 - "type": "tidelift"
121 - }
122 - ],
123 - "install-path": "../guzzlehttp/psr7"
124 - },
125 - {
126 - "name": "intervention/image",
127 - "version": "2.7.2",
128 - "version_normalized": "2.7.2.0",
129 - "source": {
130 - "type": "git",
131 - "url": "https://github.com/Intervention/image.git",
132 - "reference": "04be355f8d6734c826045d02a1079ad658322dad"
133 - },
134 - "dist": {
135 - "type": "zip",
136 - "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad",
137 - "reference": "04be355f8d6734c826045d02a1079ad658322dad",
138 - "shasum": ""
139 - },
140 - "require": {
141 - "ext-fileinfo": "*",
142 - "guzzlehttp/psr7": "~1.1 || ^2.0",
143 - "php": ">=5.4.0"
144 - },
145 - "require-dev": {
146 - "mockery/mockery": "~0.9.2",
147 - "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
148 - },
149 - "suggest": {
150 - "ext-gd": "to use GD library based image processing.",
151 - "ext-imagick": "to use Imagick based image processing.",
152 - "intervention/imagecache": "Caching extension for the Intervention Image library"
153 - },
154 - "time": "2022-05-21T17:30:32+00:00",
155 - "type": "library",
156 - "extra": {
157 - "branch-alias": {
158 - "dev-master": "2.4-dev"
159 - },
160 - "laravel": {
161 - "providers": [
162 - "Intervention\\Image\\ImageServiceProvider"
163 - ],
164 - "aliases": {
165 - "Image": "Intervention\\Image\\Facades\\Image"
166 - }
167 - }
168 - },
169 - "installation-source": "dist",
170 - "autoload": {
171 - "psr-4": {
172 - "Intervention\\Image\\": "src/Intervention/Image"
173 - }
174 - },
175 - "notification-url": "https://packagist.org/downloads/",
176 - "license": [
177 - "MIT"
178 - ],
179 - "authors": [
180 - {
181 - "name": "Oliver Vogel",
182 - "email": "oliver@intervention.io",
183 - "homepage": "https://intervention.io/"
184 - }
185 - ],
186 - "description": "Image handling and manipulation library with support for Laravel integration",
187 - "homepage": "http://image.intervention.io/",
188 - "keywords": [
189 - "gd",
190 - "image",
191 - "imagick",
192 - "laravel",
193 - "thumbnail",
194 - "watermark"
195 - ],
196 - "support": {
197 - "issues": "https://github.com/Intervention/image/issues",
198 - "source": "https://github.com/Intervention/image/tree/2.7.2"
199 - },
200 - "funding": [
201 - {
202 - "url": "https://paypal.me/interventionio",
203 - "type": "custom"
204 - },
205 - {
206 - "url": "https://github.com/Intervention",
207 - "type": "github"
208 - }
209 - ],
210 - "install-path": "../intervention/image"
211 - },
212 - {
213 - "name": "psr/http-factory",
214 - "version": "1.0.1",
215 - "version_normalized": "1.0.1.0",
216 - "source": {
217 - "type": "git",
218 - "url": "https://github.com/php-fig/http-factory.git",
219 - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
220 - },
221 - "dist": {
222 - "type": "zip",
223 - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
224 - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
225 - "shasum": ""
226 - },
227 - "require": {
228 - "php": ">=7.0.0",
229 - "psr/http-message": "^1.0"
230 - },
231 - "time": "2019-04-30T12:38:16+00:00",
232 - "type": "library",
233 - "extra": {
234 - "branch-alias": {
235 - "dev-master": "1.0.x-dev"
236 - }
237 - },
238 - "installation-source": "dist",
239 - "autoload": {
240 - "psr-4": {
241 - "Psr\\Http\\Message\\": "src/"
242 - }
243 - },
244 - "notification-url": "https://packagist.org/downloads/",
245 - "license": [
246 - "MIT"
247 - ],
248 - "authors": [
249 - {
250 - "name": "PHP-FIG",
251 - "homepage": "http://www.php-fig.org/"
252 - }
253 - ],
254 - "description": "Common interfaces for PSR-7 HTTP message factories",
255 - "keywords": [
256 - "factory",
257 - "http",
258 - "message",
259 - "psr",
260 - "psr-17",
261 - "psr-7",
262 - "request",
263 - "response"
264 - ],
265 - "support": {
266 - "source": "https://github.com/php-fig/http-factory/tree/master"
267 - },
268 - "install-path": "../psr/http-factory"
269 - },
270 - {
271 - "name": "psr/http-message",
272 - "version": "1.0.1",
273 - "version_normalized": "1.0.1.0",
274 - "source": {
275 - "type": "git",
276 - "url": "https://github.com/php-fig/http-message.git",
277 - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
278 - },
279 - "dist": {
280 - "type": "zip",
281 - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
282 - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
283 - "shasum": ""
284 - },
285 - "require": {
286 - "php": ">=5.3.0"
287 - },
288 - "time": "2016-08-06T14:39:51+00:00",
289 - "type": "library",
290 - "extra": {
291 - "branch-alias": {
292 - "dev-master": "1.0.x-dev"
293 - }
294 - },
295 - "installation-source": "dist",
296 - "autoload": {
297 - "psr-4": {
298 - "Psr\\Http\\Message\\": "src/"
299 - }
300 - },
301 - "notification-url": "https://packagist.org/downloads/",
302 - "license": [
303 - "MIT"
304 - ],
305 - "authors": [
306 - {
307 - "name": "PHP-FIG",
308 - "homepage": "http://www.php-fig.org/"
309 - }
310 - ],
311 - "description": "Common interface for HTTP messages",
312 - "homepage": "https://github.com/php-fig/http-message",
313 - "keywords": [
314 - "http",
315 - "http-message",
316 - "psr",
317 - "psr-7",
318 - "request",
319 - "response"
320 - ],
321 - "support": {
322 - "source": "https://github.com/php-fig/http-message/tree/master"
323 - },
324 - "install-path": "../psr/http-message"
325 - },
326 - {
327 - "name": "ralouphie/getallheaders",
328 - "version": "3.0.3",
329 - "version_normalized": "3.0.3.0",
330 - "source": {
331 - "type": "git",
332 - "url": "https://github.com/ralouphie/getallheaders.git",
333 - "reference": "120b605dfeb996808c31b6477290a714d356e822"
334 - },
335 - "dist": {
336 - "type": "zip",
337 - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
338 - "reference": "120b605dfeb996808c31b6477290a714d356e822",
339 - "shasum": ""
340 - },
341 - "require": {
342 - "php": ">=5.6"
343 - },
344 - "require-dev": {
345 - "php-coveralls/php-coveralls": "^2.1",
346 - "phpunit/phpunit": "^5 || ^6.5"
347 - },
348 - "time": "2019-03-08T08:55:37+00:00",
349 - "type": "library",
350 - "installation-source": "dist",
351 - "autoload": {
352 - "files": [
353 - "src/getallheaders.php"
354 - ]
355 - },
356 - "notification-url": "https://packagist.org/downloads/",
357 - "license": [
358 - "MIT"
359 - ],
360 - "authors": [
361 - {
362 - "name": "Ralph Khattar",
363 - "email": "ralph.khattar@gmail.com"
364 - }
365 - ],
366 - "description": "A polyfill for getallheaders.",
367 - "support": {
368 - "issues": "https://github.com/ralouphie/getallheaders/issues",
369 - "source": "https://github.com/ralouphie/getallheaders/tree/develop"
370 - },
371 - "install-path": "../ralouphie/getallheaders"
372 - }
373 - ],
2 + "packages": [],
374 3 "dev": true,
375 4 "dev-package-names": []
376 5 }