PluginProbe
Yoast SEO – Advanced SEO with real-time guidance and built-in AI / 18.1
Yoast SEO – Advanced SEO with real-time guidance and built-in AI v18.1
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 18.1, at vendor/composer/installed.php

54 lines 1.8 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 'pretty_version' => 'dev-master',
4 'version' => 'dev-master',
5 'type' => 'wordpress-plugin',
6 'install_path' => __DIR__ . '/../../',
7 'aliases' => array(),
8 'reference' => '0dd45f92183590131eb86db77710432894769232',
9 'name' => 'yoast/wordpress-seo',
10 'dev' => false,
11 ),
12 'versions' => array(
13 'composer/installers' => array(
14 'pretty_version' => 'v1.12.0',
15 'version' => '1.12.0.0',
16 'type' => 'composer-plugin',
17 'install_path' => __DIR__ . '/./installers',
18 'aliases' => array(),
19 'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19',
20 'dev_requirement' => false,
21 ),
22 'roundcube/plugin-installer' => array(
23 'dev_requirement' => false,
24 'replaced' => array(
25 0 => '*',
26 ),
27 ),
28 'shama/baton' => array(
29 'dev_requirement' => false,
30 'replaced' => array(
31 0 => '*',
32 ),
33 ),
34 'yoast/i18n-module' => array(
35 'pretty_version' => '3.1.1',
36 'version' => '3.1.1.0',
37 'type' => 'library',
38 'install_path' => __DIR__ . '/../yoast/i18n-module',
39 'aliases' => array(),
40 'reference' => '9d0a2f6daea6fb42376b023e7778294d19edd85d',
41 'dev_requirement' => false,
42 ),
43 'yoast/wordpress-seo' => array(
44 'pretty_version' => 'dev-master',
45 'version' => 'dev-master',
46 'type' => 'wordpress-plugin',
47 'install_path' => __DIR__ . '/../../',
48 'aliases' => array(),
49 'reference' => '0dd45f92183590131eb86db77710432894769232',
50 'dev_requirement' => false,
51 ),
52 ),
53 );
54