robotstxt-mediaaudit/vendor/composer/installed.php
2026-06-03 06:31:47 +00:00

23 lines
741 B
PHP

<?php return array(
'root' => array(
'name' => 'robotstxt/robotstxt-mediaaudit',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => false,
),
'versions' => array(
'robotstxt/robotstxt-mediaaudit' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);