mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-04-20 15:45:49 -04:00
60 lines
2.2 KiB
PHP
60 lines
2.2 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'privatebin/privatebin',
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '7825471d70c39baf6042c52a453c8fe705d9ed75',
|
|
'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.20.0',
|
|
'version' => '1.20.0.0',
|
|
'reference' => 'fd45fc3bf08ed6c7e665e2e70562082ac954afd4',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../mlocati/ip-lib',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'privatebin/privatebin' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '7825471d70c39baf6042c52a453c8fe705d9ed75',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/polyfill-php80' => array(
|
|
'pretty_version' => 'v1.31.0',
|
|
'version' => '1.31.0.0',
|
|
'reference' => '60328e362d4c2c802a54fcbf04f9d3fb892b4cf8',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-php80',
|
|
'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,
|
|
),
|
|
),
|
|
);
|