neropay/vendor/composer/installed.php
2025-03-06 14:50:41 -05:00

59 lines
2.2 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,
),
'chillerlan/php-qrcode' => array(
'pretty_version' => '5.0.2',
'version' => '5.0.2.0',
'reference' => 'da5bdb82c8755f54de112b271b402aaa8df53269',
'type' => 'library',
'install_path' => __DIR__ . '/../chillerlan/php-qrcode',
'aliases' => array(),
'dev_requirement' => false,
),
'chillerlan/php-settings-container' => array(
'pretty_version' => '3.2.1',
'version' => '3.2.1.0',
'reference' => '95ed3e9676a1d47cab2e3174d19b43f5dbf52681',
'type' => 'library',
'install_path' => __DIR__ . '/../chillerlan/php-settings-container',
'aliases' => array(),
'dev_requirement' => false,
),
'monero-integrations/monerophp' => array(
'pretty_version' => 'dev-Dev',
'version' => 'dev-Dev',
'reference' => 'c45af18802312f6ea251c9adff642baa7a6ce965',
'type' => 'library',
'install_path' => __DIR__ . '/../monero-integrations/monerophp',
'aliases' => array(),
'dev_requirement' => false,
),
'norgul/xmpp-php' => array(
'pretty_version' => 'v2.2.3',
'version' => '2.2.3.0',
'reference' => 'f9d24ca167599e9040f5cc3f500f5ec90d28faf3',
'type' => 'project',
'install_path' => __DIR__ . '/../norgul/xmpp-php',
'aliases' => array(),
'dev_requirement' => false,
),
),
);