PluginProbe
Patchstack – WordPress & Plugins Security / 2.2.10
Patchstack – WordPress & Plugins Security v2.2.10
2.3.7 trunk 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.16 2.1.17 2.1.18 2.1.19 2.1.2 2.1.20 2.1.21 2.1.22 2.1.23 2.1.24 2.1.25 2.1.3 2.1.4 2.1.5 2.1.6 All 49 releases
← All changes | lib/patchstack/vendor/composer/installed.php +23 -23 trunk2.2.10 View file →
@@ -1,23 +1,23 @@
1 -<?php return array(
2 - 'root' => array(
3 - 'pretty_version' => '1.0.0+no-version-set',
4 - 'version' => '1.0.0.0',
5 - 'type' => 'library',
6 - 'install_path' => __DIR__ . '/../../',
7 - 'aliases' => array(),
8 - 'reference' => NULL,
9 - 'name' => 'patchstack/firewall',
10 - 'dev' => true,
11 - ),
12 - 'versions' => array(
13 - 'patchstack/firewall' => array(
14 - 'pretty_version' => '1.0.0+no-version-set',
15 - 'version' => '1.0.0.0',
16 - 'type' => 'library',
17 - 'install_path' => __DIR__ . '/../../',
18 - 'aliases' => array(),
19 - 'reference' => NULL,
20 - 'dev_requirement' => false,
21 - ),
22 - ),
23 -);
1 +<?php return array(
2 + 'root' => array(
3 + 'pretty_version' => '1.0.0+no-version-set',
4 + 'version' => '1.0.0.0',
5 + 'type' => 'library',
6 + 'install_path' => __DIR__ . '/../../',
7 + 'aliases' => array(),
8 + 'reference' => NULL,
9 + 'name' => 'patchstack/firewall',
10 + 'dev' => true,
11 + ),
12 + 'versions' => array(
13 + 'patchstack/firewall' => array(
14 + 'pretty_version' => '1.0.0+no-version-set',
15 + 'version' => '1.0.0.0',
16 + 'type' => 'library',
17 + 'install_path' => __DIR__ . '/../../',
18 + 'aliases' => array(),
19 + 'reference' => NULL,
20 + 'dev_requirement' => false,
21 + ),
22 + ),
23 +);