PHP Classes

File: vendor/composer/autoload_psr4.php

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   vendor/composer/autoload_psr4.php   Download  
File: vendor/composer/autoload_psr4.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change: [FIX] PSR-4 namespaces
vendor update
vendor update
vendor update
v2.2.0
v2.2.0
Date: 1 year ago
Size: 478 bytes
 

Contents

Class file image Download
<?php

// autoload_psr4.php @generated by Composer

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

return array(
   
'Twig\\' => array($vendorDir . '/twig/twig/src'),
   
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
   
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
   
'PasswordManager\\' => array($baseDir . '/class'),
   
'PasswordManagerCore\\' => array($baseDir . '/core/class'),
);