# code-snippets/3.0.0/trunk/vendor/composer/installed.php

Code Snippets, version 3.0.0. 45 lines.

- Page: https://pluginprobe.com/plugins/code-snippets/3.0.0/code/trunk/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/code-snippets/3.0.0/raw/trunk/vendor/composer/installed.php
- Modified: 2022-05-13T18:03:36+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/code-snippets/3.0.0/code/trunk/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'pretty_version' => 'dev-develop',
        'version' => 'dev-develop',
        'type' => 'wordpress-plugin',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'reference' => '867a68cca4f750ff9c36085ee0f52985d5f6eec5',
        'name' => 'sheabunge/code-snippets',
        'dev' => false,
    ),
    'versions' => array(
        'composer/installers' => array(
            'pretty_version' => 'v1.12.0',
            'version' => '1.12.0.0',
            'type' => 'composer-plugin',
            'install_path' => __DIR__ . '/./installers',
            'aliases' => array(),
            'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19',
            'dev_requirement' => false,
        ),
        'roundcube/plugin-installer' => array(
            'dev_requirement' => false,
            'replaced' => array(
                0 => '*',
            ),
        ),
        'shama/baton' => array(
            'dev_requirement' => false,
            'replaced' => array(
                0 => '*',
            ),
        ),
        'sheabunge/code-snippets' => array(
            'pretty_version' => 'dev-develop',
            'version' => 'dev-develop',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'reference' => '867a68cca4f750ff9c36085ee0f52985d5f6eec5',
            'dev_requirement' => false,
        ),
    ),
);

```
