# wordpress-seo/trunk/vendor/composer/installed.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version trunk. 33 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/trunk/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/trunk/raw/vendor/composer/installed.php
- Modified: 2026-09-18T10:06:26+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/wordpress-seo/trunk/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'yoast/wordpress-seo',
        'pretty_version' => 'dev-trunk',
        'version' => 'dev-trunk',
        'reference' => 'e77ac1cb5c8ab88bc4613257d68c78498422ffa5',
        'type' => 'wordpress-plugin',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => false,
    ),
    'versions' => array(
        'composer/installers' => array(
            'pretty_version' => 'v2.3.0',
            'version' => '2.3.0.0',
            'reference' => '12fb2dfe5e16183de69e784a7b84046c43d97e8e',
            'type' => 'composer-plugin',
            'install_path' => __DIR__ . '/./installers',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'yoast/wordpress-seo' => array(
            'pretty_version' => 'dev-trunk',
            'version' => 'dev-trunk',
            'reference' => 'e77ac1cb5c8ab88bc4613257d68c78498422ffa5',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
