PluginProbe
PayPlug for WooCommerce (Official) / 3.0.0
PayPlug for WooCommerce (Official) v3.0.0
3.0.0 2.18.0 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.10.0 1.10.1 1.2.1 1.2.10 1.2.11 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 All 101 releases
payplug / vendor / composer / installed.php

installed.php in PayPlug for WooCommerce (Official) 3.0.0, at vendor/composer/installed.php

63 lines 2.1 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' => 'payplug/payplug-woocommerce',
4 'pretty_version' => '3.0.0',
5 'version' => '3.0.0.0',
6 'reference' => null,
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' => 'v1.12.0',
15 'version' => '1.12.0.0',
16 'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19',
17 'type' => 'composer-plugin',
18 'install_path' => __DIR__ . '/./installers',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'payplug/payplug-php' => array(
23 'pretty_version' => '4.1.0',
24 'version' => '4.1.0.0',
25 'reference' => 'fddb60a9d0afe3b06d7fac7bec2df33cd0164009',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../payplug/payplug-php',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'payplug/payplug-plugin-mcp' => array(
32 'pretty_version' => '2.1.0',
33 'version' => '2.1.0.0',
34 'reference' => 'eaea71e45af471c35745073cd809201d43ee6775',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../payplug/payplug-plugin-mcp',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'payplug/payplug-woocommerce' => array(
41 'pretty_version' => '3.0.0',
42 'version' => '3.0.0.0',
43 'reference' => null,
44 'type' => 'wordpress-plugin',
45 'install_path' => __DIR__ . '/../../',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 'roundcube/plugin-installer' => array(
50 'dev_requirement' => false,
51 'replaced' => array(
52 0 => '*',
53 ),
54 ),
55 'shama/baton' => array(
56 'dev_requirement' => false,
57 'replaced' => array(
58 0 => '*',
59 ),
60 ),
61 ),
62 );
63