Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

Webserver1/Ovningar/Slutprojekt/vendor/composer/

ClassLoader.php
InstalledVersions.php
LICENSE
autoload_classmap.php
autoload_files.php
autoload_namespaces.php
autoload_psr4.php
autoload_real.php
autoload_static.php
installed.json
installed.php
platform_check.php

autoload_psr4.php

16 lines ASCII Unix (LF)
<?php

// autoload_psr4.php @generated by Composer

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

return array(
    
'Symfony\\Polyfill\\Php80\\' => array($vendorDir '/symfony/polyfill-php80'),
    
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir '/symfony/polyfill-mbstring'),
    
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir '/symfony/polyfill-ctype'),
    
'PhpOption\\' => array($vendorDir '/phpoption/phpoption/src/PhpOption'),
    
'GrahamCampbell\\ResultType\\' => array($vendorDir '/graham-campbell/result-type/src'),
    
'Dotenv\\' => array($vendorDir '/vlucas/phpdotenv/src'),
);