| 1234567891011121314151617181920212223242526272829303132 |
- <?php
- // autoload_psr4.php @generated by Composer
- $vendorDir = dirname(dirname(__FILE__));
- $baseDir = dirname($vendorDir);
- return array(
- 'wxapp\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/wxapp'),
- 'tree\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/tree'),
- 'think\\helper\\' => array($vendorDir . '/topthink/think-helper/src'),
- 'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
- 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
- 'think\\' => array($vendorDir . '/topthink/think-image/src'),
- 'mindplay\\annotations\\' => array($vendorDir . '/mindplay/annotations/src/annotations'),
- 'dir\\' => array($vendorDir . '/thinkcmf/cmf-extend/src/dir'),
- 'cmf\\' => array($vendorDir . '/thinkcmf/cmf/src'),
- 'clagiordano\\weblibs\\configmanager\\' => array($vendorDir . '/clagiordano/weblibs-configmanager/src'),
- 'app\\install\\' => array($vendorDir . '/thinkcmf/cmf-install/src'),
- 'app\\' => array($vendorDir . '/thinkcmf/cmf-app/src'),
- 'api\\' => array($vendorDir . '/thinkcmf/cmf-api/src'),
- 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
- 'Stringy\\' => array($vendorDir . '/danielstjules/stringy/src'),
- 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
- 'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
- 'JmesPath\\' => array($vendorDir . '/mtdowling/jmespath.php/src'),
- 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
- 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
- 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
- 'AlibabaCloud\\Client\\' => array($vendorDir . '/alibabacloud/client/src'),
- 'Adbar\\' => array($vendorDir . '/adbario/php-dot-notation/src'),
- );
|