# sequra/3.1.1/vendor/composer/installed.php

seQura, version 3.1.1. 33 lines.

- Page: https://pluginprobe.com/plugins/sequra/3.1.1/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/sequra/3.1.1/raw/vendor/composer/installed.php
- Modified: 2025-01-29T10:47:34+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/sequra/3.1.1/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'sequra/wc',
        'pretty_version' => '1.0.0+no-version-set',
        'version' => '1.0.0.0',
        'reference' => null,
        'type' => 'project',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => false,
    ),
    'versions' => array(
        'sequra/integration-core' => array(
            'pretty_version' => 'v1.0.17',
            'version' => '1.0.17.0',
            'reference' => 'd3f935a4e6cfe8a441b01ae9a17f930ceafaffb3',
            'type' => 'library',
            'install_path' => __DIR__ . '/../sequra/integration-core',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'sequra/wc' => array(
            'pretty_version' => '1.0.0+no-version-set',
            'version' => '1.0.0.0',
            'reference' => null,
            'type' => 'project',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
