PluginProbe
SendWP / 1.4.8
SendWP v1.4.8
trunk 0.0.1 0.0.2 0.0.3 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1 1.2.10 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.4.4 1.4.5 1.4.6 1.4.8
sendwp / vendor / composer / installed.php

installed.php in SendWP 1.4.8, 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' => 'sendwp/sendwp',
4 'pretty_version' => '1.4.8',
5 'version' => '1.4.8.0',
6 'reference' => 'b0a3ee44d9b9c351f48b758e346d1acec88a54fd',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'scssphp/scssphp' => array(
14 'pretty_version' => '1.x-dev',
15 'version' => '1.9999999.9999999.9999999-dev',
16 'reference' => '33749d12c2569bb24071f94e9af828662dabb068',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../scssphp/scssphp',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'sendwp/sendwp' => array(
23 'pretty_version' => '1.4.8',
24 'version' => '1.4.8.0',
25 'reference' => 'b0a3ee44d9b9c351f48b758e346d1acec88a54fd',
26 'type' => 'wordpress-plugin',
27 'install_path' => __DIR__ . '/../../',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'trustedlogin/client' => array(
32 'pretty_version' => 'dev-develop',
33 'version' => 'dev-develop',
34 'reference' => '21776f0ab82341af429bb1106d9637c52cb0a431',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../trustedlogin/client',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 ),
41 );
42