PluginProbe
MONEI Payments for WooCommerce / trunk
MONEI Payments for WooCommerce vtrunk
7.3.3 7.3.2 7.3.1 7.3.0 7.2.4 7.2.3 7.2.2 7.2.0 7.2.1 7.1.3 2.1.0 3.0.0 3.1.0 3.1.1 4.0.0 4.1.0 4.1.1 4.2.0 4.2.1 5.0 5.1.0 5.1.1 5.1.2 5.2.2 5.2.3 All 87 releases
monei / vendor / composer / installed.php

installed.php in MONEI Payments for WooCommerce trunk, at vendor/composer/installed.php

75 lines 2.7 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' => '__root__',
4 'pretty_version' => '7.3.3',
5 'version' => '7.3.3.0',
6 'reference' => 'f2914c2e23f443591e4dc323c0fc6063ab2d92b2',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 '__root__' => array(
14 'pretty_version' => '7.3.3',
15 'version' => '7.3.3.0',
16 'reference' => 'f2914c2e23f443591e4dc323c0fc6063ab2d92b2',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'laravel/serializable-closure' => array(
23 'pretty_version' => 'v1.3.7',
24 'version' => '1.3.7.0',
25 'reference' => '4f48ade902b94323ca3be7646db16209ec76be3d',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../laravel/serializable-closure',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'monei/monei-php-sdk' => array(
32 'pretty_version' => '2.11.0',
33 'version' => '2.11.0.0',
34 'reference' => '2360971196e544c1b654822fd9766c590947fc63',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../monei/monei-php-sdk',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'php-di/invoker' => array(
41 'pretty_version' => '2.3.7',
42 'version' => '2.3.7.0',
43 'reference' => '3c1ddfdef181431fbc4be83378f6d036d59e81e1',
44 'type' => 'library',
45 'install_path' => __DIR__ . '/../php-di/invoker',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 'php-di/php-di' => array(
50 'pretty_version' => '7.1.1',
51 'version' => '7.1.1.0',
52 'reference' => 'f88054cc052e40dbe7b383c8817c19442d480352',
53 'type' => 'library',
54 'install_path' => __DIR__ . '/../php-di/php-di',
55 'aliases' => array(),
56 'dev_requirement' => false,
57 ),
58 'psr/container' => array(
59 'pretty_version' => '2.0.2',
60 'version' => '2.0.2.0',
61 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963',
62 'type' => 'library',
63 'install_path' => __DIR__ . '/../psr/container',
64 'aliases' => array(),
65 'dev_requirement' => false,
66 ),
67 'psr/container-implementation' => array(
68 'dev_requirement' => false,
69 'provided' => array(
70 0 => '^1.0',
71 ),
72 ),
73 ),
74 );
75