您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
547B

  1. <?php
  2. // autoload_namespaces.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'yii\\image\\' => array($vendorDir . '/yurkinx/yii2-image'),
  7. 'cebe\\gravatar\\' => array($vendorDir . '/cebe/yii2-gravatar'),
  8. 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'),
  9. 'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
  10. 'Diff' => array($vendorDir . '/phpspec/php-diff/lib'),
  11. 'Behat\\Gherkin' => array($vendorDir . '/behat/gherkin/src'),
  12. );