# auto-alt-text/1.3.2/vendor/composer/installed.php

Auto Alt Text, version 1.3.2. 24 lines.

- Page: https://pluginprobe.com/plugins/auto-alt-text/1.3.2/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/auto-alt-text/1.3.2/raw/vendor/composer/installed.php
- Modified: 2024-05-03T21:39:32+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/auto-alt-text/1.3.2/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'valeriomonti/auto-alt-text',
        'pretty_version' => '1.0.0+no-version-set',
        'version' => '1.0.0.0',
        'reference' => null,
        'type' => 'library',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => true,
    ),
    'versions' => array(
        'valeriomonti/auto-alt-text' => array(
            'pretty_version' => '1.0.0+no-version-set',
            'version' => '1.0.0.0',
            'reference' => null,
            'type' => 'library',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
