mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-05-01 11:12:18 +08:00
modified: update-api/composer.json modified: update-api/composer.lock modified: update-api/vendor/composer/autoload_files.php modified: update-api/vendor/composer/autoload_psr4.php modified: update-api/vendor/composer/autoload_static.php modified: update-api/vendor/composer/installed.json modified: update-api/vendor/composer/installed.php
95 lines
3.6 KiB
PHP
95 lines
3.6 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => '__root__',
|
|
'pretty_version' => 'dev-main',
|
|
'version' => 'dev-main',
|
|
'reference' => '2fd6902a5e8ed1a853ca850e04863c8e20ad1be3',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => 'dev-main',
|
|
'version' => 'dev-main',
|
|
'reference' => '2fd6902a5e8ed1a853ca850e04863c8e20ad1be3',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'doctrine/dbal' => array(
|
|
'pretty_version' => '4.3.2',
|
|
'version' => '4.3.2.0',
|
|
'reference' => '7669f131d43b880de168b2d2df9687d152d6c762',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../doctrine/dbal',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'doctrine/deprecations' => array(
|
|
'pretty_version' => '1.1.5',
|
|
'version' => '1.1.5.0',
|
|
'reference' => '459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../doctrine/deprecations',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'nikic/fast-route' => array(
|
|
'pretty_version' => 'v1.3.0',
|
|
'version' => '1.3.0.0',
|
|
'reference' => '181d480e08d9476e61381e04a71b34dc0432e812',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../nikic/fast-route',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/cache' => array(
|
|
'pretty_version' => '3.0.0',
|
|
'version' => '3.0.0.0',
|
|
'reference' => 'aa5030cfa5405eccfdcb1083ce040c2cb8d253bf',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/cache',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/log' => array(
|
|
'pretty_version' => '3.0.2',
|
|
'version' => '3.0.2.0',
|
|
'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/log',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'respect/stringifier' => array(
|
|
'pretty_version' => '0.2.0',
|
|
'version' => '0.2.0.0',
|
|
'reference' => 'e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../respect/stringifier',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'respect/validation' => array(
|
|
'pretty_version' => '2.4.4',
|
|
'version' => '2.4.4.0',
|
|
'reference' => 'f13f10f19978aea33af2a102a2f58f2db1e63619',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../respect/validation',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/polyfill-mbstring' => array(
|
|
'pretty_version' => 'v1.33.0',
|
|
'version' => '1.33.0.0',
|
|
'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|