# copy-the-code/4.0.2/vendor/composer/installed.php

Copy Anything to Clipboard for WordPress – Copy Button, Copy Text &amp; Copy Code, version 4.0.2. 33 lines.

- Page: https://pluginprobe.com/plugins/copy-the-code/4.0.2/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/copy-the-code/4.0.2/raw/vendor/composer/installed.php
- Modified: 2024-10-10T19:27:48+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/copy-the-code/4.0.2/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'clipboard-agency/copy-the-code',
        'pretty_version' => 'dev-develop',
        'version' => 'dev-develop',
        'reference' => '8d0311f4cf7d746b6a91c87bb8c9e3c3f495b9a7',
        'type' => 'wordpress-plugin',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => true,
    ),
    'versions' => array(
        'clipboard-agency/copy-the-code' => array(
            'pretty_version' => 'dev-develop',
            'version' => 'dev-develop',
            'reference' => '8d0311f4cf7d746b6a91c87bb8c9e3c3f495b9a7',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'freemius/wordpress-sdk' => array(
            'pretty_version' => '2.8.1',
            'version' => '2.8.1.0',
            'reference' => 'cc31279d088909135b6b2d8b4f2696312f5731fc',
            'type' => 'library',
            'install_path' => __DIR__ . '/../freemius/wordpress-sdk',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
