1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?php
- $vendorDir = dirname(__DIR__);
- return array (
- 'linslin/yii2-curl' =>
- array (
- 'name' => 'linslin/yii2-curl',
- 'version' => '1.3.0.0',
- 'alias' =>
- array (
- '@linslin/yii2/curl' => $vendorDir . '/linslin/yii2-curl',
- ),
- ),
- 'yiisoft/yii2-swiftmailer' =>
- array (
- 'name' => 'yiisoft/yii2-swiftmailer',
- 'version' => '2.1.2.0',
- 'alias' =>
- array (
- '@yii/swiftmailer' => $vendorDir . '/yiisoft/yii2-swiftmailer/src',
- ),
- ),
- 'yiisoft/yii2-imagine' =>
- array (
- 'name' => 'yiisoft/yii2-imagine',
- 'version' => '2.2.0.0',
- 'alias' =>
- array (
- '@yii/imagine' => $vendorDir . '/yiisoft/yii2-imagine/src',
- ),
- ),
- 'yiisoft/yii2-redis' =>
- array (
- 'name' => 'yiisoft/yii2-redis',
- 'version' => '2.0.9.0',
- 'alias' =>
- array (
- '@yii/redis' => $vendorDir . '/yiisoft/yii2-redis/src',
- ),
- ),
- 'yiisoft/yii2-bootstrap' =>
- array (
- 'name' => 'yiisoft/yii2-bootstrap',
- 'version' => '2.0.10.0',
- 'alias' =>
- array (
- '@yii/bootstrap' => $vendorDir . '/yiisoft/yii2-bootstrap/src',
- ),
- ),
- 'yiisoft/yii2-debug' =>
- array (
- 'name' => 'yiisoft/yii2-debug',
- 'version' => '2.0.14.0',
- 'alias' =>
- array (
- '@yii/debug' => $vendorDir . '/yiisoft/yii2-debug/src',
- ),
- ),
- 'yiisoft/yii2-gii' =>
- array (
- 'name' => 'yiisoft/yii2-gii',
- 'version' => '2.0.8.0',
- 'alias' =>
- array (
- '@yii/gii' => $vendorDir . '/yiisoft/yii2-gii/src',
- ),
- ),
- 'yiisoft/yii2-faker' =>
- array (
- 'name' => 'yiisoft/yii2-faker',
- 'version' => '2.0.4.0',
- 'alias' =>
- array (
- '@yii/faker' => $vendorDir . '/yiisoft/yii2-faker',
- ),
- ),
- 'yiisoft/yii2-queue' =>
- array (
- 'name' => 'yiisoft/yii2-queue',
- 'version' => '2.3.0.0',
- 'alias' =>
- array (
- '@yii/queue' => $vendorDir . '/yiisoft/yii2-queue/src',
- '@yii/queue/amqp' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/amqp',
- '@yii/queue/amqp_interop' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/amqp_interop',
- '@yii/queue/beanstalk' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/beanstalk',
- '@yii/queue/db' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/db',
- '@yii/queue/file' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/file',
- '@yii/queue/gearman' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/gearman',
- '@yii/queue/redis' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/redis',
- '@yii/queue/sync' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/sync',
- '@yii/queue/sqs' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/sqs',
- '@yii/queue/stomp' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/stomp',
- ),
- ),
- );
|