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

installed.php

78 lines ASCII Unix (LF)
<?php return array(
    
'root' => array(
        
'name' => '__root__',
        
'pretty_version' => '1.0.0+no-version-set',
        
'version' => '1.0.0.0',
        
'reference' => null,
        
'type' => 'library',
        
'install_path' => __DIR__ '/../../',
        
'aliases' => array(),
        
'dev' => true,
    ),
    
'versions' => array(
        
'__root__' => array(
            
'pretty_version' => '1.0.0+no-version-set',
            
'version' => '1.0.0.0',
            
'reference' => null,
            
'type' => 'library',
            
'install_path' => __DIR__ '/../../',
            
'aliases' => array(),
            
'dev_requirement' => false,
        ),
        
'graham-campbell/result-type' => array(
            
'pretty_version' => 'v1.1.4',
            
'version' => '1.1.4.0',
            
'reference' => 'e01f4a821471308ba86aa202fed6698b6b695e3b',
            
'type' => 'library',
            
'install_path' => __DIR__ '/../graham-campbell/result-type',
            
'aliases' => array(),
            
'dev_requirement' => false,
        ),
        
'phpoption/phpoption' => array(
            
'pretty_version' => '1.9.5',
            
'version' => '1.9.5.0',
            
'reference' => '75365b91986c2405cf5e1e012c5595cd487a98be',
            
'type' => 'library',
            
'install_path' => __DIR__ '/../phpoption/phpoption',
            
'aliases' => array(),
            
'dev_requirement' => false,
        ),
        
'symfony/polyfill-ctype' => array(
            
'pretty_version' => 'v1.33.0',
            
'version' => '1.33.0.0',
            
'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638',
            
'type' => 'library',
            
'install_path' => __DIR__ '/../symfony/polyfill-ctype',
            
'aliases' => array(),
            
'dev_requirement' => false,
        ),
        
'symfony/polyfill-mbstring' => array(
            
'pretty_version' => 'v1.33.0',
            
'version' => '1.33.0.0',
            
'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493',
            
'type' => 'library',
            
'install_path' => __DIR__ '/../symfony/polyfill-mbstring',
            
'aliases' => array(),
            
'dev_requirement' => false,
        ),
        
'symfony/polyfill-php80' => array(
            
'pretty_version' => 'v1.33.0',
            
'version' => '1.33.0.0',
            
'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608',
            
'type' => 'library',
            
'install_path' => __DIR__ '/../symfony/polyfill-php80',
            
'aliases' => array(),
            
'dev_requirement' => false,
        ),
        
'vlucas/phpdotenv' => array(
            
'pretty_version' => 'v5.6.3',
            
'version' => '5.6.3.0',
            
'reference' => '955e7815d677a3eaa7075231212f2110983adecc',
            
'type' => 'library',
            
'install_path' => __DIR__ '/../vlucas/phpdotenv',
            
'aliases' => array(),
            
'dev_requirement' => false,
        ),
    ),
);