Skip to content

Commit

Permalink
Add vendor files to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Apr 12, 2024
1 parent 171a4e3 commit 26756cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 316 deletions.
2 changes: 1 addition & 1 deletion vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3237,7 +3237,7 @@
'Webklex\\PHPIMAP\\Header' => $baseDir . '/overrides/webklex/php-imap/src/Header.php',
'Webklex\\PHPIMAP\\IMAP' => $vendorDir . '/webklex/php-imap/src/IMAP.php',
'Webklex\\PHPIMAP\\Message' => $baseDir . '/overrides/webklex/php-imap/src/Message.php',
'Webklex\\PHPIMAP\\Part' => $vendorDir . '/webklex/php-imap/src/Part.php',
'Webklex\\PHPIMAP\\Part' => $baseDir . '/overrides/webklex/php-imap/src/Part.php',
'Webklex\\PHPIMAP\\Query\\Query' => $vendorDir . '/webklex/php-imap/src/Query/Query.php',
'Webklex\\PHPIMAP\\Query\\WhereQuery' => $vendorDir . '/webklex/php-imap/src/Query/WhereQuery.php',
'Webklex\\PHPIMAP\\Structure' => $baseDir . '/overrides/webklex/php-imap/src/Structure.php',
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4034,7 +4034,7 @@ class ComposerStaticInitbf8dc242a640d7c740f283f226d0bdb4
'Webklex\\PHPIMAP\\Header' => __DIR__ . '/../..' . '/overrides/webklex/php-imap/src/Header.php',
'Webklex\\PHPIMAP\\IMAP' => __DIR__ . '/..' . '/webklex/php-imap/src/IMAP.php',
'Webklex\\PHPIMAP\\Message' => __DIR__ . '/../..' . '/overrides/webklex/php-imap/src/Message.php',
'Webklex\\PHPIMAP\\Part' => __DIR__ . '/..' . '/webklex/php-imap/src/Part.php',
'Webklex\\PHPIMAP\\Part' => __DIR__ . '/../..' . '/overrides/webklex/php-imap/src/Part.php',
'Webklex\\PHPIMAP\\Query\\Query' => __DIR__ . '/..' . '/webklex/php-imap/src/Query/Query.php',
'Webklex\\PHPIMAP\\Query\\WhereQuery' => __DIR__ . '/..' . '/webklex/php-imap/src/Query/WhereQuery.php',
'Webklex\\PHPIMAP\\Structure' => __DIR__ . '/../..' . '/overrides/webklex/php-imap/src/Structure.php',
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'freescout-helpdesk/freescout',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '3489567cdeef1978dfd5b445a89fbf3eb4e2bf01',
'reference' => '171a4e3b480f565d05d41df05c336bf4bac0c85f',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -175,7 +175,7 @@
'freescout-helpdesk/freescout' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '3489567cdeef1978dfd5b445a89fbf3eb4e2bf01',
'reference' => '171a4e3b480f565d05d41df05c336bf4bac0c85f',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
312 changes: 0 additions & 312 deletions vendor/webklex/php-imap/src/Part.php

This file was deleted.

0 comments on commit 26756cc

Please sign in to comment.