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_classmap.php

16 lines ASCII Unix (LF)
<?php

// autoload_classmap.php @generated by Composer

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

return array(
    
'Attribute' => $vendorDir '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
    
'Composer\\InstalledVersions' => $vendorDir '/composer/InstalledVersions.php',
    
'PhpToken' => $vendorDir '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
    
'Stringable' => $vendorDir '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
    
'UnhandledMatchError' => $vendorDir '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
    
'ValueError' => $vendorDir '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
);