PluginProbe
Yoast SEO – Advanced SEO with real-time guidance and built-in AI / trunk
Yoast SEO – Advanced SEO with real-time guidance and built-in AI vtrunk
28.5 28.4 28.3 28.2 28.1 28.0 27.9 27.8 27.7 27.6 27.5 trunk 18.0 18.1 18.2 18.3 18.4 18.4.1 18.5 18.5.1 18.6 18.7 18.8 18.9 19.0 All 129 releases
wordpress-seo / vendor / composer / installed.php

installed.php in Yoast SEO – Advanced SEO with real-time guidance and built-in AI trunk, at vendor/composer/installed.php

33 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php return array(
2 'root' => array(
3 'name' => 'yoast/wordpress-seo',
4 'pretty_version' => 'dev-trunk',
5 'version' => 'dev-trunk',
6 'reference' => '6530cf4084105a9201bd8eafeeca001605cde9f7',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'composer/installers' => array(
14 'pretty_version' => 'v2.3.0',
15 'version' => '2.3.0.0',
16 'reference' => '12fb2dfe5e16183de69e784a7b84046c43d97e8e',
17 'type' => 'composer-plugin',
18 'install_path' => __DIR__ . '/./installers',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'yoast/wordpress-seo' => array(
23 'pretty_version' => 'dev-trunk',
24 'version' => 'dev-trunk',
25 'reference' => '6530cf4084105a9201bd8eafeeca001605cde9f7',
26 'type' => 'wordpress-plugin',
27 'install_path' => __DIR__ . '/../../',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33