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

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

- Page: https://pluginprobe.com/plugins/wordpress-seo/28.0/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/28.0/raw/vendor/composer/installed.php
- Modified: 2026-07-06T08:51: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/wordpress-seo/28.0/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'yoast/wordpress-seo',
        'pretty_version' => 'dev-main',
        'version' => 'dev-main',
        'reference' => 'ec23ce4a3449b990bccf85482f6a78967eaff742',
        '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-main',
            'version' => 'dev-main',
            'reference' => 'ec23ce4a3449b990bccf85482f6a78967eaff742',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
