# content-control/2.0.4/vendor/composer/installed.php

Content Control – The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks &amp; More, version 2.0.4. 60 lines.

- Page: https://pluginprobe.com/plugins/content-control/2.0.4/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/content-control/2.0.4/raw/vendor/composer/installed.php
- Modified: 2023-09-18T08:23:02+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/content-control/2.0.4/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'code-atlantic/content-control',
        'pretty_version' => '2.0.4',
        'version' => '2.0.4.0',
        'reference' => NULL,
        'type' => 'wordpress-plugin',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => false,
    ),
    'versions' => array(
        'code-atlantic/content-control' => array(
            'pretty_version' => '2.0.4',
            'version' => '2.0.4.0',
            'reference' => NULL,
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'composer/installers' => array(
            'pretty_version' => 'v2.2.0',
            'version' => '2.2.0.0',
            'reference' => 'c29dc4b93137acb82734f672c37e029dfbd95b35',
            'type' => 'composer-plugin',
            'install_path' => __DIR__ . '/./installers',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'pimple/pimple' => array(
            'pretty_version' => 'v3.5.0',
            'version' => '3.5.0.0',
            'reference' => 'a94b3a4db7fb774b3d78dad2315ddc07629e1bed',
            'type' => 'library',
            'install_path' => __DIR__ . '/../pimple/pimple',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'psr/container' => array(
            'pretty_version' => '2.0.2',
            'version' => '2.0.2.0',
            'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963',
            'type' => 'library',
            'install_path' => __DIR__ . '/../psr/container',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'trustedlogin/client' => array(
            'pretty_version' => 'dev-develop',
            'version' => 'dev-develop',
            'reference' => '8a0473631496b09c14431d7dd6d7888a6e850191',
            'type' => 'library',
            'install_path' => __DIR__ . '/../trustedlogin/client',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
