# image-optimization/1.5.4/vendor/composer/installed.php

Image Optimizer – Compress Images and Convert to WebP or AVIF, version 1.5.4. 33 lines.

- Page: https://pluginprobe.com/plugins/image-optimization/1.5.4/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/image-optimization/1.5.4/raw/vendor/composer/installed.php
- Modified: 2024-10-01T11:04:24+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/image-optimization/1.5.4/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'elementor/image-optimizer',
        'pretty_version' => 'dev-main',
        'version' => 'dev-main',
        'reference' => 'ccbca9b715e85f5bd971b5e8f56ca5844aace47e',
        'type' => 'library',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => false,
    ),
    'versions' => array(
        'elementor/image-optimizer' => array(
            'pretty_version' => 'dev-main',
            'version' => 'dev-main',
            'reference' => 'ccbca9b715e85f5bd971b5e8f56ca5844aace47e',
            'type' => 'library',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'woocommerce/action-scheduler' => array(
            'pretty_version' => '3.8.2',
            'version' => '3.8.2.0',
            'reference' => '2bc91d88fdbc2c07ab899cbb56b983e11e62cf69',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
