PHP-TEST/vendor/composer/installed.php

123 lines
4.8 KiB
PHP
Raw Permalink Normal View History

2025-06-03 14:10:26 +08:00
<?php return array(
'root' => array(
2025-06-12 10:25:56 +08:00
'name' => 'example/php-woodpecker-demo',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '26224d9391c8f2a01395bd56844cf63417e8981e',
2025-06-03 14:10:26 +08:00
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
2025-06-12 10:25:56 +08:00
'example/php-woodpecker-demo' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '26224d9391c8f2a01395bd56844cf63417e8981e',
2025-06-03 14:10:26 +08:00
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
2025-06-12 10:25:56 +08:00
'nikic/php-parser' => array(
'pretty_version' => 'v5.5.0',
'version' => '5.5.0.0',
'reference' => 'ae59794362fe85e051a58ad36b289443f57be7a9',
'type' => 'library',
'install_path' => __DIR__ . '/../nikic/php-parser',
'aliases' => array(),
'dev_requirement' => true,
),
'phpunit/php-code-coverage' => array(
'pretty_version' => '12.3.0',
'version' => '12.3.0.0',
'reference' => '9075a8efc66e11bc55c319062e147bdb06777267',
'type' => 'library',
'install_path' => __DIR__ . '/../phpunit/php-code-coverage',
'aliases' => array(),
'dev_requirement' => true,
),
'phpunit/php-file-iterator' => array(
'pretty_version' => '6.0.0',
'version' => '6.0.0.0',
'reference' => '961bc913d42fe24a257bfff826a5068079ac7782',
'type' => 'library',
'install_path' => __DIR__ . '/../phpunit/php-file-iterator',
'aliases' => array(),
'dev_requirement' => true,
),
'phpunit/php-text-template' => array(
'pretty_version' => '5.0.0',
'version' => '5.0.0.0',
'reference' => 'e1367a453f0eda562eedb4f659e13aa900d66c53',
'type' => 'library',
'install_path' => __DIR__ . '/../phpunit/php-text-template',
'aliases' => array(),
'dev_requirement' => true,
),
'sebastian/complexity' => array(
'pretty_version' => '5.0.0',
'version' => '5.0.0.0',
'reference' => 'bad4316aba5303d0221f43f8cee37eb58d384bbb',
'type' => 'library',
'install_path' => __DIR__ . '/../sebastian/complexity',
'aliases' => array(),
'dev_requirement' => true,
),
'sebastian/environment' => array(
'pretty_version' => '8.0.2',
'version' => '8.0.2.0',
'reference' => 'd364b9e5d0d3b18a2573351a1786fbf96b7e0792',
'type' => 'library',
'install_path' => __DIR__ . '/../sebastian/environment',
'aliases' => array(),
'dev_requirement' => true,
),
'sebastian/lines-of-code' => array(
'pretty_version' => '4.0.0',
'version' => '4.0.0.0',
'reference' => '97ffee3bcfb5805568d6af7f0f893678fc076d2f',
'type' => 'library',
'install_path' => __DIR__ . '/../sebastian/lines-of-code',
'aliases' => array(),
'dev_requirement' => true,
),
'sebastian/version' => array(
'pretty_version' => '6.0.0',
'version' => '6.0.0.0',
'reference' => '3e6ccf7657d4f0a59200564b08cead899313b53c',
'type' => 'library',
'install_path' => __DIR__ . '/../sebastian/version',
'aliases' => array(),
'dev_requirement' => true,
),
'theseer/tokenizer' => array(
'pretty_version' => '1.2.3',
'version' => '1.2.3.0',
'reference' => '737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2',
'type' => 'library',
'install_path' => __DIR__ . '/../theseer/tokenizer',
'aliases' => array(),
'dev_requirement' => true,
),
2025-06-03 14:10:26 +08:00
'workerman/coroutine' => array(
'pretty_version' => 'v1.1.3',
'version' => '1.1.3.0',
2025-06-12 10:25:56 +08:00
'reference' => 'df8fc428967d512a74a8a7d80355c1d40228c9fa',
2025-06-03 14:10:26 +08:00
'type' => 'library',
'install_path' => __DIR__ . '/../workerman/coroutine',
'aliases' => array(),
'dev_requirement' => false,
),
'workerman/workerman' => array(
2025-06-12 10:25:56 +08:00
'pretty_version' => 'v5.1.2',
'version' => '5.1.2.0',
'reference' => 'c61641d9ce14a980bce287ec014b1d17a32cb8fa',
2025-06-03 14:10:26 +08:00
'type' => 'library',
'install_path' => __DIR__ . '/../workerman/workerman',
'aliases' => array(),
'dev_requirement' => false,
),
),
);