first commit

This commit is contained in:
2026-01-25 18:18:09 +08:00
commit 509312e604
8136 changed files with 2349298 additions and 0 deletions

104
vendor/yiisoft/extensions.php vendored Normal file
View File

@ -0,0 +1,104 @@
<?php
$vendorDir = dirname(__DIR__);
return array (
'yidas/yii2-composer-bower-skip' =>
array (
'name' => 'yidas/yii2-composer-bower-skip',
'version' => '2.0.13.0',
),
'omnilight/yii2-scheduling' =>
array (
'name' => 'omnilight/yii2-scheduling',
'version' => '1.1.5.0',
'alias' =>
array (
'@omnilight/scheduling' => $vendorDir . '/omnilight/yii2-scheduling/src',
),
'bootstrap' => 'omnilight\\scheduling\\Bootstrap',
),
'yidas/yii2-bower-asset' =>
array (
'name' => 'yidas/yii2-bower-asset',
'version' => '2.0.13.1',
'alias' =>
array (
'@yidas/yii2BowerAsset' => $vendorDir . '/yidas/yii2-bower-asset',
),
),
'yiisoft/yii2-bootstrap5' =>
array (
'name' => 'yiisoft/yii2-bootstrap5',
'version' => '2.0.51.0',
'alias' =>
array (
'@yii/bootstrap5' => $vendorDir . '/yiisoft/yii2-bootstrap5/src',
),
'bootstrap' => 'yii\\bootstrap5\\i18n\\TranslationBootstrap',
),
'yiisoft/yii2-debug' =>
array (
'name' => 'yiisoft/yii2-debug',
'version' => '2.1.27.0',
'alias' =>
array (
'@yii/debug' => $vendorDir . '/yiisoft/yii2-debug/src',
),
),
'yiisoft/yii2-faker' =>
array (
'name' => 'yiisoft/yii2-faker',
'version' => '2.0.5.0',
'alias' =>
array (
'@yii/faker' => $vendorDir . '/yiisoft/yii2-faker/src',
),
),
'yiisoft/yii2-gii' =>
array (
'name' => 'yiisoft/yii2-gii',
'version' => '2.2.7.0',
'alias' =>
array (
'@yii/gii' => $vendorDir . '/yiisoft/yii2-gii/src',
),
),
'yiisoft/yii2-symfonymailer' =>
array (
'name' => 'yiisoft/yii2-symfonymailer',
'version' => '2.0.4.0',
'alias' =>
array (
'@yii/symfonymailer' => $vendorDir . '/yiisoft/yii2-symfonymailer/src',
),
),
'yiisoft/yii2-queue' =>
array (
'name' => 'yiisoft/yii2-queue',
'version' => '2.3.8.0',
'alias' =>
array (
'@yii/queue' => $vendorDir . '/yiisoft/yii2-queue/src',
'@yii/queue/db' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/db',
'@yii/queue/sqs' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/sqs',
'@yii/queue/amqp' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/amqp',
'@yii/queue/file' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/file',
'@yii/queue/sync' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/sync',
'@yii/queue/redis' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/redis',
'@yii/queue/stomp' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/stomp',
'@yii/queue/gearman' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/gearman',
'@yii/queue/beanstalk' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/beanstalk',
'@yii/queue/amqp_interop' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/amqp_interop',
),
),
'yiisoft/yii2-redis' =>
array (
'name' => 'yiisoft/yii2-redis',
'version' => '2.1.0.0',
'alias' =>
array (
'@yii/redis' => $vendorDir . '/yiisoft/yii2-redis/src',
),
),
);