PHP Classes

File: vendor/composer/autoload_psr4.php

Recommend this page to a friend!
  Classes of Renato De Oliveira Lucena   PHP Pokemon Script   vendor/composer/autoload_psr4.php   Download  
File: vendor/composer/autoload_psr4.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 years ago
Size: 2,775 bytes
 

Contents

Class file image Download
<?php

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);

return array(
   
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/type-resolver/src', $vendorDir . '/phpdocumentor/reflection-docblock/src'),
   
'XdgBaseDir\\' => array($vendorDir . '/dnoegel/php-xdg-base-dir/src'),
   
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
   
'TijsVerkoyen\\CssToInlineStyles\\' => array($vendorDir . '/tijsverkoyen/css-to-inline-styles/src'),
   
'Tests\\' => array($baseDir . '/tests'),
   
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
   
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
   
'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
   
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
   
'Symfony\\Component\\Routing\\' => array($vendorDir . '/symfony/routing'),
   
'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
   
'Symfony\\Component\\HttpKernel\\' => array($vendorDir . '/symfony/http-kernel'),
   
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
   
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
   
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
   
'Symfony\\Component\\Debug\\' => array($vendorDir . '/symfony/debug'),
   
'Symfony\\Component\\CssSelector\\' => array($vendorDir . '/symfony/css-selector'),
   
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
   
'Ramsey\\Uuid\\' => array($vendorDir . '/ramsey/uuid/src'),
   
'Psy\\' => array($vendorDir . '/psy/psysh/src/Psy'),
   
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
   
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
   
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
   
'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
   
'Laravel\\Tinker\\' => array($vendorDir . '/laravel/tinker/src'),
   
'Illuminate\\' => array($vendorDir . '/laravel/framework/src/Illuminate'),
   
'Faker\\' => array($vendorDir . '/fzaninotto/faker/src/Faker'),
   
'Dotenv\\' => array($vendorDir . '/vlucas/phpdotenv/src'),
   
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
   
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
   
'Cron\\' => array($vendorDir . '/mtdowling/cron-expression/src/Cron'),
   
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
   
'App\\' => array($baseDir . '/app'),
);