mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-12-26 07:49:24 -05:00
51 lines
1.8 KiB
PHP
51 lines
1.8 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'privatebin/privatebin',
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '365782ebeb864a851a9ece915028f6cac97f8fab',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'jdenticon/jdenticon' => array(
|
|
'pretty_version' => '1.0.2',
|
|
'version' => '1.0.2.0',
|
|
'reference' => 'cabb7a44c413c318392a341c5d3ca30fcdd57a6f',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../jdenticon/jdenticon',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'mlocati/ip-lib' => array(
|
|
'pretty_version' => '1.18.1',
|
|
'version' => '1.18.1.0',
|
|
'reference' => '08bb43b4949069c543ebdf099a6b2c322d0172ab',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../mlocati/ip-lib',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'privatebin/privatebin' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '365782ebeb864a851a9ece915028f6cac97f8fab',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'yzalis/identicon' => array(
|
|
'pretty_version' => '2.0.0',
|
|
'version' => '2.0.0.0',
|
|
'reference' => 'ff5ed090129cab9bfa2a322857d4a01d107aa0ae',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../yzalis/identicon',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|