- pridano 20 utility trid (flex-1, mb-2, text-right, fw-500, admin-spinner-sm, atd.) - nahrazeno ~100 opakovanych inline stylu ve 39 JSX souborech - slouceno leave.css, orders.css, projects.css do admin.css (status badges) - bundle size: 228.91 -> 228.43 kB (-0.48 kB) Co-Authored-By: Claude Opus 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' => 'f7466f06678d8ce75795387cce9ff72755ac9241',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'boha/website' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => 'f7466f06678d8ce75795387cce9ff72755ac9241',
|
|
'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,
|
|
),
|
|
),
|
|
);
|