PluginProbe
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More / 2.2.2
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More v2.2.2
2.3.4 2.3.3 2.3.2 2.3.1 2.3.0 2.2.2 2.2.1 2.2.0 2.1.2 2.1.1 trunk 0.0.1 0.0.2 0.0.3 0.0.4 0.0.5 0.0.6 0.0.7 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 All 66 releases
better-payment / vendor / composer / installed.php

installed.php in Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More 2.2.2, 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' => 'better-payment/better-payment',
4 'pretty_version' => 'dev-master',
5 'version' => 'dev-master',
6 'reference' => '360316d49d5bebb639c14d31bb24d883505e91b1',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 'better-payment/better-payment' => array(
14 'pretty_version' => 'dev-master',
15 'version' => 'dev-master',
16 'reference' => '360316d49d5bebb639c14d31bb24d883505e91b1',
17 'type' => 'wordpress-plugin',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'league/csv' => array(
23 'pretty_version' => '9.8.0',
24 'version' => '9.8.0.0',
25 'reference' => '9d2e0265c5d90f5dd601bc65ff717e05cec19b47',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../league/csv',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'priyomukul/wp-notice' => array(
32 'pretty_version' => 'v2.x-dev',
33 'version' => '2.9999999.9999999.9999999-dev',
34 'reference' => '5471f3262e583ebcba56062d84faecc910bd04d6',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../priyomukul/wp-notice',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 ),
41 );
42