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

seQura, version 4.1.0. 33 lines.

- Page: https://pluginprobe.com/plugins/sequra/4.1.0/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/sequra/4.1.0/raw/vendor/composer/installed.php
- Modified: 2025-11-04T14:14:38+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/4.1.0/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' => 'v3.0.1',
            'version' => '3.0.1.0',
            'reference' => '61ce120629ebe9ea102c318bfa71b0d3f302c7b8',
            '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,
        ),
    ),
);

```
