Blame view

public/vendor/composer/autoload_psr4.php 1.57 KB
86143e36f   Андрей Ларионов   Коммит вторник
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  <?php
  
  // autoload_psr4.php @generated by Composer
  
  $vendorDir = dirname(__DIR__);
  $baseDir = dirname($vendorDir);
  
  return array(
      'voku\\' => array($vendorDir . '/voku/portable-ascii/src/voku'),
      'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
      'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
      'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
      'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
      'Svg\\' => array($vendorDir . '/phenx/php-svg-lib/src/Svg'),
      'Sabberworm\\CSS\\' => array($vendorDir . '/sabberworm/php-css-parser/src'),
      'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
      'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
      'Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'),
      'Masterminds\\' => array($vendorDir . '/masterminds/html5/src'),
      'Illuminate\\Support\\' => array($vendorDir . '/illuminate/support'),
      'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
      'FontLib\\' => array($vendorDir . '/phenx/php-font-lib/src/FontLib'),
      'Dompdf\\' => array($vendorDir . '/dompdf/dompdf/src'),
      'Doctrine\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector'),
      'Carbon\\Doctrine\\' => array($vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine'),
      'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
      'Barryvdh\\DomPDF\\' => array($vendorDir . '/barryvdh/laravel-dompdf/src'),
  );