PluginProbe
QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress / 3.2.6
QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress v3.2.6
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
quickwebp / includes / vendor / composer / installed.php

installed.php in QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress 3.2.6, at includes/vendor/composer/installed.php

81 lines 2.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php return array(
2 'root' => array(
3 'name' => '__root__',
4 'pretty_version' => 'dev-master',
5 'version' => 'dev-master',
6 'reference' => '1163bff15baba96911c32c91926d0bd7ddcc2c66',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 '__root__' => array(
14 'pretty_version' => 'dev-master',
15 'version' => 'dev-master',
16 'reference' => '1163bff15baba96911c32c91926d0bd7ddcc2c66',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'guzzlehttp/psr7' => array(
23 'pretty_version' => '2.4.3',
24 'version' => '2.4.3.0',
25 'reference' => '67c26b443f348a51926030c83481b85718457d3d',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../guzzlehttp/psr7',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'intervention/image' => array(
32 'pretty_version' => '2.7.2',
33 'version' => '2.7.2.0',
34 'reference' => '04be355f8d6734c826045d02a1079ad658322dad',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../intervention/image',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'psr/http-factory' => array(
41 'pretty_version' => '1.0.1',
42 'version' => '1.0.1.0',
43 'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be',
44 'type' => 'library',
45 'install_path' => __DIR__ . '/../psr/http-factory',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 'psr/http-factory-implementation' => array(
50 'dev_requirement' => false,
51 'provided' => array(
52 0 => '1.0',
53 ),
54 ),
55 'psr/http-message' => array(
56 'pretty_version' => '1.0.1',
57 'version' => '1.0.1.0',
58 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
59 'type' => 'library',
60 'install_path' => __DIR__ . '/../psr/http-message',
61 'aliases' => array(),
62 'dev_requirement' => false,
63 ),
64 'psr/http-message-implementation' => array(
65 'dev_requirement' => false,
66 'provided' => array(
67 0 => '1.0',
68 ),
69 ),
70 'ralouphie/getallheaders' => array(
71 'pretty_version' => '3.0.3',
72 'version' => '3.0.3.0',
73 'reference' => '120b605dfeb996808c31b6477290a714d356e822',
74 'type' => 'library',
75 'install_path' => __DIR__ . '/../ralouphie/getallheaders',
76 'aliases' => array(),
77 'dev_requirement' => false,
78 ),
79 ),
80 );
81