mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
59 lines
2.2 KiB
PHP
59 lines
2.2 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'privatebin/privatebin',
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '06496a1b0e975b79c5a7abc0bd54b492ca264640',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'jdenticon/jdenticon' => array(
|
|
'pretty_version' => '2.0.0',
|
|
'version' => '2.0.0.0',
|
|
'reference' => 'fb39a98a0a54982a130b7e7b06305d4fd8c9717e',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../jdenticon/jdenticon',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'mlocati/ip-lib' => array(
|
|
'pretty_version' => '1.21.0',
|
|
'version' => '1.21.0.0',
|
|
'reference' => 'b5d38cdcbfc1516604d821a1f3f4a1638f327267',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../mlocati/ip-lib',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'privatebin/privatebin' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '06496a1b0e975b79c5a7abc0bd54b492ca264640',
|
|
'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,
|
|
),
|
|
),
|
|
);
|