Skip to content
Snippets Groups Projects
Verified Commit 605ef64b authored by Damien's avatar Damien
Browse files

FEAT #11269 TIME 0:05 Composer autoload

parent 5399d433
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ return array(
'MessageExchange\\' => array($baseDir . '/src/app/external/messageExchange'),
'Link\\' => array($baseDir . '/src/app/link'),
'Interop\\Container\\' => array($vendorDir . '/container-interop/container-interop/src/Interop/Container'),
'IndexingModel\\' => array($baseDir . '/src/app/indexingModel'),
'Http\\Promise\\' => array($vendorDir . '/php-http/promise/src'),
'Http\\Message\\MultipartStream\\' => array($vendorDir . '/php-http/multipart-stream-builder/src'),
'Http\\Message\\' => array($vendorDir . '/php-http/message/src', $vendorDir . '/php-http/message-factory/src'),
......
......@@ -96,6 +96,7 @@ class ComposerStaticInitf21aebccfa6df888200dcb099aa69fbd
'I' =>
array (
'Interop\\Container\\' => 18,
'IndexingModel\\' => 14,
),
'H' =>
array (
......@@ -300,6 +301,10 @@ class ComposerStaticInitf21aebccfa6df888200dcb099aa69fbd
array (
0 => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container',
),
'IndexingModel\\' =>
array (
0 => __DIR__ . '/../..' . '/src/app/indexingModel',
),
'Http\\Promise\\' =>
array (
0 => __DIR__ . '/..' . '/php-http/promise/src',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment