PHP Classes

File: vendor/composer/autoload_namespaces.php

Recommend this page to a friend!
  Classes of Renato De Oliveira Lucena   PHP Pokemon Script   vendor/composer/autoload_namespaces.php   Download  
File: vendor/composer/autoload_namespaces.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: 635 bytes
 

Contents

Class file image Download
<?php

// autoload_namespaces.php @generated by Composer

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

return array(
   
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'),
   
'Parsedown' => array($vendorDir . '/erusev/parsedown'),
   
'Mockery' => array($vendorDir . '/mockery/mockery/library'),
   
'JakubOnderka\\PhpConsoleHighlighter' => array($vendorDir . '/jakub-onderka/php-console-highlighter/src'),
   
'JakubOnderka\\PhpConsoleColor' => array($vendorDir . '/jakub-onderka/php-console-color/src'),
   
'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib'),
);