PHP-TEST/vendor/composer/installed.php

42 lines
1.4 KiB
PHP
Raw Normal View History

2025-06-03 14:10:26 +08:00
<?php return array(
'root' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => NULL,
'name' => '__root__',
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => NULL,
'dev_requirement' => false,
),
'workerman/coroutine' => array(
'pretty_version' => 'v1.1.3',
'version' => '1.1.3.0',
'type' => 'library',
'install_path' => __DIR__ . '/../workerman/coroutine',
'aliases' => array(),
'reference' => 'df8fc428967d512a74a8a7d80355c1d40228c9fa',
'dev_requirement' => false,
),
'workerman/workerman' => array(
'pretty_version' => 'v5.1.1',
'version' => '5.1.1.0',
'type' => 'library',
'install_path' => __DIR__ . '/../workerman/workerman',
'aliases' => array(),
'reference' => '72cafa19e488896abd2576ea67b3b1af1abf71c0',
'dev_requirement' => false,
),
),
);