PHP Classes

File: vendor/composer/autoload_psr4.php

Recommend this page to a friend!
  Packages of Adrian M   upMVC   vendor/composer/autoload_psr4.php   Download  
File: vendor/composer/autoload_psr4.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: upMVC
Pure PHP web development without other frameworks
Author: By
Last change: up
up
Date: 3 months ago
Size: 403 bytes
 

Contents

Class file image Download
<?php

// autoload_psr4.php @generated by Composer

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

return array(
   
'RedBeanPHP\\' => array($vendorDir . '/gabordemooij/redbean/RedBeanPHP'),
   
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
   
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
   
'App\\' => array($baseDir . '/src'),
);