robotstxt-manager/vendor/composer/installed.php
2026-08-12 13:18:40 +00:00

23 lines
735 B
PHP

<?php return array(
'root' => array(
'name' => 'robotstxt/robotstxt-manager',
'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-manager' => 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,
),
),
);