Skip to content

Commit 1ced450

Browse files
Add vendor files to dist
1 parent 639c08c commit 1ced450

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

vendor/composer/autoload_classmap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,7 @@
24702470
'Psy\\Util\\Mirror' => $vendorDir . '/psy/psysh/src/Util/Mirror.php',
24712471
'Psy\\Util\\Str' => $vendorDir . '/psy/psysh/src/Util/Str.php',
24722472
'Psy\\VarDumper\\Cloner' => $vendorDir . '/psy/psysh/src/VarDumper/Cloner.php',
2473-
'Psy\\VarDumper\\Dumper' => $vendorDir . '/psy/psysh/src/VarDumper/Dumper.php',
2473+
'Psy\\VarDumper\\Dumper' => $baseDir . '/overrides/psy/psysh/src/VarDumper/Dumper.php',
24742474
'Psy\\VarDumper\\Presenter' => $vendorDir . '/psy/psysh/src/VarDumper/Presenter.php',
24752475
'Psy\\VarDumper\\PresenterAware' => $vendorDir . '/psy/psysh/src/VarDumper/PresenterAware.php',
24762476
'Psy\\VersionUpdater\\Checker' => $vendorDir . '/psy/psysh/src/VersionUpdater/Checker.php',

vendor/composer/autoload_psr4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
'RachidLaasri\\LaravelInstaller\\Events\\' => array($baseDir . '/overrides/rachidlaasri/laravel-installer/src/Events'),
6161
'RachidLaasri\\LaravelInstaller\\Controllers\\' => array($baseDir . '/overrides/rachidlaasri/laravel-installer/src/Controllers'),
6262
'RachidLaasri\\LaravelInstaller\\' => array($vendorDir . '/rachidlaasri/laravel-installer/src'),
63+
'Psy\\VarDumper\\' => array($baseDir . '/overrides/psy/psysh/src/VarDumper'),
6364
'Psy\\TimeitCommand\\' => array($baseDir . '/overrides/psy/psysh/src/TimeitCommand'),
6465
'Psy\\Output\\' => array($baseDir . '/overrides/psy/psysh/src/Output'),
6566
'Psy\\Input\\' => array($baseDir . '/overrides/psy/psysh/src/Input'),

vendor/composer/autoload_static.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ class ComposerStaticInitbf8dc242a640d7c740f283f226d0bdb4
108108
),
109109
'P' =>
110110
array (
111+
'Psy\\VarDumper\\' => 14,
111112
'Psy\\TimeitCommand\\' => 18,
112113
'Psy\\Output\\' => 11,
113114
'Psy\\Input\\' => 10,
@@ -483,6 +484,10 @@ class ComposerStaticInitbf8dc242a640d7c740f283f226d0bdb4
483484
array (
484485
0 => __DIR__ . '/..' . '/rachidlaasri/laravel-installer/src',
485486
),
487+
'Psy\\VarDumper\\' =>
488+
array (
489+
0 => __DIR__ . '/../..' . '/overrides/psy/psysh/src/VarDumper',
490+
),
486491
'Psy\\TimeitCommand\\' =>
487492
array (
488493
0 => __DIR__ . '/../..' . '/overrides/psy/psysh/src/TimeitCommand',
@@ -3428,7 +3433,7 @@ class ComposerStaticInitbf8dc242a640d7c740f283f226d0bdb4
34283433
'Psy\\Util\\Mirror' => __DIR__ . '/..' . '/psy/psysh/src/Util/Mirror.php',
34293434
'Psy\\Util\\Str' => __DIR__ . '/..' . '/psy/psysh/src/Util/Str.php',
34303435
'Psy\\VarDumper\\Cloner' => __DIR__ . '/..' . '/psy/psysh/src/VarDumper/Cloner.php',
3431-
'Psy\\VarDumper\\Dumper' => __DIR__ . '/..' . '/psy/psysh/src/VarDumper/Dumper.php',
3436+
'Psy\\VarDumper\\Dumper' => __DIR__ . '/../..' . '/overrides/psy/psysh/src/VarDumper/Dumper.php',
34323437
'Psy\\VarDumper\\Presenter' => __DIR__ . '/..' . '/psy/psysh/src/VarDumper/Presenter.php',
34333438
'Psy\\VarDumper\\PresenterAware' => __DIR__ . '/..' . '/psy/psysh/src/VarDumper/PresenterAware.php',
34343439
'Psy\\VersionUpdater\\Checker' => __DIR__ . '/..' . '/psy/psysh/src/VersionUpdater/Checker.php',

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'freescout-helpdesk/freescout',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => '64d21bcecf8616c07936071b9e14f27ececeadac',
6+
'reference' => '639c08c1f34d6c5921c1b63a3ab8c33e8acc07fe',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -175,7 +175,7 @@
175175
'freescout-helpdesk/freescout' => array(
176176
'pretty_version' => 'dev-master',
177177
'version' => 'dev-master',
178-
'reference' => '64d21bcecf8616c07936071b9e14f27ececeadac',
178+
'reference' => '639c08c1f34d6c5921c1b63a3ab8c33e8acc07fe',
179179
'type' => 'library',
180180
'install_path' => __DIR__ . '/../../',
181181
'aliases' => array(),

0 commit comments

Comments
 (0)