This commit is contained in:
2024-12-15 11:21:10 +08:00
parent 663e8e8fcf
commit d61c5656c5
60 changed files with 13584 additions and 2 deletions
+32
View File
@@ -0,0 +1,32 @@
<?php return array(
'root' => array(
'name' => 'workerman/phptty',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '663e8e8fcf7891b61411bcbeb9515dde8cea924f',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'workerman/phptty' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '663e8e8fcf7891b61411bcbeb9515dde8cea924f',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'workerman/workerman' => array(
'pretty_version' => 'v4.1.15',
'version' => '4.1.15.0',
'reference' => 'afc8242fc769ab7cf22eb4ac22b97cb59d465e4e',
'type' => 'library',
'install_path' => __DIR__ . '/../workerman/workerman',
'aliases' => array(),
'dev_requirement' => false,
),
),
);