extensions.php 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?php
  2. $vendorDir = dirname(__DIR__);
  3. return array (
  4. 'linslin/yii2-curl' =>
  5. array (
  6. 'name' => 'linslin/yii2-curl',
  7. 'version' => '1.3.0.0',
  8. 'alias' =>
  9. array (
  10. '@linslin/yii2/curl' => $vendorDir . '/linslin/yii2-curl',
  11. ),
  12. ),
  13. 'yiisoft/yii2-swiftmailer' =>
  14. array (
  15. 'name' => 'yiisoft/yii2-swiftmailer',
  16. 'version' => '2.1.2.0',
  17. 'alias' =>
  18. array (
  19. '@yii/swiftmailer' => $vendorDir . '/yiisoft/yii2-swiftmailer/src',
  20. ),
  21. ),
  22. 'yiisoft/yii2-imagine' =>
  23. array (
  24. 'name' => 'yiisoft/yii2-imagine',
  25. 'version' => '2.2.0.0',
  26. 'alias' =>
  27. array (
  28. '@yii/imagine' => $vendorDir . '/yiisoft/yii2-imagine/src',
  29. ),
  30. ),
  31. 'yiisoft/yii2-redis' =>
  32. array (
  33. 'name' => 'yiisoft/yii2-redis',
  34. 'version' => '2.0.9.0',
  35. 'alias' =>
  36. array (
  37. '@yii/redis' => $vendorDir . '/yiisoft/yii2-redis/src',
  38. ),
  39. ),
  40. 'yiisoft/yii2-bootstrap' =>
  41. array (
  42. 'name' => 'yiisoft/yii2-bootstrap',
  43. 'version' => '2.0.10.0',
  44. 'alias' =>
  45. array (
  46. '@yii/bootstrap' => $vendorDir . '/yiisoft/yii2-bootstrap/src',
  47. ),
  48. ),
  49. 'yiisoft/yii2-debug' =>
  50. array (
  51. 'name' => 'yiisoft/yii2-debug',
  52. 'version' => '2.0.14.0',
  53. 'alias' =>
  54. array (
  55. '@yii/debug' => $vendorDir . '/yiisoft/yii2-debug/src',
  56. ),
  57. ),
  58. 'yiisoft/yii2-gii' =>
  59. array (
  60. 'name' => 'yiisoft/yii2-gii',
  61. 'version' => '2.0.8.0',
  62. 'alias' =>
  63. array (
  64. '@yii/gii' => $vendorDir . '/yiisoft/yii2-gii/src',
  65. ),
  66. ),
  67. 'yiisoft/yii2-faker' =>
  68. array (
  69. 'name' => 'yiisoft/yii2-faker',
  70. 'version' => '2.0.4.0',
  71. 'alias' =>
  72. array (
  73. '@yii/faker' => $vendorDir . '/yiisoft/yii2-faker',
  74. ),
  75. ),
  76. 'yiisoft/yii2-queue' =>
  77. array (
  78. 'name' => 'yiisoft/yii2-queue',
  79. 'version' => '2.3.0.0',
  80. 'alias' =>
  81. array (
  82. '@yii/queue' => $vendorDir . '/yiisoft/yii2-queue/src',
  83. '@yii/queue/amqp' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/amqp',
  84. '@yii/queue/amqp_interop' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/amqp_interop',
  85. '@yii/queue/beanstalk' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/beanstalk',
  86. '@yii/queue/db' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/db',
  87. '@yii/queue/file' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/file',
  88. '@yii/queue/gearman' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/gearman',
  89. '@yii/queue/redis' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/redis',
  90. '@yii/queue/sync' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/sync',
  91. '@yii/queue/sqs' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/sqs',
  92. '@yii/queue/stomp' => $vendorDir . '/yiisoft/yii2-queue/src/drivers/stomp',
  93. ),
  94. ),
  95. );