PluginProbe
Stream – Activity Log & Audit Trail / 4.2.1
Stream – Activity Log & Audit Trail v4.2.1
4.4.0 4.3.0 4.2.2 4.2.1 trunk 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1 3.1.1 3.10.0 3.2.0 3.2.1 3.2.2 3.2.3 All 50 releases
stream / vendor / composer / installed.php

installed.php in Stream – Activity Log & Audit Trail 4.2.1, at vendor/composer/installed.php

42 lines 1.5 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' => 'xwp/stream',
4 'pretty_version' => 'v4.2.1',
5 'version' => '4.2.1.0',
6 'reference' => 'b7086d26031274263ea143849911f2695efd180a',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'composer/installers' => array(
14 'pretty_version' => 'v2.3.0',
15 'version' => '2.3.0.0',
16 'reference' => '12fb2dfe5e16183de69e784a7b84046c43d97e8e',
17 'type' => 'composer-plugin',
18 'install_path' => __DIR__ . '/./installers',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'woocommerce/action-scheduler' => array(
23 'pretty_version' => '3.9.3',
24 'version' => '3.9.3.0',
25 'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c',
26 'type' => 'wordpress-plugin',
27 'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'xwp/stream' => array(
32 'pretty_version' => 'v4.2.1',
33 'version' => '4.2.1.0',
34 'reference' => 'b7086d26031274263ea143849911f2695efd180a',
35 'type' => 'wordpress-plugin',
36 'install_path' => __DIR__ . '/../../',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 ),
41 );
42