PluginProbe
PayPlug for WooCommerce (Official) / 2.10.0
PayPlug for WooCommerce (Official) v2.10.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) 2.10.0, at vendor/composer/installed.php

54 lines 1.8 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' => 'dev-master',
5 'version' => 'dev-master',
6 'reference' => '0901f45d03f88e453d5b702cc748cf340b6b4f05',
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' => 'v3.5.7',
24 'version' => '3.5.7.0',
25 'reference' => 'e2cfe35fd78f00bed2404377bab078f2dd746984',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../payplug/payplug-php',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'payplug/payplug-woocommerce' => array(
32 'pretty_version' => 'dev-master',
33 'version' => 'dev-master',
34 'reference' => '0901f45d03f88e453d5b702cc748cf340b6b4f05',
35 'type' => 'wordpress-plugin',
36 'install_path' => __DIR__ . '/../../',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'roundcube/plugin-installer' => array(
41 'dev_requirement' => false,
42 'replaced' => array(
43 0 => '*',
44 ),
45 ),
46 'shama/baton' => array(
47 'dev_requirement' => false,
48 'replaced' => array(
49 0 => '*',
50 ),
51 ),
52 ),
53 );
54