- CLAUDE.md: přidány Gitea API credentials a UTF-8 poznámka - .claude/settings.json: odebrán code-review plugin - sql/migrate_encrypt_totp_secrets.php: smazán (migrace již proběhla) - reports/: přidány pracovní reporty z 2026-03-12 a 2026-03-13 - dist: aktualizovány vendor a rate_limits Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
60 lines
2.2 KiB
PHP
60 lines
2.2 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'boha/website',
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '913344b8c4b6c649ae10322feea261e9a1b56c01',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'boha/website' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '913344b8c4b6c649ae10322feea261e9a1b56c01',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'chillerlan/php-qrcode' => array(
|
|
'pretty_version' => '5.0.5',
|
|
'version' => '5.0.5.0',
|
|
'reference' => '7b66282572fc14075c0507d74d9837dab25b38d6',
|
|
'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,
|
|
),
|
|
'firebase/php-jwt' => array(
|
|
'pretty_version' => 'v7.0.3',
|
|
'version' => '7.0.3.0',
|
|
'reference' => '28aa0694bcfdfa5e2959c394d5a1ee7a5083629e',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../firebase/php-jwt',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'robthree/twofactorauth' => array(
|
|
'pretty_version' => 'v3.0.3',
|
|
'version' => '3.0.3.0',
|
|
'reference' => '85408c4e775dba7c0802f2d928efd921d530bc5b',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../robthree/twofactorauth',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|