Blame view

vendor/composer/autoload_psr4.php 3.06 KB
6c4edfa3   Alexandre   First Commit LabI...
1
2
3
4
5
6
7
8
<?php

// autoload_psr4.php @generated by Composer

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

return array(
4b7c9c89   Thibault Ajas   maj installation.sh
9
    'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/type-resolver/src', $vendorDir . '/phpdocumentor/reflection-docblock/src'),
c3f2e5a1   Thibaud Ajas   MAJ DE PHP v5.6 -...
10
    'Zend\\Diactoros\\' => array($vendorDir . '/zendframework/zend-diactoros/src'),
6c4edfa3   Alexandre   First Commit LabI...
11
    'XdgBaseDir\\' => array($vendorDir . '/dnoegel/php-xdg-base-dir/src'),
a68a90a9   root   conflit doc merge
12
    'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
6c4edfa3   Alexandre   First Commit LabI...
13
14
15
    'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
    'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
    'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
c3f2e5a1   Thibaud Ajas   MAJ DE PHP v5.6 -...
16
17
    'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
    'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
6c4edfa3   Alexandre   First Commit LabI...
18
    'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'),
c3f2e5a1   Thibaud Ajas   MAJ DE PHP v5.6 -...
19
    'Symfony\\Component\\Debug\\' => array($vendorDir . '/symfony/debug'),
6c4edfa3   Alexandre   First Commit LabI...
20
21
    'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
    'Symfony\\Component\\Config\\' => array($vendorDir . '/symfony/config'),
c3f2e5a1   Thibaud Ajas   MAJ DE PHP v5.6 -...
22
23
24
    'Seld\\PharUtils\\' => array($vendorDir . '/seld/phar-utils/src'),
    'Seld\\JsonLint\\' => array($vendorDir . '/seld/jsonlint/src/Seld/JsonLint'),
    'Seld\\CliPrompt\\' => array($vendorDir . '/seld/cli-prompt/src'),
6c4edfa3   Alexandre   First Commit LabI...
25
    'Psy\\' => array($vendorDir . '/psy/psysh/src/Psy'),
c3f2e5a1   Thibaud Ajas   MAJ DE PHP v5.6 -...
26
27
    'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
    'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
6c4edfa3   Alexandre   First Commit LabI...
28
29
30
    'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
    'Phinx\\' => array($vendorDir . '/robmorgan/phinx/src/Phinx'),
    'Migrations\\' => array($vendorDir . '/cakephp/migrations/src'),
c3f2e5a1   Thibaud Ajas   MAJ DE PHP v5.6 -...
31
    'JsonSchema\\' => array($vendorDir . '/justinrainbow/json-schema/src/JsonSchema'),
78b69219   Alexandre   Bugfixes
32
    'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
c3f2e5a1   Thibaud Ajas   MAJ DE PHP v5.6 -...
33
    'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
6c4edfa3   Alexandre   First Commit LabI...
34
35
    'DebugKit\\Test\\Fixture\\' => array($vendorDir . '/cakephp/debug_kit/tests/Fixture'),
    'DebugKit\\' => array($vendorDir . '/cakephp/debug_kit/src'),
c3f2e5a1   Thibaud Ajas   MAJ DE PHP v5.6 -...
36
37
38
39
    'Composer\\Spdx\\' => array($vendorDir . '/composer/spdx-licenses/src'),
    'Composer\\Semver\\' => array($vendorDir . '/composer/semver/src'),
    'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'),
    'Composer\\' => array($vendorDir . '/composer/composer/src/Composer'),
6c4edfa3   Alexandre   First Commit LabI...
40
41
42
43
44
    'Cake\\Test\\' => array($vendorDir . '/cakephp/cakephp/tests'),
    'Cake\\Composer\\' => array($vendorDir . '/cakephp/plugin-installer/src'),
    'Cake\\Chronos\\' => array($vendorDir . '/cakephp/chronos/src'),
    'Cake\\' => array($vendorDir . '/cakephp/cakephp/src'),
    'Bake\\' => array($vendorDir . '/cakephp/bake/src'),
c3f2e5a1   Thibaud Ajas   MAJ DE PHP v5.6 -...
45
    'Aura\\Intl\\' => array($vendorDir . '/aura/intl/src'),
6c4edfa3   Alexandre   First Commit LabI...
46
47
48
    'App\\Test\\' => array($baseDir . '/tests'),
    'App\\' => array($baseDir . '/src'),
);