# woo-postnl/4.4.1/vendor/composer/installed.php

PostNL for WooCommerce, version 4.4.1. 33 lines.

- Page: https://pluginprobe.com/plugins/woo-postnl/4.4.1/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/woo-postnl/4.4.1/raw/vendor/composer/installed.php
- Modified: 2022-02-01T14:16:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/woo-postnl/4.4.1/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'pretty_version' => '4.4.1.x-dev',
        'version' => '4.4.1.9999999-dev',
        'type' => 'library',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'reference' => '9d8a763ab3c765d60325c057b478d65996e740fc',
        'name' => '__root__',
        'dev' => true,
    ),
    'versions' => array(
        '__root__' => array(
            'pretty_version' => '4.4.1.x-dev',
            'version' => '4.4.1.9999999-dev',
            'type' => 'library',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'reference' => '9d8a763ab3c765d60325c057b478d65996e740fc',
            'dev_requirement' => false,
        ),
        'myparcelnl/sdk' => array(
            'pretty_version' => 'v5.2.10',
            'version' => '5.2.10.0',
            'type' => 'library',
            'install_path' => __DIR__ . '/../myparcelnl/sdk',
            'aliases' => array(),
            'reference' => '6fabf725fb59cd668040a0ea46f1ef7943ae2410',
            'dev_requirement' => false,
        ),
    ),
);

```
