Blame view

vendor/composer/autoload_psr4.php 816 Bytes
abf1649b   andryeyev   Чистая установка ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  <?php
  
  // autoload_psr4.php @generated by Composer
  
  $vendorDir = dirname(dirname(__FILE__));
  $baseDir = dirname($vendorDir);
  
  return array(
      'yii\\swiftmailer\\' => array($vendorDir . '/yiisoft/yii2-swiftmailer'),
      'yii\\gii\\' => array($vendorDir . '/yiisoft/yii2-gii'),
      'yii\\faker\\' => array($vendorDir . '/yiisoft/yii2-faker'),
      'yii\\debug\\' => array($vendorDir . '/yiisoft/yii2-debug'),
      'yii\\composer\\' => array($vendorDir . '/yiisoft/yii2-composer'),
      'yii\\codeception\\' => array($vendorDir . '/yiisoft/yii2-codeception'),
      'yii\\bootstrap\\' => array($vendorDir . '/yiisoft/yii2-bootstrap'),
      'yii\\' => array($vendorDir . '/yiisoft/yii2'),
      'cebe\\markdown\\' => array($vendorDir . '/cebe/markdown'),
      'Faker\\' => array($vendorDir . '/fzaninotto/faker/src/Faker'),
  );