PluginProbe
PostNL for WooCommerce / 4.4.1
PostNL for WooCommerce v4.4.1
5.9.12 5.9.11 5.9.10 5.9.9 5.9.8 5.9.7 5.9.6 trunk 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 3.1.4 3.1.5 3.1.6 3.1.7 4.0.0 4.0.1 4.0.2 4.3.2 4.3.3 4.4.0 4.4.1 All 72 releases
woo-postnl / vendor / composer / installed.php

installed.php in PostNL for WooCommerce 4.4.1, at vendor/composer/installed.php

33 lines 1.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 'pretty_version' => '4.4.1.x-dev',
4 'version' => '4.4.1.9999999-dev',
5 'type' => 'library',
6 'install_path' => __DIR__ . '/../../',
7 'aliases' => array(),
8 'reference' => '9d8a763ab3c765d60325c057b478d65996e740fc',
9 'name' => '__root__',
10 'dev' => true,
11 ),
12 'versions' => array(
13 '__root__' => array(
14 'pretty_version' => '4.4.1.x-dev',
15 'version' => '4.4.1.9999999-dev',
16 'type' => 'library',
17 'install_path' => __DIR__ . '/../../',
18 'aliases' => array(),
19 'reference' => '9d8a763ab3c765d60325c057b478d65996e740fc',
20 'dev_requirement' => false,
21 ),
22 'myparcelnl/sdk' => array(
23 'pretty_version' => 'v5.2.10',
24 'version' => '5.2.10.0',
25 'type' => 'library',
26 'install_path' => __DIR__ . '/../myparcelnl/sdk',
27 'aliases' => array(),
28 'reference' => '6fabf725fb59cd668040a0ea46f1ef7943ae2410',
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33