1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/sources/vendor/composer/autoload_classmap.php
2015-09-08 22:16:28 +02:00

440 lines
40 KiB
PHP

<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Action\\Base' => $baseDir . '/app/Action/Base.php',
'Action\\CommentCreation' => $baseDir . '/app/Action/CommentCreation.php',
'Action\\TaskAssignCategoryColor' => $baseDir . '/app/Action/TaskAssignCategoryColor.php',
'Action\\TaskAssignCategoryLabel' => $baseDir . '/app/Action/TaskAssignCategoryLabel.php',
'Action\\TaskAssignColorCategory' => $baseDir . '/app/Action/TaskAssignColorCategory.php',
'Action\\TaskAssignColorColumn' => $baseDir . '/app/Action/TaskAssignColorColumn.php',
'Action\\TaskAssignColorLink' => $baseDir . '/app/Action/TaskAssignColorLink.php',
'Action\\TaskAssignColorUser' => $baseDir . '/app/Action/TaskAssignColorUser.php',
'Action\\TaskAssignCurrentUser' => $baseDir . '/app/Action/TaskAssignCurrentUser.php',
'Action\\TaskAssignSpecificUser' => $baseDir . '/app/Action/TaskAssignSpecificUser.php',
'Action\\TaskAssignUser' => $baseDir . '/app/Action/TaskAssignUser.php',
'Action\\TaskClose' => $baseDir . '/app/Action/TaskClose.php',
'Action\\TaskCreation' => $baseDir . '/app/Action/TaskCreation.php',
'Action\\TaskDuplicateAnotherProject' => $baseDir . '/app/Action/TaskDuplicateAnotherProject.php',
'Action\\TaskEmail' => $baseDir . '/app/Action/TaskEmail.php',
'Action\\TaskLogMoveAnotherColumn' => $baseDir . '/app/Action/TaskLogMoveAnotherColumn.php',
'Action\\TaskMoveAnotherProject' => $baseDir . '/app/Action/TaskMoveAnotherProject.php',
'Action\\TaskMoveColumnAssigned' => $baseDir . '/app/Action/TaskMoveColumnAssigned.php',
'Action\\TaskMoveColumnCategoryChange' => $baseDir . '/app/Action/TaskMoveColumnCategoryChange.php',
'Action\\TaskMoveColumnUnAssigned' => $baseDir . '/app/Action/TaskMoveColumnUnAssigned.php',
'Action\\TaskOpen' => $baseDir . '/app/Action/TaskOpen.php',
'Action\\TaskUpdateStartDate' => $baseDir . '/app/Action/TaskUpdateStartDate.php',
'Api\\Action' => $baseDir . '/app/Api/Action.php',
'Api\\App' => $baseDir . '/app/Api/App.php',
'Api\\Auth' => $baseDir . '/app/Api/Auth.php',
'Api\\Base' => $baseDir . '/app/Api/Base.php',
'Api\\Board' => $baseDir . '/app/Api/Board.php',
'Api\\Category' => $baseDir . '/app/Api/Category.php',
'Api\\Comment' => $baseDir . '/app/Api/Comment.php',
'Api\\File' => $baseDir . '/app/Api/File.php',
'Api\\Link' => $baseDir . '/app/Api/Link.php',
'Api\\Me' => $baseDir . '/app/Api/Me.php',
'Api\\Project' => $baseDir . '/app/Api/Project.php',
'Api\\ProjectPermission' => $baseDir . '/app/Api/ProjectPermission.php',
'Api\\Subtask' => $baseDir . '/app/Api/Subtask.php',
'Api\\Swimlane' => $baseDir . '/app/Api/Swimlane.php',
'Api\\Task' => $baseDir . '/app/Api/Task.php',
'Api\\TaskLink' => $baseDir . '/app/Api/TaskLink.php',
'Api\\User' => $baseDir . '/app/Api/User.php',
'Auth\\Base' => $baseDir . '/app/Auth/Base.php',
'Auth\\Database' => $baseDir . '/app/Auth/Database.php',
'Auth\\Github' => $baseDir . '/app/Auth/Github.php',
'Auth\\Gitlab' => $baseDir . '/app/Auth/Gitlab.php',
'Auth\\Google' => $baseDir . '/app/Auth/Google.php',
'Auth\\Ldap' => $baseDir . '/app/Auth/Ldap.php',
'Auth\\RememberMe' => $baseDir . '/app/Auth/RememberMe.php',
'Auth\\ReverseProxy' => $baseDir . '/app/Auth/ReverseProxy.php',
'Base32\\Base32' => $vendorDir . '/christian-riesen/base32/src/Base32.php',
'Console\\Base' => $baseDir . '/app/Console/Base.php',
'Console\\LocaleComparator' => $baseDir . '/app/Console/LocaleComparator.php',
'Console\\LocaleSync' => $baseDir . '/app/Console/LocaleSync.php',
'Console\\ProjectDailyColumnStatsExport' => $baseDir . '/app/Console/ProjectDailyColumnStatsExport.php',
'Console\\ProjectDailyStatsCalculation' => $baseDir . '/app/Console/ProjectDailyStatsCalculation.php',
'Console\\SubtaskExport' => $baseDir . '/app/Console/SubtaskExport.php',
'Console\\TaskExport' => $baseDir . '/app/Console/TaskExport.php',
'Console\\TaskOverdueNotification' => $baseDir . '/app/Console/TaskOverdueNotification.php',
'Console\\TransitionExport' => $baseDir . '/app/Console/TransitionExport.php',
'Controller\\Action' => $baseDir . '/app/Controller/Action.php',
'Controller\\Activity' => $baseDir . '/app/Controller/Activity.php',
'Controller\\Analytic' => $baseDir . '/app/Controller/Analytic.php',
'Controller\\App' => $baseDir . '/app/Controller/App.php',
'Controller\\Auth' => $baseDir . '/app/Controller/Auth.php',
'Controller\\Base' => $baseDir . '/app/Controller/Base.php',
'Controller\\Board' => $baseDir . '/app/Controller/Board.php',
'Controller\\Budget' => $baseDir . '/app/Controller/Budget.php',
'Controller\\Calendar' => $baseDir . '/app/Controller/Calendar.php',
'Controller\\Category' => $baseDir . '/app/Controller/Category.php',
'Controller\\Column' => $baseDir . '/app/Controller/Column.php',
'Controller\\Comment' => $baseDir . '/app/Controller/Comment.php',
'Controller\\Config' => $baseDir . '/app/Controller/Config.php',
'Controller\\Currency' => $baseDir . '/app/Controller/Currency.php',
'Controller\\Doc' => $baseDir . '/app/Controller/Doc.php',
'Controller\\Export' => $baseDir . '/app/Controller/Export.php',
'Controller\\Feed' => $baseDir . '/app/Controller/Feed.php',
'Controller\\File' => $baseDir . '/app/Controller/File.php',
'Controller\\Gantt' => $baseDir . '/app/Controller/Gantt.php',
'Controller\\Hourlyrate' => $baseDir . '/app/Controller/Hourlyrate.php',
'Controller\\Ical' => $baseDir . '/app/Controller/Ical.php',
'Controller\\Link' => $baseDir . '/app/Controller/Link.php',
'Controller\\Listing' => $baseDir . '/app/Controller/Listing.php',
'Controller\\Oauth' => $baseDir . '/app/Controller/Oauth.php',
'Controller\\Project' => $baseDir . '/app/Controller/Project.php',
'Controller\\Projectuser' => $baseDir . '/app/Controller/Projectuser.php',
'Controller\\Search' => $baseDir . '/app/Controller/Search.php',
'Controller\\Subtask' => $baseDir . '/app/Controller/Subtask.php',
'Controller\\Swimlane' => $baseDir . '/app/Controller/Swimlane.php',
'Controller\\Task' => $baseDir . '/app/Controller/Task.php',
'Controller\\Taskcreation' => $baseDir . '/app/Controller/Taskcreation.php',
'Controller\\Taskduplication' => $baseDir . '/app/Controller/Taskduplication.php',
'Controller\\Tasklink' => $baseDir . '/app/Controller/Tasklink.php',
'Controller\\Taskmodification' => $baseDir . '/app/Controller/Taskmodification.php',
'Controller\\Taskstatus' => $baseDir . '/app/Controller/Taskstatus.php',
'Controller\\Timer' => $baseDir . '/app/Controller/Timer.php',
'Controller\\Timetable' => $baseDir . '/app/Controller/Timetable.php',
'Controller\\Timetableday' => $baseDir . '/app/Controller/Timetableday.php',
'Controller\\Timetableextra' => $baseDir . '/app/Controller/Timetableextra.php',
'Controller\\Timetableoff' => $baseDir . '/app/Controller/Timetableoff.php',
'Controller\\Timetableweek' => $baseDir . '/app/Controller/Timetableweek.php',
'Controller\\Twofactor' => $baseDir . '/app/Controller/Twofactor.php',
'Controller\\User' => $baseDir . '/app/Controller/User.php',
'Controller\\Webhook' => $baseDir . '/app/Controller/Webhook.php',
'Core\\Base' => $baseDir . '/app/Core/Base.php',
'Core\\Cache' => $baseDir . '/app/Core/Cache.php',
'Core\\EmailClient' => $baseDir . '/app/Core/EmailClient.php',
'Core\\Helper' => $baseDir . '/app/Core/Helper.php',
'Core\\HttpClient' => $baseDir . '/app/Core/HttpClient.php',
'Core\\Lexer' => $baseDir . '/app/Core/Lexer.php',
'Core\\Markdown' => $baseDir . '/app/Core/Markdown.php',
'Core\\MemoryCache' => $baseDir . '/app/Core/MemoryCache.php',
'Core\\OAuth2' => $baseDir . '/app/Core/OAuth2.php',
'Core\\Paginator' => $baseDir . '/app/Core/Paginator.php',
'Core\\Request' => $baseDir . '/app/Core/Request.php',
'Core\\Response' => $baseDir . '/app/Core/Response.php',
'Core\\Router' => $baseDir . '/app/Core/Router.php',
'Core\\Security' => $baseDir . '/app/Core/Security.php',
'Core\\Session' => $baseDir . '/app/Core/Session.php',
'Core\\Template' => $baseDir . '/app/Core/Template.php',
'Core\\Tool' => $baseDir . '/app/Core/Tool.php',
'Core\\Translator' => $baseDir . '/app/Core/Translator.php',
'Eluceo\\iCal\\Component' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Component.php',
'Eluceo\\iCal\\Component\\Alarm' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Component/Alarm.php',
'Eluceo\\iCal\\Component\\Calendar' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Component/Calendar.php',
'Eluceo\\iCal\\Component\\Event' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Component/Event.php',
'Eluceo\\iCal\\Component\\Timezone' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Component/Timezone.php',
'Eluceo\\iCal\\Component\\TimezoneRule' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Component/TimezoneRule.php',
'Eluceo\\iCal\\ParameterBag' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/ParameterBag.php',
'Eluceo\\iCal\\Property' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Property.php',
'Eluceo\\iCal\\PropertyBag' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/PropertyBag.php',
'Eluceo\\iCal\\Property\\ArrayValue' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Property/ArrayValue.php',
'Eluceo\\iCal\\Property\\DateTimeProperty' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Property/DateTimeProperty.php',
'Eluceo\\iCal\\Property\\Event\\Attendees' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Property/Event/Attendees.php',
'Eluceo\\iCal\\Property\\Event\\Organizer' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Property/Event/Organizer.php',
'Eluceo\\iCal\\Property\\Event\\RecurrenceRule' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Property/Event/RecurrenceRule.php',
'Eluceo\\iCal\\Property\\StringValue' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Property/StringValue.php',
'Eluceo\\iCal\\Property\\ValueInterface' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Property/ValueInterface.php',
'Eluceo\\iCal\\Util\\ComponentUtil' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Util/ComponentUtil.php',
'Eluceo\\iCal\\Util\\PropertyValueUtil' => $vendorDir . '/eluceo/ical/src/Eluceo/iCal/Util/PropertyValueUtil.php',
'Event\\AuthEvent' => $baseDir . '/app/Event/AuthEvent.php',
'Event\\CommentEvent' => $baseDir . '/app/Event/CommentEvent.php',
'Event\\FileEvent' => $baseDir . '/app/Event/FileEvent.php',
'Event\\GenericEvent' => $baseDir . '/app/Event/GenericEvent.php',
'Event\\SubtaskEvent' => $baseDir . '/app/Event/SubtaskEvent.php',
'Event\\TaskEvent' => $baseDir . '/app/Event/TaskEvent.php',
'Event\\TaskLinkEvent' => $baseDir . '/app/Event/TaskLinkEvent.php',
'Fabiang\\Xmpp\\Client' => $vendorDir . '/fabiang/xmpp/src/Client.php',
'Fabiang\\Xmpp\\Connection\\AbstractConnection' => $vendorDir . '/fabiang/xmpp/src/Connection/AbstractConnection.php',
'Fabiang\\Xmpp\\Connection\\ConnectionInterface' => $vendorDir . '/fabiang/xmpp/src/Connection/ConnectionInterface.php',
'Fabiang\\Xmpp\\Connection\\Socket' => $vendorDir . '/fabiang/xmpp/src/Connection/Socket.php',
'Fabiang\\Xmpp\\Connection\\SocketConnectionInterface' => $vendorDir . '/fabiang/xmpp/src/Connection/SocketConnectionInterface.php',
'Fabiang\\Xmpp\\EventListener\\AbstractEventListener' => $vendorDir . '/fabiang/xmpp/src/EventListener/AbstractEventListener.php',
'Fabiang\\Xmpp\\EventListener\\BlockingEventListenerInterface' => $vendorDir . '/fabiang/xmpp/src/EventListener/BlockingEventListenerInterface.php',
'Fabiang\\Xmpp\\EventListener\\EventListenerInterface' => $vendorDir . '/fabiang/xmpp/src/EventListener/EventListenerInterface.php',
'Fabiang\\Xmpp\\EventListener\\Logger' => $vendorDir . '/fabiang/xmpp/src/EventListener/Logger.php',
'Fabiang\\Xmpp\\EventListener\\Stream\\AbstractSessionEvent' => $vendorDir . '/fabiang/xmpp/src/EventListener/Stream/AbstractSessionEvent.php',
'Fabiang\\Xmpp\\EventListener\\Stream\\Authentication' => $vendorDir . '/fabiang/xmpp/src/EventListener/Stream/Authentication.php',
'Fabiang\\Xmpp\\EventListener\\Stream\\Authentication\\AuthenticationInterface' => $vendorDir . '/fabiang/xmpp/src/EventListener/Stream/Authentication/AuthenticationInterface.php',
'Fabiang\\Xmpp\\EventListener\\Stream\\Authentication\\DigestMd5' => $vendorDir . '/fabiang/xmpp/src/EventListener/Stream/Authentication/DigestMd5.php',
'Fabiang\\Xmpp\\EventListener\\Stream\\Authentication\\Plain' => $vendorDir . '/fabiang/xmpp/src/EventListener/Stream/Authentication/Plain.php',
'Fabiang\\Xmpp\\EventListener\\Stream\\Bind' => $vendorDir . '/fabiang/xmpp/src/EventListener/Stream/Bind.php',
'Fabiang\\Xmpp\\EventListener\\Stream\\Roster' => $vendorDir . '/fabiang/xmpp/src/EventListener/Stream/Roster.php',
'Fabiang\\Xmpp\\EventListener\\Stream\\Session' => $vendorDir . '/fabiang/xmpp/src/EventListener/Stream/Session.php',
'Fabiang\\Xmpp\\EventListener\\Stream\\StartTls' => $vendorDir . '/fabiang/xmpp/src/EventListener/Stream/StartTls.php',
'Fabiang\\Xmpp\\EventListener\\Stream\\Stream' => $vendorDir . '/fabiang/xmpp/src/EventListener/Stream/Stream.php',
'Fabiang\\Xmpp\\EventListener\\Stream\\StreamError' => $vendorDir . '/fabiang/xmpp/src/EventListener/Stream/StreamError.php',
'Fabiang\\Xmpp\\Event\\Event' => $vendorDir . '/fabiang/xmpp/src/Event/Event.php',
'Fabiang\\Xmpp\\Event\\EventInterface' => $vendorDir . '/fabiang/xmpp/src/Event/EventInterface.php',
'Fabiang\\Xmpp\\Event\\EventManager' => $vendorDir . '/fabiang/xmpp/src/Event/EventManager.php',
'Fabiang\\Xmpp\\Event\\EventManagerAwareInterface' => $vendorDir . '/fabiang/xmpp/src/Event/EventManagerAwareInterface.php',
'Fabiang\\Xmpp\\Event\\EventManagerInterface' => $vendorDir . '/fabiang/xmpp/src/Event/EventManagerInterface.php',
'Fabiang\\Xmpp\\Event\\XMLEvent' => $vendorDir . '/fabiang/xmpp/src/Event/XMLEvent.php',
'Fabiang\\Xmpp\\Event\\XMLEventInterface' => $vendorDir . '/fabiang/xmpp/src/Event/XMLEventInterface.php',
'Fabiang\\Xmpp\\Exception\\ErrorException' => $vendorDir . '/fabiang/xmpp/src/Exception/ErrorException.php',
'Fabiang\\Xmpp\\Exception\\ExceptionInterface' => $vendorDir . '/fabiang/xmpp/src/Exception/ExceptionInterface.php',
'Fabiang\\Xmpp\\Exception\\InvalidArgumentException' => $vendorDir . '/fabiang/xmpp/src/Exception/InvalidArgumentException.php',
'Fabiang\\Xmpp\\Exception\\OutOfRangeException' => $vendorDir . '/fabiang/xmpp/src/Exception/OutOfRangeException.php',
'Fabiang\\Xmpp\\Exception\\RuntimeException' => $vendorDir . '/fabiang/xmpp/src/Exception/RuntimeException.php',
'Fabiang\\Xmpp\\Exception\\SocketException' => $vendorDir . '/fabiang/xmpp/src/Exception/SocketException.php',
'Fabiang\\Xmpp\\Exception\\Stream\\AuthenticationErrorException' => $vendorDir . '/fabiang/xmpp/src/Exception/Stream/AuthenticationErrorException.php',
'Fabiang\\Xmpp\\Exception\\Stream\\StreamErrorException' => $vendorDir . '/fabiang/xmpp/src/Exception/Stream/StreamErrorException.php',
'Fabiang\\Xmpp\\Exception\\TimeoutException' => $vendorDir . '/fabiang/xmpp/src/Exception/TimeoutException.php',
'Fabiang\\Xmpp\\Exception\\XMLParserException' => $vendorDir . '/fabiang/xmpp/src/Exception/XMLParserException.php',
'Fabiang\\Xmpp\\Options' => $vendorDir . '/fabiang/xmpp/src/Options.php',
'Fabiang\\Xmpp\\OptionsAwareInterface' => $vendorDir . '/fabiang/xmpp/src/OptionsAwareInterface.php',
'Fabiang\\Xmpp\\Protocol\\DefaultImplementation' => $vendorDir . '/fabiang/xmpp/src/Protocol/DefaultImplementation.php',
'Fabiang\\Xmpp\\Protocol\\ImplementationInterface' => $vendorDir . '/fabiang/xmpp/src/Protocol/ImplementationInterface.php',
'Fabiang\\Xmpp\\Protocol\\Message' => $vendorDir . '/fabiang/xmpp/src/Protocol/Message.php',
'Fabiang\\Xmpp\\Protocol\\Presence' => $vendorDir . '/fabiang/xmpp/src/Protocol/Presence.php',
'Fabiang\\Xmpp\\Protocol\\ProtocolImplementationInterface' => $vendorDir . '/fabiang/xmpp/src/Protocol/ProtocolImplementationInterface.php',
'Fabiang\\Xmpp\\Protocol\\Roster' => $vendorDir . '/fabiang/xmpp/src/Protocol/Roster.php',
'Fabiang\\Xmpp\\Protocol\\User\\User' => $vendorDir . '/fabiang/xmpp/src/Protocol/User/User.php',
'Fabiang\\Xmpp\\Stream\\SocketClient' => $vendorDir . '/fabiang/xmpp/src/Stream/SocketClient.php',
'Fabiang\\Xmpp\\Stream\\XMLStream' => $vendorDir . '/fabiang/xmpp/src/Stream/XMLStream.php',
'Fabiang\\Xmpp\\Util\\ErrorHandler' => $vendorDir . '/fabiang/xmpp/src/Util/ErrorHandler.php',
'Fabiang\\Xmpp\\Util\\XML' => $vendorDir . '/fabiang/xmpp/src/Util/XML.php',
'Gregwar\\Captcha\\CaptchaBuilder' => $vendorDir . '/gregwar/captcha/CaptchaBuilder.php',
'Gregwar\\Captcha\\CaptchaBuilderInterface' => $vendorDir . '/gregwar/captcha/CaptchaBuilderInterface.php',
'Gregwar\\Captcha\\ImageFileHandler' => $vendorDir . '/gregwar/captcha/ImageFileHandler.php',
'Gregwar\\Captcha\\PhraseBuilder' => $vendorDir . '/gregwar/captcha/PhraseBuilder.php',
'Gregwar\\Captcha\\PhraseBuilderInterface' => $vendorDir . '/gregwar/captcha/PhraseBuilderInterface.php',
'HTML_To_Markdown' => $vendorDir . '/nickcernis/html-to-markdown/HTML_To_Markdown.php',
'Helper\\App' => $baseDir . '/app/Helper/App.php',
'Helper\\Asset' => $baseDir . '/app/Helper/Asset.php',
'Helper\\Board' => $baseDir . '/app/Helper/Board.php',
'Helper\\Dt' => $baseDir . '/app/Helper/Dt.php',
'Helper\\File' => $baseDir . '/app/Helper/File.php',
'Helper\\Form' => $baseDir . '/app/Helper/Form.php',
'Helper\\Subtask' => $baseDir . '/app/Helper/Subtask.php',
'Helper\\Task' => $baseDir . '/app/Helper/Task.php',
'Helper\\Text' => $baseDir . '/app/Helper/Text.php',
'Helper\\Url' => $baseDir . '/app/Helper/Url.php',
'Helper\\User' => $baseDir . '/app/Helper/User.php',
'Integration\\BitbucketWebhook' => $baseDir . '/app/Integration/BitbucketWebhook.php',
'Integration\\GithubWebhook' => $baseDir . '/app/Integration/GithubWebhook.php',
'Integration\\GitlabWebhook' => $baseDir . '/app/Integration/GitlabWebhook.php',
'Integration\\HipchatWebhook' => $baseDir . '/app/Integration/HipchatWebhook.php',
'Integration\\Jabber' => $baseDir . '/app/Integration/Jabber.php',
'Integration\\Mailgun' => $baseDir . '/app/Integration/Mailgun.php',
'Integration\\Postmark' => $baseDir . '/app/Integration/Postmark.php',
'Integration\\Sendgrid' => $baseDir . '/app/Integration/Sendgrid.php',
'Integration\\SlackWebhook' => $baseDir . '/app/Integration/SlackWebhook.php',
'Integration\\Smtp' => $baseDir . '/app/Integration/Smtp.php',
'JsonRPC\\AccessDeniedException' => $vendorDir . '/fguillot/json-rpc/src/JsonRPC/AccessDeniedException.php',
'JsonRPC\\AuthenticationFailure' => $vendorDir . '/fguillot/json-rpc/src/JsonRPC/Server.php',
'JsonRPC\\Client' => $vendorDir . '/fguillot/json-rpc/src/JsonRPC/Client.php',
'JsonRPC\\ConnectionFailureException' => $vendorDir . '/fguillot/json-rpc/src/JsonRPC/Client.php',
'JsonRPC\\InvalidJsonFormat' => $vendorDir . '/fguillot/json-rpc/src/JsonRPC/Server.php',
'JsonRPC\\InvalidJsonRpcFormat' => $vendorDir . '/fguillot/json-rpc/src/JsonRPC/Server.php',
'JsonRPC\\Server' => $vendorDir . '/fguillot/json-rpc/src/JsonRPC/Server.php',
'JsonRPC\\ServerErrorException' => $vendorDir . '/fguillot/json-rpc/src/JsonRPC/Client.php',
'Model\\Acl' => $baseDir . '/app/Model/Acl.php',
'Model\\Action' => $baseDir . '/app/Model/Action.php',
'Model\\Authentication' => $baseDir . '/app/Model/Authentication.php',
'Model\\Base' => $baseDir . '/app/Model/Base.php',
'Model\\Board' => $baseDir . '/app/Model/Board.php',
'Model\\Budget' => $baseDir . '/app/Model/Budget.php',
'Model\\Category' => $baseDir . '/app/Model/Category.php',
'Model\\Color' => $baseDir . '/app/Model/Color.php',
'Model\\Comment' => $baseDir . '/app/Model/Comment.php',
'Model\\Config' => $baseDir . '/app/Model/Config.php',
'Model\\Currency' => $baseDir . '/app/Model/Currency.php',
'Model\\DateParser' => $baseDir . '/app/Model/DateParser.php',
'Model\\File' => $baseDir . '/app/Model/File.php',
'Model\\HourlyRate' => $baseDir . '/app/Model/HourlyRate.php',
'Model\\LastLogin' => $baseDir . '/app/Model/LastLogin.php',
'Model\\Link' => $baseDir . '/app/Model/Link.php',
'Model\\Notification' => $baseDir . '/app/Model/Notification.php',
'Model\\Project' => $baseDir . '/app/Model/Project.php',
'Model\\ProjectActivity' => $baseDir . '/app/Model/ProjectActivity.php',
'Model\\ProjectAnalytic' => $baseDir . '/app/Model/ProjectAnalytic.php',
'Model\\ProjectDailyColumnStats' => $baseDir . '/app/Model/ProjectDailyColumnStats.php',
'Model\\ProjectDailyStats' => $baseDir . '/app/Model/ProjectDailyStats.php',
'Model\\ProjectDuplication' => $baseDir . '/app/Model/ProjectDuplication.php',
'Model\\ProjectIntegration' => $baseDir . '/app/Model/ProjectIntegration.php',
'Model\\ProjectPermission' => $baseDir . '/app/Model/ProjectPermission.php',
'Model\\Subtask' => $baseDir . '/app/Model/Subtask.php',
'Model\\SubtaskExport' => $baseDir . '/app/Model/SubtaskExport.php',
'Model\\SubtaskForecast' => $baseDir . '/app/Model/SubtaskForecast.php',
'Model\\SubtaskTimeTracking' => $baseDir . '/app/Model/SubtaskTimeTracking.php',
'Model\\Swimlane' => $baseDir . '/app/Model/Swimlane.php',
'Model\\Task' => $baseDir . '/app/Model/Task.php',
'Model\\TaskAnalytic' => $baseDir . '/app/Model/TaskAnalytic.php',
'Model\\TaskCreation' => $baseDir . '/app/Model/TaskCreation.php',
'Model\\TaskDuplication' => $baseDir . '/app/Model/TaskDuplication.php',
'Model\\TaskExport' => $baseDir . '/app/Model/TaskExport.php',
'Model\\TaskFilter' => $baseDir . '/app/Model/TaskFilter.php',
'Model\\TaskFinder' => $baseDir . '/app/Model/TaskFinder.php',
'Model\\TaskLink' => $baseDir . '/app/Model/TaskLink.php',
'Model\\TaskModification' => $baseDir . '/app/Model/TaskModification.php',
'Model\\TaskPermission' => $baseDir . '/app/Model/TaskPermission.php',
'Model\\TaskPosition' => $baseDir . '/app/Model/TaskPosition.php',
'Model\\TaskStatus' => $baseDir . '/app/Model/TaskStatus.php',
'Model\\TaskValidator' => $baseDir . '/app/Model/TaskValidator.php',
'Model\\Timetable' => $baseDir . '/app/Model/Timetable.php',
'Model\\TimetableDay' => $baseDir . '/app/Model/TimetableDay.php',
'Model\\TimetableExtra' => $baseDir . '/app/Model/TimetableExtra.php',
'Model\\TimetableOff' => $baseDir . '/app/Model/TimetableOff.php',
'Model\\TimetableWeek' => $baseDir . '/app/Model/TimetableWeek.php',
'Model\\Transition' => $baseDir . '/app/Model/Transition.php',
'Model\\User' => $baseDir . '/app/Model/User.php',
'Model\\UserSession' => $baseDir . '/app/Model/UserSession.php',
'Model\\Webhook' => $baseDir . '/app/Model/Webhook.php',
'Otp\\GoogleAuthenticator' => $vendorDir . '/christian-riesen/otp/src/Otp/GoogleAuthenticator.php',
'Otp\\Otp' => $vendorDir . '/christian-riesen/otp/src/Otp/Otp.php',
'Otp\\OtpInterface' => $vendorDir . '/christian-riesen/otp/src/Otp/OtpInterface.php',
'Parsedown' => $vendorDir . '/erusev/parsedown/Parsedown.php',
'PicoDb\\Condition' => $vendorDir . '/fguillot/picodb/lib/PicoDb/Condition.php',
'PicoDb\\Database' => $vendorDir . '/fguillot/picodb/lib/PicoDb/Database.php',
'PicoDb\\Driver\\Base' => $vendorDir . '/fguillot/picodb/lib/PicoDb/Driver/Base.php',
'PicoDb\\Driver\\Mysql' => $vendorDir . '/fguillot/picodb/lib/PicoDb/Driver/Mysql.php',
'PicoDb\\Driver\\Postgres' => $vendorDir . '/fguillot/picodb/lib/PicoDb/Driver/Postgres.php',
'PicoDb\\Driver\\Sqlite' => $vendorDir . '/fguillot/picodb/lib/PicoDb/Driver/Sqlite.php',
'PicoDb\\Hashtable' => $vendorDir . '/fguillot/picodb/lib/PicoDb/Hashtable.php',
'PicoDb\\SQLException' => $vendorDir . '/fguillot/picodb/lib/PicoDb/SQLException.php',
'PicoDb\\Schema' => $vendorDir . '/fguillot/picodb/lib/PicoDb/Schema.php',
'PicoDb\\Table' => $vendorDir . '/fguillot/picodb/lib/PicoDb/Table.php',
'Pimple\\Container' => $vendorDir . '/pimple/pimple/src/Pimple/Container.php',
'Pimple\\ServiceProviderInterface' => $vendorDir . '/pimple/pimple/src/Pimple/ServiceProviderInterface.php',
'Pimple\\Tests\\Fixtures\\Invokable' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Fixtures/Invokable.php',
'Pimple\\Tests\\Fixtures\\NonInvokable' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Fixtures/NonInvokable.php',
'Pimple\\Tests\\Fixtures\\PimpleServiceProvider' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Fixtures/PimpleServiceProvider.php',
'Pimple\\Tests\\Fixtures\\Service' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Fixtures/Service.php',
'Psr\\Log\\AbstractLogger' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php',
'Psr\\Log\\InvalidArgumentException' => $vendorDir . '/psr/log/Psr/Log/InvalidArgumentException.php',
'Psr\\Log\\LogLevel' => $vendorDir . '/psr/log/Psr/Log/LogLevel.php',
'Psr\\Log\\LoggerAwareInterface' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareInterface.php',
'Psr\\Log\\LoggerAwareTrait' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareTrait.php',
'Psr\\Log\\LoggerInterface' => $vendorDir . '/psr/log/Psr/Log/LoggerInterface.php',
'Psr\\Log\\LoggerTrait' => $vendorDir . '/psr/log/Psr/Log/LoggerTrait.php',
'Psr\\Log\\NullLogger' => $vendorDir . '/psr/log/Psr/Log/NullLogger.php',
'ServiceProvider\\ClassProvider' => $baseDir . '/app/ServiceProvider/ClassProvider.php',
'ServiceProvider\\DatabaseProvider' => $baseDir . '/app/ServiceProvider/DatabaseProvider.php',
'ServiceProvider\\EventDispatcherProvider' => $baseDir . '/app/ServiceProvider/EventDispatcherProvider.php',
'ServiceProvider\\LoggingProvider' => $baseDir . '/app/ServiceProvider/LoggingProvider.php',
'SimpleLogger\\Base' => $vendorDir . '/fguillot/simpleLogger/src/SimpleLogger/Base.php',
'SimpleLogger\\File' => $vendorDir . '/fguillot/simpleLogger/src/SimpleLogger/File.php',
'SimpleLogger\\Logger' => $vendorDir . '/fguillot/simpleLogger/src/SimpleLogger/Logger.php',
'SimpleLogger\\Syslog' => $vendorDir . '/fguillot/simpleLogger/src/SimpleLogger/Syslog.php',
'SimpleValidator\\Validator' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validator.php',
'SimpleValidator\\Validators\\Alpha' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Alpha.php',
'SimpleValidator\\Validators\\AlphaNumeric' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/AlphaNumeric.php',
'SimpleValidator\\Validators\\Base' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Base.php',
'SimpleValidator\\Validators\\Date' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Date.php',
'SimpleValidator\\Validators\\Email' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Email.php',
'SimpleValidator\\Validators\\Equals' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Equals.php',
'SimpleValidator\\Validators\\Exists' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Exists.php',
'SimpleValidator\\Validators\\GreaterThan' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/GreaterThan.php',
'SimpleValidator\\Validators\\InArray' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/InArray.php',
'SimpleValidator\\Validators\\Integer' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Integer.php',
'SimpleValidator\\Validators\\Ip' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Ip.php',
'SimpleValidator\\Validators\\Length' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Length.php',
'SimpleValidator\\Validators\\MaxLength' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/MaxLength.php',
'SimpleValidator\\Validators\\MinLength' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/MinLength.php',
'SimpleValidator\\Validators\\NotEquals' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/NotEquals.php',
'SimpleValidator\\Validators\\NotInArray' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/NotInArray.php',
'SimpleValidator\\Validators\\Numeric' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Numeric.php',
'SimpleValidator\\Validators\\Range' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Range.php',
'SimpleValidator\\Validators\\Required' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Required.php',
'SimpleValidator\\Validators\\Unique' => $vendorDir . '/fguillot/simple-validator/src/SimpleValidator/Validators/Unique.php',
'Subscriber\\AuthSubscriber' => $baseDir . '/app/Subscriber/AuthSubscriber.php',
'Subscriber\\BootstrapSubscriber' => $baseDir . '/app/Subscriber/BootstrapSubscriber.php',
'Subscriber\\NotificationSubscriber' => $baseDir . '/app/Subscriber/NotificationSubscriber.php',
'Subscriber\\ProjectActivitySubscriber' => $baseDir . '/app/Subscriber/ProjectActivitySubscriber.php',
'Subscriber\\ProjectDailySummarySubscriber' => $baseDir . '/app/Subscriber/ProjectDailySummarySubscriber.php',
'Subscriber\\ProjectModificationDateSubscriber' => $baseDir . '/app/Subscriber/ProjectModificationDateSubscriber.php',
'Subscriber\\RecurringTaskSubscriber' => $baseDir . '/app/Subscriber/RecurringTaskSubscriber.php',
'Subscriber\\SubtaskTimeTrackingSubscriber' => $baseDir . '/app/Subscriber/SubtaskTimeTrackingSubscriber.php',
'Subscriber\\TaskMovedDateSubscriber' => $baseDir . '/app/Subscriber/TaskMovedDateSubscriber.php',
'Subscriber\\TransitionSubscriber' => $baseDir . '/app/Subscriber/TransitionSubscriber.php',
'Subscriber\\WebhookSubscriber' => $baseDir . '/app/Subscriber/WebhookSubscriber.php',
'Symfony\\Component\\Console\\Application' => $vendorDir . '/symfony/console/Application.php',
'Symfony\\Component\\Console\\Command\\Command' => $vendorDir . '/symfony/console/Command/Command.php',
'Symfony\\Component\\Console\\Command\\HelpCommand' => $vendorDir . '/symfony/console/Command/HelpCommand.php',
'Symfony\\Component\\Console\\Command\\ListCommand' => $vendorDir . '/symfony/console/Command/ListCommand.php',
'Symfony\\Component\\Console\\ConsoleEvents' => $vendorDir . '/symfony/console/ConsoleEvents.php',
'Symfony\\Component\\Console\\Descriptor\\ApplicationDescription' => $vendorDir . '/symfony/console/Descriptor/ApplicationDescription.php',
'Symfony\\Component\\Console\\Descriptor\\Descriptor' => $vendorDir . '/symfony/console/Descriptor/Descriptor.php',
'Symfony\\Component\\Console\\Descriptor\\DescriptorInterface' => $vendorDir . '/symfony/console/Descriptor/DescriptorInterface.php',
'Symfony\\Component\\Console\\Descriptor\\JsonDescriptor' => $vendorDir . '/symfony/console/Descriptor/JsonDescriptor.php',
'Symfony\\Component\\Console\\Descriptor\\MarkdownDescriptor' => $vendorDir . '/symfony/console/Descriptor/MarkdownDescriptor.php',
'Symfony\\Component\\Console\\Descriptor\\TextDescriptor' => $vendorDir . '/symfony/console/Descriptor/TextDescriptor.php',
'Symfony\\Component\\Console\\Descriptor\\XmlDescriptor' => $vendorDir . '/symfony/console/Descriptor/XmlDescriptor.php',
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => $vendorDir . '/symfony/console/Event/ConsoleCommandEvent.php',
'Symfony\\Component\\Console\\Event\\ConsoleEvent' => $vendorDir . '/symfony/console/Event/ConsoleEvent.php',
'Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent' => $vendorDir . '/symfony/console/Event/ConsoleExceptionEvent.php',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => $vendorDir . '/symfony/console/Event/ConsoleTerminateEvent.php',
'Symfony\\Component\\Console\\Formatter\\OutputFormatter' => $vendorDir . '/symfony/console/Formatter/OutputFormatter.php',
'Symfony\\Component\\Console\\Formatter\\OutputFormatterInterface' => $vendorDir . '/symfony/console/Formatter/OutputFormatterInterface.php',
'Symfony\\Component\\Console\\Formatter\\OutputFormatterStyle' => $vendorDir . '/symfony/console/Formatter/OutputFormatterStyle.php',
'Symfony\\Component\\Console\\Formatter\\OutputFormatterStyleInterface' => $vendorDir . '/symfony/console/Formatter/OutputFormatterStyleInterface.php',
'Symfony\\Component\\Console\\Formatter\\OutputFormatterStyleStack' => $vendorDir . '/symfony/console/Formatter/OutputFormatterStyleStack.php',
'Symfony\\Component\\Console\\Helper\\DebugFormatterHelper' => $vendorDir . '/symfony/console/Helper/DebugFormatterHelper.php',
'Symfony\\Component\\Console\\Helper\\DescriptorHelper' => $vendorDir . '/symfony/console/Helper/DescriptorHelper.php',
'Symfony\\Component\\Console\\Helper\\DialogHelper' => $vendorDir . '/symfony/console/Helper/DialogHelper.php',
'Symfony\\Component\\Console\\Helper\\FormatterHelper' => $vendorDir . '/symfony/console/Helper/FormatterHelper.php',
'Symfony\\Component\\Console\\Helper\\Helper' => $vendorDir . '/symfony/console/Helper/Helper.php',
'Symfony\\Component\\Console\\Helper\\HelperInterface' => $vendorDir . '/symfony/console/Helper/HelperInterface.php',
'Symfony\\Component\\Console\\Helper\\HelperSet' => $vendorDir . '/symfony/console/Helper/HelperSet.php',
'Symfony\\Component\\Console\\Helper\\InputAwareHelper' => $vendorDir . '/symfony/console/Helper/InputAwareHelper.php',
'Symfony\\Component\\Console\\Helper\\ProcessHelper' => $vendorDir . '/symfony/console/Helper/ProcessHelper.php',
'Symfony\\Component\\Console\\Helper\\ProgressBar' => $vendorDir . '/symfony/console/Helper/ProgressBar.php',
'Symfony\\Component\\Console\\Helper\\ProgressHelper' => $vendorDir . '/symfony/console/Helper/ProgressHelper.php',
'Symfony\\Component\\Console\\Helper\\QuestionHelper' => $vendorDir . '/symfony/console/Helper/QuestionHelper.php',
'Symfony\\Component\\Console\\Helper\\SymfonyQuestionHelper' => $vendorDir . '/symfony/console/Helper/SymfonyQuestionHelper.php',
'Symfony\\Component\\Console\\Helper\\Table' => $vendorDir . '/symfony/console/Helper/Table.php',
'Symfony\\Component\\Console\\Helper\\TableCell' => $vendorDir . '/symfony/console/Helper/TableCell.php',
'Symfony\\Component\\Console\\Helper\\TableHelper' => $vendorDir . '/symfony/console/Helper/TableHelper.php',
'Symfony\\Component\\Console\\Helper\\TableSeparator' => $vendorDir . '/symfony/console/Helper/TableSeparator.php',
'Symfony\\Component\\Console\\Helper\\TableStyle' => $vendorDir . '/symfony/console/Helper/TableStyle.php',
'Symfony\\Component\\Console\\Input\\ArgvInput' => $vendorDir . '/symfony/console/Input/ArgvInput.php',
'Symfony\\Component\\Console\\Input\\ArrayInput' => $vendorDir . '/symfony/console/Input/ArrayInput.php',
'Symfony\\Component\\Console\\Input\\Input' => $vendorDir . '/symfony/console/Input/Input.php',
'Symfony\\Component\\Console\\Input\\InputArgument' => $vendorDir . '/symfony/console/Input/InputArgument.php',
'Symfony\\Component\\Console\\Input\\InputAwareInterface' => $vendorDir . '/symfony/console/Input/InputAwareInterface.php',
'Symfony\\Component\\Console\\Input\\InputDefinition' => $vendorDir . '/symfony/console/Input/InputDefinition.php',
'Symfony\\Component\\Console\\Input\\InputInterface' => $vendorDir . '/symfony/console/Input/InputInterface.php',
'Symfony\\Component\\Console\\Input\\InputOption' => $vendorDir . '/symfony/console/Input/InputOption.php',
'Symfony\\Component\\Console\\Input\\StringInput' => $vendorDir . '/symfony/console/Input/StringInput.php',
'Symfony\\Component\\Console\\Logger\\ConsoleLogger' => $vendorDir . '/symfony/console/Logger/ConsoleLogger.php',
'Symfony\\Component\\Console\\Output\\BufferedOutput' => $vendorDir . '/symfony/console/Output/BufferedOutput.php',
'Symfony\\Component\\Console\\Output\\ConsoleOutput' => $vendorDir . '/symfony/console/Output/ConsoleOutput.php',
'Symfony\\Component\\Console\\Output\\ConsoleOutputInterface' => $vendorDir . '/symfony/console/Output/ConsoleOutputInterface.php',
'Symfony\\Component\\Console\\Output\\NullOutput' => $vendorDir . '/symfony/console/Output/NullOutput.php',
'Symfony\\Component\\Console\\Output\\Output' => $vendorDir . '/symfony/console/Output/Output.php',
'Symfony\\Component\\Console\\Output\\OutputInterface' => $vendorDir . '/symfony/console/Output/OutputInterface.php',
'Symfony\\Component\\Console\\Output\\StreamOutput' => $vendorDir . '/symfony/console/Output/StreamOutput.php',
'Symfony\\Component\\Console\\Question\\ChoiceQuestion' => $vendorDir . '/symfony/console/Question/ChoiceQuestion.php',
'Symfony\\Component\\Console\\Question\\ConfirmationQuestion' => $vendorDir . '/symfony/console/Question/ConfirmationQuestion.php',
'Symfony\\Component\\Console\\Question\\Question' => $vendorDir . '/symfony/console/Question/Question.php',
'Symfony\\Component\\Console\\Shell' => $vendorDir . '/symfony/console/Shell.php',
'Symfony\\Component\\Console\\Style\\OutputStyle' => $vendorDir . '/symfony/console/Style/OutputStyle.php',
'Symfony\\Component\\Console\\Style\\StyleInterface' => $vendorDir . '/symfony/console/Style/StyleInterface.php',
'Symfony\\Component\\Console\\Style\\SymfonyStyle' => $vendorDir . '/symfony/console/Style/SymfonyStyle.php',
'Symfony\\Component\\Console\\Tester\\ApplicationTester' => $vendorDir . '/symfony/console/Tester/ApplicationTester.php',
'Symfony\\Component\\Console\\Tester\\CommandTester' => $vendorDir . '/symfony/console/Tester/CommandTester.php',
'Symfony\\Component\\Console\\Tests\\Descriptor\\ObjectsProvider' => $vendorDir . '/symfony/console/Tests/Descriptor/ObjectsProvider.php',
'Symfony\\Component\\Console\\Tests\\Fixtures\\DescriptorApplication1' => $vendorDir . '/symfony/console/Tests/Fixtures/DescriptorApplication1.php',
'Symfony\\Component\\Console\\Tests\\Fixtures\\DescriptorApplication2' => $vendorDir . '/symfony/console/Tests/Fixtures/DescriptorApplication2.php',
'Symfony\\Component\\Console\\Tests\\Fixtures\\DescriptorCommand1' => $vendorDir . '/symfony/console/Tests/Fixtures/DescriptorCommand1.php',
'Symfony\\Component\\Console\\Tests\\Fixtures\\DescriptorCommand2' => $vendorDir . '/symfony/console/Tests/Fixtures/DescriptorCommand2.php',
'Symfony\\Component\\Console\\Tests\\Fixtures\\DummyOutput' => $vendorDir . '/symfony/console/Tests/Fixtures/DummyOutput.php',
'Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher' => $vendorDir . '/symfony/event-dispatcher/ContainerAwareEventDispatcher.php',
'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher' => $vendorDir . '/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php',
'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcherInterface' => $vendorDir . '/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php',
'Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener' => $vendorDir . '/symfony/event-dispatcher/Debug/WrappedListener.php',
'Symfony\\Component\\EventDispatcher\\DependencyInjection\\RegisterListenersPass' => $vendorDir . '/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php',
'Symfony\\Component\\EventDispatcher\\Event' => $vendorDir . '/symfony/event-dispatcher/Event.php',
'Symfony\\Component\\EventDispatcher\\EventDispatcher' => $vendorDir . '/symfony/event-dispatcher/EventDispatcher.php',
'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/symfony/event-dispatcher/EventDispatcherInterface.php',
'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface' => $vendorDir . '/symfony/event-dispatcher/EventSubscriberInterface.php',
'Symfony\\Component\\EventDispatcher\\GenericEvent' => $vendorDir . '/symfony/event-dispatcher/GenericEvent.php',
'Symfony\\Component\\EventDispatcher\\ImmutableEventDispatcher' => $vendorDir . '/symfony/event-dispatcher/ImmutableEventDispatcher.php',
);