# scrollsequence/1.4.6/includes/carbonfields/composer/installed.php

Scrollsequence – Cinematic Scroll Image Animation Plugin, version 1.4.6. 33 lines.

- Page: https://pluginprobe.com/plugins/scrollsequence/1.4.6/code/includes/carbonfields/composer/installed.php
- Raw: https://pluginprobe.com/plugins/scrollsequence/1.4.6/raw/includes/carbonfields/composer/installed.php
- Modified: 2023-12-14T08:46:10+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/scrollsequence/1.4.6/code/includes/carbonfields/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'pretty_version' => '1.0.0+no-version-set',
        'version' => '1.0.0.0',
        'type' => 'library',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'reference' => NULL,
        'name' => '__root__',
        'dev' => true,
    ),
    'versions' => array(
        '__root__' => array(
            'pretty_version' => '1.0.0+no-version-set',
            'version' => '1.0.0.0',
            'type' => 'library',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'reference' => NULL,
            'dev_requirement' => false,
        ),
        'htmlburger/carbon-fields' => array(
            'pretty_version' => 'v3.6.0',
            'version' => '3.6.0.0',
            'type' => 'library',
            'install_path' => __DIR__ . '/../htmlburger/carbon-fields',
            'aliases' => array(),
            'reference' => '47f1538cca6cd2860d1b37a040a42c59eb798d76',
            'dev_requirement' => false,
        ),
    ),
);

```
