mirror of
https://github.com/michalcz10/USB-RAID-Array.git
synced 2025-12-10 03:22:19 +00:00
51 lines
1.8 KiB
PHP
51 lines
1.8 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => '__root__',
|
|
'pretty_version' => '1.0.0+no-version-set',
|
|
'version' => '1.0.0.0',
|
|
'reference' => null,
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => '1.0.0+no-version-set',
|
|
'version' => '1.0.0.0',
|
|
'reference' => null,
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'paragonie/constant_time_encoding' => array(
|
|
'pretty_version' => 'v3.0.0',
|
|
'version' => '3.0.0.0',
|
|
'reference' => 'df1e7fde177501eee2037dd159cf04f5f301a512',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../paragonie/constant_time_encoding',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'paragonie/random_compat' => array(
|
|
'pretty_version' => 'v9.99.100',
|
|
'version' => '9.99.100.0',
|
|
'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../paragonie/random_compat',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'phpseclib/phpseclib' => array(
|
|
'pretty_version' => '3.0.43',
|
|
'version' => '3.0.43.0',
|
|
'reference' => '709ec107af3cb2f385b9617be72af8cf62441d02',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../phpseclib/phpseclib',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|