pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   manu
Date:           Thu Jan 23 15:47:16 UTC 2025

Modified Files:
        pkgsrc/doc: CHANGES-2025
        pkgsrc/time: Makefile
Added Files:
        pkgsrc/time/php-framadate: DESCR MESSAGE Makefile PLIST distinfo
            options.mk

Log Message:
Added time/php-framadate version 1.1.19

Framadate is an online service for planning an appointment or making
a decision quickly and easily. No registration is required


To generate a diff of this commit:
cvs rdiff -u -r1.587 -r1.588 pkgsrc/doc/CHANGES-2025
cvs rdiff -u -r1.278 -r1.279 pkgsrc/time/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/time/php-framadate/DESCR \
    pkgsrc/time/php-framadate/MESSAGE pkgsrc/time/php-framadate/Makefile \
    pkgsrc/time/php-framadate/PLIST pkgsrc/time/php-framadate/distinfo \
    pkgsrc/time/php-framadate/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2025
diff -u pkgsrc/doc/CHANGES-2025:1.587 pkgsrc/doc/CHANGES-2025:1.588
--- pkgsrc/doc/CHANGES-2025:1.587       Thu Jan 23 15:05:50 2025
+++ pkgsrc/doc/CHANGES-2025     Thu Jan 23 15:47:16 2025
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2025,v 1.587 2025/01/23 15:05:50 wiz Exp $
+$NetBSD: CHANGES-2025,v 1.588 2025/01/23 15:47:16 manu Exp $
 
 Changes to the packages collection and infrastructure in 2025:
 
@@ -775,3 +775,4 @@ Changes to the packages collection and i
        Updated www/firefox-l10n to 134.0.2 [ryoon 2025-01-23]
        Updated math/py-torch to 2.5.1nb1 [ryoon 2025-01-23]
        Updated pkgtools/pbulk to 0.75 [wiz 2025-01-23]
+       Added time/php-framadate version 1.1.19 [manu 2025-01-23]

Index: pkgsrc/time/Makefile
diff -u pkgsrc/time/Makefile:1.278 pkgsrc/time/Makefile:1.279
--- pkgsrc/time/Makefile:1.278  Tue Jan  7 19:38:21 2025
+++ pkgsrc/time/Makefile        Thu Jan 23 15:47:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.278 2025/01/07 19:38:21 pin Exp $
+# $NetBSD: Makefile,v 1.279 2025/01/23 15:47:16 manu Exp $
 #
 
 COMMENT=       Clocks, calendars, daily planners and other time related applications
@@ -155,6 +155,7 @@ SUBDIR+=    pclock
 SUBDIR+=       pear-Date
 SUBDIR+=       phoon
 SUBDIR+=       php-calendar
+SUBDIR+=       php-framadate
 SUBDIR+=       php-mrbs
 SUBDIR+=       plan
 SUBDIR+=       polclock

Added files:

Index: pkgsrc/time/php-framadate/DESCR
diff -u /dev/null pkgsrc/time/php-framadate/DESCR:1.1
--- /dev/null   Thu Jan 23 15:47:17 2025
+++ pkgsrc/time/php-framadate/DESCR     Thu Jan 23 15:47:16 2025
@@ -0,0 +1,2 @@
+Framadate is an online service for planning an appointment or making
+a decision quickly and easily. No registration is required.
Index: pkgsrc/time/php-framadate/MESSAGE
diff -u /dev/null pkgsrc/time/php-framadate/MESSAGE:1.1
--- /dev/null   Thu Jan 23 15:47:17 2025
+++ pkgsrc/time/php-framadate/MESSAGE   Thu Jan 23 15:47:16 2025
@@ -0,0 +1,12 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2025/01/23 15:47:16 manu Exp $
+
+Be sure to have the following lines in ${PREFIX}/etc/httpd/httpd.conf
+
+       DocumentRoot ${PREFIX}/share/framadate
+
+       <Directory "${PREFIX}/share/framadate">
+           AllowOverride FileInfo
+       </Directory>
+
+===========================================================================
Index: pkgsrc/time/php-framadate/Makefile
diff -u /dev/null pkgsrc/time/php-framadate/Makefile:1.1
--- /dev/null   Thu Jan 23 15:47:17 2025
+++ pkgsrc/time/php-framadate/Makefile  Thu Jan 23 15:47:16 2025
@@ -0,0 +1,72 @@
+# $NetBSD: Makefile,v 1.1 2025/01/23 15:47:16 manu Exp $
+
+DISTNAME=      framadate-1.1.19
+PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
+CATEGORIES=    time www
+MASTER_SITES=  https://framagit.org/framasoft/framadate/framadate/-/archive/1.1.19/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://framagit.org/framasoft/framadate/framadate
+COMMENT=       Poll and appointement web application
+LICENSE=       cecill-b-v1
+
+PHP_VERSIONS_INCOMPATIBLE=     56
+
+.include "options.mk"
+
+USE_LANGUAGES= # none
+USE_TOOLS=     pax
+
+DEPENDS+=      ${PHP_PKG_PREFIX}-intl-[0-9]*:../../textproc/php-intl
+DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
+
+TOOL_DEPENDS+= ${PHP_PKG_PREFIX}-composer-[0-9]*:../../devel/php-composer
+TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
+TOOL_DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
+TOOL_DEPENDS+= ${PHP_PKG_PREFIX}-intl-[0-9]*:../../textproc/php-intl
+
+.include "../../mk/bsd.prefs.mk"
+
+PKG_USERS_VARS+=       APACHE_USER
+
+DOCDIR=                share/doc/framadate
+WWWDIR=                share/framadate
+
+DOC_FILES=     AUTHORS.md CHANGELOG.md INSTALL.md LICENCE.fr.txt \
+               LICENSE.en.txt README.md doc/TECHNICAL.md doc/TREEVIEW.md
+
+WWW_DIRS=      action admin app css fonts images js locale tpl tpl_c vendor
+
+MAKE_DIRS_PERMS+=      ${WWWDIR}/tpl_c ${APACHE_USER} ${SHAREGRP} 0755
+MAKE_DIRS_PERMS+=      ${WWWDIR}/app/inc ${APACHE_USER} ${SHAREGRP} 0755
+
+INSTALLATION_DIRS+=    ${DOCDIR} ${WWWDIR}
+
+do-build:
+       cd ${WRKSRC} && composer update
+       cd ${WRKSRC} && ${CHMOD} -R og-w .
+       ${GREP} -rl '^#!/usr/bin/env' ${WRKSRC}/vendor | while read f ; do \
+               ${CP} $$f $$f.orig && \
+               ${SED} "s|^#!/usr/bin/env php|#!${PREFIX}/bin/php|" \
+                       $$f.orig > $$f && \
+               ${RM} $$f.orig ; \
+       done
+       f=${WRKSRC}/vendor/smarty/smarty/run-tests-for-all-php-versions.sh && \
+               ${CP} $$f $$f.orig && \
+               ${SED} "s|^#!/bin/bash|#!/bin/sh|" \
+                       $$f.orig > $$f && \
+               ${RM} $$f.orig
+
+do-install:
+       for f in ${DOC_FILES} ; do \
+               ${INSTALL_DATA} ${WRKSRC}/$$f ${DESTDIR}${PREFIX}/${DOCDIR}; \
+       done
+       cd ${WRKSRC} && ${FIND} ${WWW_DIRS} *.php robots.txt -print | \
+               ${PAX} -rw -pmp ${DESTDIR}${PREFIX}/${WWWDIR}
+       ${INSTALL_DATA} ${WRKSRC}/htaccess.txt \
+               ${DESTDIR}${PREFIX}/${WWWDIR}/.htaccess
+
+.include "../../lang/php/phpversion.mk"
+.include "../../lang/php/replace.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/php-framadate/PLIST
diff -u /dev/null pkgsrc/time/php-framadate/PLIST:1.1
--- /dev/null   Thu Jan 23 15:47:17 2025
+++ pkgsrc/time/php-framadate/PLIST     Thu Jan 23 15:47:16 2025
@@ -0,0 +1,4758 @@
+@comment $NetBSD: PLIST,v 1.1 2025/01/23 15:47:16 manu Exp $
+share/doc/framadate/AUTHORS.md
+share/doc/framadate/CHANGELOG.md
+share/doc/framadate/INSTALL.md
+share/doc/framadate/LICENCE.fr.txt
+share/doc/framadate/LICENSE.en.txt
+share/doc/framadate/README.md
+share/doc/framadate/TECHNICAL.md
+share/doc/framadate/TREEVIEW.md
+share/framadate/.htaccess
+share/framadate/action/add_comment.php
+share/framadate/action/send_edit_link_by_email_action.php
+share/framadate/admin/check.php
+share/framadate/admin/index.php
+share/framadate/admin/install.php
+share/framadate/admin/logs.php
+share/framadate/admin/migration.php
+share/framadate/admin/polls.php
+share/framadate/admin/purge.php
+share/framadate/adminstuds.php
+share/framadate/app/classes/Framadate/Choice.php
+share/framadate/app/classes/Framadate/Editable.php
+share/framadate/app/classes/Framadate/Exception/AlreadyExistsException.php
+share/framadate/app/classes/Framadate/Exception/ConcurrentEditionException.php
+share/framadate/app/classes/Framadate/Exception/ConcurrentVoteException.php
+share/framadate/app/classes/Framadate/Exception/MomentAlreadyExistsException.php
+share/framadate/app/classes/Framadate/Exception/PollNotFoundException.php
+share/framadate/app/classes/Framadate/Form.php
+share/framadate/app/classes/Framadate/FramaDB.php
+share/framadate/app/classes/Framadate/Message.php
+share/framadate/app/classes/Framadate/Migration/AddColumn_ValueMax_In_poll_For_1_1.php
+share/framadate/app/classes/Framadate/Migration/AddColumn_hidden_In_poll_For_0_9.php
+share/framadate/app/classes/Framadate/Migration/AddColumn_receiveNewComments_For_0_9.php
+share/framadate/app/classes/Framadate/Migration/AddColumn_uniqId_In_vote_For_0_9.php
+share/framadate/app/classes/Framadate/Migration/AddColumns_password_hash_And_results_publicly_visible_In_poll_For_0_9.php
+share/framadate/app/classes/Framadate/Migration/Alter_Comment_table_adding_date.php
+share/framadate/app/classes/Framadate/Migration/Alter_Comment_table_for_name_length.php
+share/framadate/app/classes/Framadate/Migration/Fix_MySQL_No_Zero_Date.php
+share/framadate/app/classes/Framadate/Migration/From_0_0_to_0_8_Migration.php
+share/framadate/app/classes/Framadate/Migration/From_0_8_to_0_9_Migration.php
+share/framadate/app/classes/Framadate/Migration/Generate_uniqId_for_old_votes.php
+share/framadate/app/classes/Framadate/Migration/Increase_pollId_size.php
+share/framadate/app/classes/Framadate/Migration/Migration.php
+share/framadate/app/classes/Framadate/Migration/RPadVotes_from_0_8.php
+share/framadate/app/classes/Framadate/Repositories/AbstractRepository.php
+share/framadate/app/classes/Framadate/Repositories/CommentRepository.php
+share/framadate/app/classes/Framadate/Repositories/PollRepository.php
+share/framadate/app/classes/Framadate/Repositories/RepositoryFactory.php
+share/framadate/app/classes/Framadate/Repositories/SlotRepository.php
+share/framadate/app/classes/Framadate/Repositories/VoteRepository.php
+share/framadate/app/classes/Framadate/Security/PasswordHasher.php
+share/framadate/app/classes/Framadate/Security/Token.php
+share/framadate/app/classes/Framadate/Services/AdminPollService.php
+share/framadate/app/classes/Framadate/Services/ICalService.php
+share/framadate/app/classes/Framadate/Services/InputService.php
+share/framadate/app/classes/Framadate/Services/InstallService.php
+share/framadate/app/classes/Framadate/Services/LogService.php
+share/framadate/app/classes/Framadate/Services/MailService.php
+share/framadate/app/classes/Framadate/Services/NotificationService.php
+share/framadate/app/classes/Framadate/Services/PollService.php
+share/framadate/app/classes/Framadate/Services/PurgeService.php
+share/framadate/app/classes/Framadate/Services/SecurityService.php
+share/framadate/app/classes/Framadate/Services/SessionService.php
+share/framadate/app/classes/Framadate/Services/SuperAdminService.php
+share/framadate/app/classes/Framadate/Utils.php
+share/framadate/app/inc/constants.php
+share/framadate/app/inc/i18n.php
+share/framadate/app/inc/init.php
+share/framadate/app/inc/smarty.php
+share/framadate/app/tests/Framadate/FramaTestCase.php
+share/framadate/app/tests/Framadate/Services/InputServiceUnitTest.php
+share/framadate/app/tests/Framadate/Services/MailServiceUnitTest.php
+share/framadate/app/tests/bootstrap.php
+share/framadate/bandeaux.php
+share/framadate/buildlang.php
+share/framadate/compare.php
+share/framadate/create_classic_poll.php
+share/framadate/create_date_poll.php
+share/framadate/create_poll.php
+share/framadate/css/app/create_poll.css
+share/framadate/css/bootstrap-theme.css
+share/framadate/css/bootstrap-theme.css.map
+share/framadate/css/bootstrap-theme.min.css
+share/framadate/css/bootstrap-theme.min.css.map
+share/framadate/css/bootstrap.css
+share/framadate/css/bootstrap.css.map
+share/framadate/css/bootstrap.min.css
+share/framadate/css/bootstrap.min.css.map
+share/framadate/css/datepicker.css
+share/framadate/css/datepicker3.css
+share/framadate/css/easymde.min.css
+share/framadate/css/fork-awesome.css
+share/framadate/css/fork-awesome.min.css
+share/framadate/css/fork-awesome.min.css.map
+share/framadate/css/frama.css
+share/framadate/css/jquery-ui.min.css
+share/framadate/css/print.css
+share/framadate/css/style.css
+share/framadate/exportcsv.php
+share/framadate/find_polls.php
+share/framadate/fonts/DejaVu Fonts License.txt
+share/framadate/fonts/DejaVuSans-Bold.ttf
+share/framadate/fonts/DejaVuSans-BoldOblique.ttf
+share/framadate/fonts/DejaVuSans-ExtraLight.ttf
+share/framadate/fonts/DejaVuSans-Oblique.ttf
+share/framadate/fonts/DejaVuSans.ttf
+share/framadate/fonts/forkawesome-webfont.eot
+share/framadate/fonts/forkawesome-webfont.svg
+share/framadate/fonts/forkawesome-webfont.ttf
+share/framadate/fonts/forkawesome-webfont.woff
+share/framadate/fonts/forkawesome-webfont.woff2
+share/framadate/fonts/glyphicons-halflings-regular.eot
+share/framadate/fonts/glyphicons-halflings-regular.svg
+share/framadate/fonts/glyphicons-halflings-regular.ttf
+share/framadate/fonts/glyphicons-halflings-regular.woff
+share/framadate/fonts/glyphicons-halflings-regular.woff2
+share/framadate/images/classic.png
+share/framadate/images/date.png
+share/framadate/images/logo-framadate.png
+share/framadate/index.php
+share/framadate/js/Chart.StackedBar.js
+share/framadate/js/Chart.min.js
+share/framadate/js/app/admin/polls.js
+share/framadate/js/app/adminstuds.js
+share/framadate/js/app/classic_poll.js
+share/framadate/js/app/create_poll.js
+share/framadate/js/app/date_poll.js
+share/framadate/js/app/framadatepicker.js
+share/framadate/js/app/studs.js
+share/framadate/js/bootstrap-datepicker.js
+share/framadate/js/bootstrap.js
+share/framadate/js/bootstrap.min.js
+share/framadate/js/core.js
+share/framadate/js/easymde.min.js
+share/framadate/js/jquery-3.6.0.min.js
+share/framadate/js/locales/bootstrap-datepicker.ar.js
+share/framadate/js/locales/bootstrap-datepicker.az.js
+share/framadate/js/locales/bootstrap-datepicker.bg.js
+share/framadate/js/locales/bootstrap-datepicker.ca.js
+share/framadate/js/locales/bootstrap-datepicker.cs.js
+share/framadate/js/locales/bootstrap-datepicker.cy.js
+share/framadate/js/locales/bootstrap-datepicker.da.js
+share/framadate/js/locales/bootstrap-datepicker.de.js
+share/framadate/js/locales/bootstrap-datepicker.el.js
+share/framadate/js/locales/bootstrap-datepicker.es.js
+share/framadate/js/locales/bootstrap-datepicker.et.js
+share/framadate/js/locales/bootstrap-datepicker.fa.js
+share/framadate/js/locales/bootstrap-datepicker.fi.js
+share/framadate/js/locales/bootstrap-datepicker.fr.js
+share/framadate/js/locales/bootstrap-datepicker.gl.js
+share/framadate/js/locales/bootstrap-datepicker.he.js
+share/framadate/js/locales/bootstrap-datepicker.hr.js
+share/framadate/js/locales/bootstrap-datepicker.hu.js
+share/framadate/js/locales/bootstrap-datepicker.id.js
+share/framadate/js/locales/bootstrap-datepicker.is.js
+share/framadate/js/locales/bootstrap-datepicker.it.js
+share/framadate/js/locales/bootstrap-datepicker.ja.js
+share/framadate/js/locales/bootstrap-datepicker.ka.js
+share/framadate/js/locales/bootstrap-datepicker.kk.js
+share/framadate/js/locales/bootstrap-datepicker.kr.js
+share/framadate/js/locales/bootstrap-datepicker.lt.js
+share/framadate/js/locales/bootstrap-datepicker.lv.js
+share/framadate/js/locales/bootstrap-datepicker.mk.js
+share/framadate/js/locales/bootstrap-datepicker.ms.js
+share/framadate/js/locales/bootstrap-datepicker.nb.js
+share/framadate/js/locales/bootstrap-datepicker.nl-BE.js
+share/framadate/js/locales/bootstrap-datepicker.nl.js
+share/framadate/js/locales/bootstrap-datepicker.no.js
+share/framadate/js/locales/bootstrap-datepicker.oc.js
+share/framadate/js/locales/bootstrap-datepicker.pl.js
+share/framadate/js/locales/bootstrap-datepicker.pt-BR.js
+share/framadate/js/locales/bootstrap-datepicker.pt.js
+share/framadate/js/locales/bootstrap-datepicker.ro.js
+share/framadate/js/locales/bootstrap-datepicker.rs-latin.js
+share/framadate/js/locales/bootstrap-datepicker.rs.js
+share/framadate/js/locales/bootstrap-datepicker.ru.js
+share/framadate/js/locales/bootstrap-datepicker.sk.js
+share/framadate/js/locales/bootstrap-datepicker.sl.js
+share/framadate/js/locales/bootstrap-datepicker.sq.js
+share/framadate/js/locales/bootstrap-datepicker.sv.js
+share/framadate/js/locales/bootstrap-datepicker.sw.js
+share/framadate/js/locales/bootstrap-datepicker.th.js
+share/framadate/js/locales/bootstrap-datepicker.tr.js
+share/framadate/js/locales/bootstrap-datepicker.ua.js
+share/framadate/js/locales/bootstrap-datepicker.vi.js
+share/framadate/js/locales/bootstrap-datepicker.zh-CN.js
+share/framadate/js/locales/bootstrap-datepicker.zh-TW.js
+share/framadate/js/mde-wrapper.js
+share/framadate/js/purify.min.js
+share/framadate/js/purify.min.js.map
+share/framadate/locale/ar.json
+share/framadate/locale/br.json
+share/framadate/locale/ca.json
+share/framadate/locale/de.json
+share/framadate/locale/en.json
+share/framadate/locale/eo.json
+share/framadate/locale/es.json
+share/framadate/locale/fr.json
+share/framadate/locale/fr_FR.json
+share/framadate/locale/gl.json
+share/framadate/locale/it.json
+share/framadate/locale/nl.json
+share/framadate/locale/oc.json
+share/framadate/maintenance.php
+share/framadate/robots.txt
+share/framadate/studs.php
+share/framadate/tpl/add_column.tpl
+share/framadate/tpl/admin/admin_page.tpl
+share/framadate/tpl/admin/config.tpl
+share/framadate/tpl/admin/index.tpl
+share/framadate/tpl/admin/install.tpl
+share/framadate/tpl/admin/logs.tpl
+share/framadate/tpl/admin/migration.tpl
+share/framadate/tpl/admin/polls.tpl
+share/framadate/tpl/admin/purge.tpl
+share/framadate/tpl/confirm/delete_comments.tpl
+share/framadate/tpl/confirm/delete_poll.tpl
+share/framadate/tpl/confirm/delete_votes.tpl
+share/framadate/tpl/create_classic_poll_step3.tpl
+share/framadate/tpl/create_date_poll_step_2.tpl
+share/framadate/tpl/create_poll.tpl
+share/framadate/tpl/error.tpl
+share/framadate/tpl/find_polls.tpl
+share/framadate/tpl/header.tpl
+share/framadate/tpl/index.tpl
+share/framadate/tpl/mail/find_polls.tpl
+share/framadate/tpl/mail/remember_edit_link.tpl
+share/framadate/tpl/maintenance.tpl
+share/framadate/tpl/page.tpl
+share/framadate/tpl/part/comments.tpl
+share/framadate/tpl/part/comments_list.tpl
+share/framadate/tpl/part/description_markdown.tpl
+share/framadate/tpl/part/form_remember_edit_link.tpl
+share/framadate/tpl/part/messages.tpl
+share/framadate/tpl/part/password_request.tpl
+share/framadate/tpl/part/poll_hint.tpl
+share/framadate/tpl/part/poll_hint_admin.tpl
+share/framadate/tpl/part/poll_info.tpl
+share/framadate/tpl/part/scroll_left_right.tpl
+share/framadate/tpl/part/vote_table_classic.tpl
+share/framadate/tpl/part/vote_table_date.tpl
+share/framadate/tpl/poll_deleted.tpl
+share/framadate/tpl/studs.tpl
+share/framadate/tpl_c/.gitkeep
+share/framadate/vendor/amphp/amp/LICENSE
+share/framadate/vendor/amphp/amp/composer.json
+share/framadate/vendor/amphp/amp/lib/CallableMaker.php
+share/framadate/vendor/amphp/amp/lib/CancellationToken.php
+share/framadate/vendor/amphp/amp/lib/CancellationTokenSource.php
+share/framadate/vendor/amphp/amp/lib/CancelledException.php
+share/framadate/vendor/amphp/amp/lib/CombinedCancellationToken.php
+share/framadate/vendor/amphp/amp/lib/Coroutine.php
+share/framadate/vendor/amphp/amp/lib/Deferred.php
+share/framadate/vendor/amphp/amp/lib/Delayed.php
+share/framadate/vendor/amphp/amp/lib/Emitter.php
+share/framadate/vendor/amphp/amp/lib/Failure.php
+share/framadate/vendor/amphp/amp/lib/Internal/Placeholder.php
+share/framadate/vendor/amphp/amp/lib/Internal/PrivateIterator.php
+share/framadate/vendor/amphp/amp/lib/Internal/PrivatePromise.php
+share/framadate/vendor/amphp/amp/lib/Internal/Producer.php
+share/framadate/vendor/amphp/amp/lib/Internal/ResolutionQueue.php
+share/framadate/vendor/amphp/amp/lib/Internal/functions.php
+share/framadate/vendor/amphp/amp/lib/InvalidYieldError.php
+share/framadate/vendor/amphp/amp/lib/Iterator.php
+share/framadate/vendor/amphp/amp/lib/LazyPromise.php
+share/framadate/vendor/amphp/amp/lib/Loop.php
+share/framadate/vendor/amphp/amp/lib/Loop/Driver.php
+share/framadate/vendor/amphp/amp/lib/Loop/DriverFactory.php
+share/framadate/vendor/amphp/amp/lib/Loop/EvDriver.php
+share/framadate/vendor/amphp/amp/lib/Loop/EventDriver.php
+share/framadate/vendor/amphp/amp/lib/Loop/Internal/TimerQueue.php
+share/framadate/vendor/amphp/amp/lib/Loop/InvalidWatcherError.php
+share/framadate/vendor/amphp/amp/lib/Loop/NativeDriver.php
+share/framadate/vendor/amphp/amp/lib/Loop/TracingDriver.php
+share/framadate/vendor/amphp/amp/lib/Loop/UnsupportedFeatureException.php
+share/framadate/vendor/amphp/amp/lib/Loop/UvDriver.php
+share/framadate/vendor/amphp/amp/lib/Loop/Watcher.php
+share/framadate/vendor/amphp/amp/lib/MultiReasonException.php
+share/framadate/vendor/amphp/amp/lib/NullCancellationToken.php
+share/framadate/vendor/amphp/amp/lib/Producer.php
+share/framadate/vendor/amphp/amp/lib/Promise.php
+share/framadate/vendor/amphp/amp/lib/Struct.php
+share/framadate/vendor/amphp/amp/lib/Success.php
+share/framadate/vendor/amphp/amp/lib/TimeoutCancellationToken.php
+share/framadate/vendor/amphp/amp/lib/TimeoutException.php
+share/framadate/vendor/amphp/amp/lib/functions.php
+share/framadate/vendor/amphp/byte-stream/LICENSE
+share/framadate/vendor/amphp/byte-stream/composer.json
+share/framadate/vendor/amphp/byte-stream/lib/Base64/Base64DecodingInputStream.php
+share/framadate/vendor/amphp/byte-stream/lib/Base64/Base64DecodingOutputStream.php
+share/framadate/vendor/amphp/byte-stream/lib/Base64/Base64EncodingInputStream.php
+share/framadate/vendor/amphp/byte-stream/lib/Base64/Base64EncodingOutputStream.php
+share/framadate/vendor/amphp/byte-stream/lib/ClosedException.php
+share/framadate/vendor/amphp/byte-stream/lib/InMemoryStream.php
+share/framadate/vendor/amphp/byte-stream/lib/InputStream.php
+share/framadate/vendor/amphp/byte-stream/lib/InputStreamChain.php
+share/framadate/vendor/amphp/byte-stream/lib/IteratorStream.php
+share/framadate/vendor/amphp/byte-stream/lib/LineReader.php
+share/framadate/vendor/amphp/byte-stream/lib/Message.php
+share/framadate/vendor/amphp/byte-stream/lib/OutputBuffer.php
+share/framadate/vendor/amphp/byte-stream/lib/OutputStream.php
+share/framadate/vendor/amphp/byte-stream/lib/Payload.php
+share/framadate/vendor/amphp/byte-stream/lib/PendingReadError.php
+share/framadate/vendor/amphp/byte-stream/lib/ResourceInputStream.php
+share/framadate/vendor/amphp/byte-stream/lib/ResourceOutputStream.php
+share/framadate/vendor/amphp/byte-stream/lib/StreamException.php
+share/framadate/vendor/amphp/byte-stream/lib/ZlibInputStream.php
+share/framadate/vendor/amphp/byte-stream/lib/ZlibOutputStream.php
+share/framadate/vendor/amphp/byte-stream/lib/functions.php
+share/framadate/vendor/autoload.php
+share/framadate/vendor/bin/generate_vcards
+share/framadate/vendor/bin/php-cs-fixer
+share/framadate/vendor/bin/php-parse
+share/framadate/vendor/bin/phpunit
+share/framadate/vendor/bin/psalm
+share/framadate/vendor/bin/psalm-language-server
+share/framadate/vendor/bin/psalm-plugin
+share/framadate/vendor/bin/psalm-refactor
+share/framadate/vendor/bin/psalter
+share/framadate/vendor/bin/vobject
+share/framadate/vendor/composer/ClassLoader.php
+share/framadate/vendor/composer/InstalledVersions.php
+share/framadate/vendor/composer/LICENSE
+share/framadate/vendor/composer/autoload_classmap.php
+share/framadate/vendor/composer/autoload_files.php
+share/framadate/vendor/composer/autoload_namespaces.php
+share/framadate/vendor/composer/autoload_psr4.php
+share/framadate/vendor/composer/autoload_real.php
+share/framadate/vendor/composer/autoload_static.php
+share/framadate/vendor/composer/installed.json
+share/framadate/vendor/composer/installed.php
+share/framadate/vendor/composer/package-versions-deprecated/CHANGELOG.md
+share/framadate/vendor/composer/package-versions-deprecated/CONTRIBUTING.md
+share/framadate/vendor/composer/package-versions-deprecated/LICENSE
+share/framadate/vendor/composer/package-versions-deprecated/README.md
+share/framadate/vendor/composer/package-versions-deprecated/SECURITY.md
+share/framadate/vendor/composer/package-versions-deprecated/composer.json
+share/framadate/vendor/composer/package-versions-deprecated/composer.lock
+share/framadate/vendor/composer/package-versions-deprecated/src/PackageVersions/FallbackVersions.php
+share/framadate/vendor/composer/package-versions-deprecated/src/PackageVersions/Installer.php
+share/framadate/vendor/composer/package-versions-deprecated/src/PackageVersions/Versions.php
+share/framadate/vendor/composer/pcre/LICENSE
+share/framadate/vendor/composer/pcre/README.md
+share/framadate/vendor/composer/pcre/composer.json
+share/framadate/vendor/composer/pcre/src/MatchAllResult.php
+share/framadate/vendor/composer/pcre/src/MatchAllWithOffsetsResult.php
+share/framadate/vendor/composer/pcre/src/MatchResult.php
+share/framadate/vendor/composer/pcre/src/MatchWithOffsetsResult.php
+share/framadate/vendor/composer/pcre/src/PcreException.php
+share/framadate/vendor/composer/pcre/src/Preg.php
+share/framadate/vendor/composer/pcre/src/Regex.php
+share/framadate/vendor/composer/pcre/src/ReplaceResult.php
+share/framadate/vendor/composer/platform_check.php
+share/framadate/vendor/composer/semver/CHANGELOG.md
+share/framadate/vendor/composer/semver/LICENSE
+share/framadate/vendor/composer/semver/README.md
+share/framadate/vendor/composer/semver/composer.json
+share/framadate/vendor/composer/semver/src/Comparator.php
+share/framadate/vendor/composer/semver/src/CompilingMatcher.php
+share/framadate/vendor/composer/semver/src/Constraint/Bound.php
+share/framadate/vendor/composer/semver/src/Constraint/Constraint.php
+share/framadate/vendor/composer/semver/src/Constraint/ConstraintInterface.php
+share/framadate/vendor/composer/semver/src/Constraint/MatchAllConstraint.php
+share/framadate/vendor/composer/semver/src/Constraint/MatchNoneConstraint.php
+share/framadate/vendor/composer/semver/src/Constraint/MultiConstraint.php
+share/framadate/vendor/composer/semver/src/Interval.php
+share/framadate/vendor/composer/semver/src/Intervals.php
+share/framadate/vendor/composer/semver/src/Semver.php
+share/framadate/vendor/composer/semver/src/VersionParser.php
+share/framadate/vendor/composer/xdebug-handler/CHANGELOG.md
+share/framadate/vendor/composer/xdebug-handler/LICENSE
+share/framadate/vendor/composer/xdebug-handler/README.md
+share/framadate/vendor/composer/xdebug-handler/UPGRADE.md
+share/framadate/vendor/composer/xdebug-handler/composer.json
+share/framadate/vendor/composer/xdebug-handler/src/PhpConfig.php
+share/framadate/vendor/composer/xdebug-handler/src/Process.php
+share/framadate/vendor/composer/xdebug-handler/src/Status.php
+share/framadate/vendor/composer/xdebug-handler/src/XdebugHandler.php
+share/framadate/vendor/dnoegel/php-xdg-base-dir/LICENSE
+share/framadate/vendor/dnoegel/php-xdg-base-dir/README.md
+share/framadate/vendor/dnoegel/php-xdg-base-dir/composer.json
+share/framadate/vendor/dnoegel/php-xdg-base-dir/src/Xdg.php
+share/framadate/vendor/doctrine/annotations/LICENSE
+share/framadate/vendor/doctrine/annotations/README.md
+share/framadate/vendor/doctrine/annotations/composer.json
+share/framadate/vendor/doctrine/annotations/docs/en/annotations.rst
+share/framadate/vendor/doctrine/annotations/docs/en/custom.rst
+share/framadate/vendor/doctrine/annotations/docs/en/index.rst
+share/framadate/vendor/doctrine/annotations/docs/en/sidebar.rst
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
+share/framadate/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
+share/framadate/vendor/doctrine/annotations/psalm.xml
+share/framadate/vendor/doctrine/deprecations/LICENSE
+share/framadate/vendor/doctrine/deprecations/README.md
+share/framadate/vendor/doctrine/deprecations/composer.json
+share/framadate/vendor/doctrine/deprecations/src/Deprecation.php
+share/framadate/vendor/doctrine/deprecations/src/PHPUnit/VerifyDeprecations.php
+share/framadate/vendor/doctrine/instantiator/.doctrine-project.json
+share/framadate/vendor/doctrine/instantiator/CONTRIBUTING.md
+share/framadate/vendor/doctrine/instantiator/LICENSE
+share/framadate/vendor/doctrine/instantiator/README.md
+share/framadate/vendor/doctrine/instantiator/composer.json
+share/framadate/vendor/doctrine/instantiator/docs/en/index.rst
+share/framadate/vendor/doctrine/instantiator/docs/en/sidebar.rst
+share/framadate/vendor/doctrine/instantiator/psalm.xml
+share/framadate/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php
+share/framadate/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php
+share/framadate/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php
+share/framadate/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
+share/framadate/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
+share/framadate/vendor/doctrine/lexer/LICENSE
+share/framadate/vendor/doctrine/lexer/README.md
+share/framadate/vendor/doctrine/lexer/UPGRADE.md
+share/framadate/vendor/doctrine/lexer/composer.json
+share/framadate/vendor/doctrine/lexer/src/AbstractLexer.php
+share/framadate/vendor/doctrine/lexer/src/Token.php
+share/framadate/vendor/egulias/email-validator/CHANGELOG.md
+share/framadate/vendor/egulias/email-validator/CONTRIBUTING.md
+share/framadate/vendor/egulias/email-validator/LICENSE
+share/framadate/vendor/egulias/email-validator/composer.json
+share/framadate/vendor/egulias/email-validator/src/EmailLexer.php
+share/framadate/vendor/egulias/email-validator/src/EmailParser.php
+share/framadate/vendor/egulias/email-validator/src/EmailValidator.php
+share/framadate/vendor/egulias/email-validator/src/MessageIDParser.php
+share/framadate/vendor/egulias/email-validator/src/Parser.php
+share/framadate/vendor/egulias/email-validator/src/Parser/Comment.php
+share/framadate/vendor/egulias/email-validator/src/Parser/CommentStrategy/CommentStrategy.php
+share/framadate/vendor/egulias/email-validator/src/Parser/CommentStrategy/DomainComment.php
+share/framadate/vendor/egulias/email-validator/src/Parser/CommentStrategy/LocalComment.php
+share/framadate/vendor/egulias/email-validator/src/Parser/DomainLiteral.php
+share/framadate/vendor/egulias/email-validator/src/Parser/DomainPart.php
+share/framadate/vendor/egulias/email-validator/src/Parser/DoubleQuote.php
+share/framadate/vendor/egulias/email-validator/src/Parser/FoldingWhiteSpace.php
+share/framadate/vendor/egulias/email-validator/src/Parser/IDLeftPart.php
+share/framadate/vendor/egulias/email-validator/src/Parser/IDRightPart.php
+share/framadate/vendor/egulias/email-validator/src/Parser/LocalPart.php
+share/framadate/vendor/egulias/email-validator/src/Parser/PartParser.php
+share/framadate/vendor/egulias/email-validator/src/Result/InvalidEmail.php
+share/framadate/vendor/egulias/email-validator/src/Result/MultipleErrors.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/AtextAfterCFWS.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/CRLFAtTheEnd.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/CRLFX2.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/CRNoLF.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/CharNotAllowed.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/CommaInDomain.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/CommentsInIDRight.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/ConsecutiveAt.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/ConsecutiveDot.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/DetailedReason.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/DomainAcceptsNoMail.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/DomainHyphened.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/DomainTooLong.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/DotAtEnd.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/DotAtStart.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/EmptyReason.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/ExceptionFound.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/ExpectingATEXT.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/ExpectingCTEXT.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/ExpectingDTEXT.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/ExpectingDomainLiteralClose.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/LabelTooLong.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/LocalOrReservedDomain.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/NoDNSRecord.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/NoDomainPart.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/NoLocalPart.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/RFCWarnings.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/Reason.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/SpoofEmail.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/UnOpenedComment.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/UnableToGetDNSRecord.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/UnclosedComment.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/UnclosedQuotedString.php
+share/framadate/vendor/egulias/email-validator/src/Result/Reason/UnusualElements.php
+share/framadate/vendor/egulias/email-validator/src/Result/Result.php
+share/framadate/vendor/egulias/email-validator/src/Result/SpoofEmail.php
+share/framadate/vendor/egulias/email-validator/src/Result/ValidEmail.php
+share/framadate/vendor/egulias/email-validator/src/Validation/DNSCheckValidation.php
+share/framadate/vendor/egulias/email-validator/src/Validation/DNSGetRecordWrapper.php
+share/framadate/vendor/egulias/email-validator/src/Validation/DNSRecords.php
+share/framadate/vendor/egulias/email-validator/src/Validation/EmailValidation.php
+share/framadate/vendor/egulias/email-validator/src/Validation/Exception/EmptyValidationList.php
+share/framadate/vendor/egulias/email-validator/src/Validation/Extra/SpoofCheckValidation.php
+share/framadate/vendor/egulias/email-validator/src/Validation/MessageIDValidation.php
+share/framadate/vendor/egulias/email-validator/src/Validation/MultipleValidationWithAnd.php
+share/framadate/vendor/egulias/email-validator/src/Validation/NoRFCWarningsValidation.php
+share/framadate/vendor/egulias/email-validator/src/Validation/RFCValidation.php
+share/framadate/vendor/egulias/email-validator/src/Warning/AddressLiteral.php
+share/framadate/vendor/egulias/email-validator/src/Warning/CFWSNearAt.php
+share/framadate/vendor/egulias/email-validator/src/Warning/CFWSWithFWS.php
+share/framadate/vendor/egulias/email-validator/src/Warning/Comment.php
+share/framadate/vendor/egulias/email-validator/src/Warning/DeprecatedComment.php
+share/framadate/vendor/egulias/email-validator/src/Warning/DomainLiteral.php
+share/framadate/vendor/egulias/email-validator/src/Warning/EmailTooLong.php
+share/framadate/vendor/egulias/email-validator/src/Warning/IPV6BadChar.php
+share/framadate/vendor/egulias/email-validator/src/Warning/IPV6ColonEnd.php
+share/framadate/vendor/egulias/email-validator/src/Warning/IPV6ColonStart.php
+share/framadate/vendor/egulias/email-validator/src/Warning/IPV6Deprecated.php
+share/framadate/vendor/egulias/email-validator/src/Warning/IPV6DoubleColon.php
+share/framadate/vendor/egulias/email-validator/src/Warning/IPV6GroupCount.php
+share/framadate/vendor/egulias/email-validator/src/Warning/IPV6MaxGroups.php
+share/framadate/vendor/egulias/email-validator/src/Warning/LocalTooLong.php
+share/framadate/vendor/egulias/email-validator/src/Warning/NoDNSMXRecord.php
+share/framadate/vendor/egulias/email-validator/src/Warning/ObsoleteDTEXT.php
+share/framadate/vendor/egulias/email-validator/src/Warning/QuotedPart.php
+share/framadate/vendor/egulias/email-validator/src/Warning/QuotedString.php
+share/framadate/vendor/egulias/email-validator/src/Warning/TLD.php
+share/framadate/vendor/egulias/email-validator/src/Warning/Warning.php
+share/framadate/vendor/erusev/parsedown/LICENSE.txt
+share/framadate/vendor/erusev/parsedown/Parsedown.php
+share/framadate/vendor/erusev/parsedown/README.md
+share/framadate/vendor/erusev/parsedown/composer.json
+share/framadate/vendor/felixfbecker/advanced-json-rpc/.github/workflows/build.yml
+share/framadate/vendor/felixfbecker/advanced-json-rpc/LICENSE
+share/framadate/vendor/felixfbecker/advanced-json-rpc/composer.json
+share/framadate/vendor/felixfbecker/advanced-json-rpc/lib/Dispatcher.php
+share/framadate/vendor/felixfbecker/advanced-json-rpc/lib/Error.php
+share/framadate/vendor/felixfbecker/advanced-json-rpc/lib/ErrorCode.php
+share/framadate/vendor/felixfbecker/advanced-json-rpc/lib/ErrorResponse.php
+share/framadate/vendor/felixfbecker/advanced-json-rpc/lib/Message.php
+share/framadate/vendor/felixfbecker/advanced-json-rpc/lib/Notification.php
+share/framadate/vendor/felixfbecker/advanced-json-rpc/lib/Request.php
+share/framadate/vendor/felixfbecker/advanced-json-rpc/lib/Response.php
+share/framadate/vendor/felixfbecker/advanced-json-rpc/lib/SuccessResponse.php
+share/framadate/vendor/felixfbecker/language-server-protocol/.editorconfig
+share/framadate/vendor/felixfbecker/language-server-protocol/.github/workflows/build.yml
+share/framadate/vendor/felixfbecker/language-server-protocol/.github/workflows/semantic.yml
+share/framadate/vendor/felixfbecker/language-server-protocol/LICENSE
+share/framadate/vendor/felixfbecker/language-server-protocol/README.md
+share/framadate/vendor/felixfbecker/language-server-protocol/composer.json
+share/framadate/vendor/felixfbecker/language-server-protocol/package-lock.json
+share/framadate/vendor/felixfbecker/language-server-protocol/package.json
+share/framadate/vendor/felixfbecker/language-server-protocol/psalm-baseline.xml
+share/framadate/vendor/felixfbecker/language-server-protocol/psalm.xml
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CallHierarchyClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ChangeAnnotation.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ClientCapabilitiesGeneral.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ClientCapabilitiesWindow.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ClientCapabilitiesWorkspace.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ClientCapabilitiesWorkspaceFileOperations.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ClientInfo.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeAction.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeActionClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeActionClientCapabilitiesCodeActionLiteralSupport.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeActionClientCapabilitiesCodeActionLiteralSupportcodeActionKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeActionClientCapabilitiesResolveSupport.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeActionContext.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeActionDisabled.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeActionKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeActionTriggerKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeDescription.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeLens.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeLensClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeLensOptions.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CodeLensWorkspaceClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/Command.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionClientCapabilitiesCompletionItem.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionClientCapabilitiesCompletionItemInsertTextModeSupport.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionClientCapabilitiesCompletionItemResolveSupport.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionClientCapabilitiesCompletionItemTagSupport.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionClientCapabilitiesCompletionList.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionContext.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionItem.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionItemKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionItemLabelDetails.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionItemTag.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionList.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionOptions.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/CompletionTriggerKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ContentChangeEvent.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DeclarationClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DefinitionClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DependencyReference.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/Diagnostic.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DiagnosticRelatedInformation.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DiagnosticSeverity.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DiagnosticTag.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DidChangeConfigurationClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DidChangeWatchedFilesClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DocumentColorClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DocumentFormattingClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DocumentHighlight.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DocumentHighlightClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DocumentHighlightKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DocumentLinkClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DocumentOnTypeFormattingClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DocumentOnTypeFormattingOptions.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DocumentRangeFormattingClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DocumentSymbolClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DocumentSymbolClientCapabilitiesSymbolKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/DocumentSymbolClientCapabilitiesTagSupport.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ErrorCode.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ExecuteCommandClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ExecuteCommandOptions.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/FailureHandlingKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/FileChangeType.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/FileEvent.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/FoldingRangeClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/FormattingOptions.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/Hover.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/HoverClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ImplementationClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/InitializeResult.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/InitializeResultServerInfo.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/InsertTextFormat.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/InsertTextMode.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/LinkedEditingRangeClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/Location.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/LogMessage.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/LogTrace.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/MarkdownClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/MarkedString.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/MarkupContent.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/MarkupKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/MessageActionItem.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/MessageType.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/MonikerClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/PackageDescriptor.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ParameterInformation.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/Position.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/PrepareSupportDefaultBehavior.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/PublishDiagnosticsClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/PublishDiagnosticsClientCapabilitiesTagSupport.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/Range.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ReferenceClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ReferenceContext.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ReferenceInformation.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/RegularExpressionsClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/RenameClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ResourceOperationKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SaveOptions.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SelectionRangeClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SemanticTokensClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SemanticTokensClientCapabilitiesRequests.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SemanticTokensWorkspaceClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ServerCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ShowDocumentClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ShowMessageRequestClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/ShowMessageRequestClientCapabilitiesMessageActionItem.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SignatureHelp.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SignatureHelpClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SignatureHelpClientCapabilitiesSignatureInformation.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SignatureHelpClientCapabilitiesSignatureInformationParameterInformation.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SignatureHelpOptions.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SignatureInformation.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SymbolDescriptor.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SymbolInformation.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SymbolKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SymbolLocationInformation.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/SymbolTag.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/TextDocumentClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/TextDocumentContentChangeEvent.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/TextDocumentIdentifier.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/TextDocumentItem.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/TextDocumentSyncClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/TextDocumentSyncKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/TextDocumentSyncOptions.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/TextEdit.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/TokenFormat.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/TypeDefinitionClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/VersionedTextDocumentIdentifier.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/WorkspaceEdit.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/WorkspaceEditClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/WorkspaceEditClientCapabilitiesChangeAnnotationSupport.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/WorkspaceFolder.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/WorkspaceSymbolClientCapabilities.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/WorkspaceSymbolClientCapabilitiesResolveSupport.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/WorkspaceSymbolClientCapabilitiesSymbolKind.php
+share/framadate/vendor/felixfbecker/language-server-protocol/src/WorkspaceSymbolClientCapabilitiesTagSupport.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/CHANGELOG.md
+share/framadate/vendor/friendsofphp/php-cs-fixer/CONTRIBUTING.md
+share/framadate/vendor/friendsofphp/php-cs-fixer/LICENSE
+share/framadate/vendor/friendsofphp/php-cs-fixer/README.md
+share/framadate/vendor/friendsofphp/php-cs-fixer/UPGRADE-v3.md
+share/framadate/vendor/friendsofphp/php-cs-fixer/ci-integration.sh
+share/framadate/vendor/friendsofphp/php-cs-fixer/composer.json
+share/framadate/vendor/friendsofphp/php-cs-fixer/logo.md
+share/framadate/vendor/friendsofphp/php-cs-fixer/logo.png
+share/framadate/vendor/friendsofphp/php-cs-fixer/php-cs-fixer
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/AbstractDoctrineAnnotationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/AbstractFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/AbstractFopenFlagFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/AbstractFunctionReferenceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/AbstractLinesBeforeNamespaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/AbstractNoUselessElseFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/AbstractPhpdocToTypeDeclarationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/AbstractPhpdocTypesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/AbstractProxyFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Cache/Cache.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Cache/CacheInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Cache/CacheManagerInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Cache/Directory.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Cache/DirectoryInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Cache/FileCacheManager.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Cache/FileHandler.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Cache/FileHandlerInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Cache/NullCacheManager.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Cache/Signature.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Cache/SignatureInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Config.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/ConfigInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/InvalidConfigurationException.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/InvalidFixerConfigurationException.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/InvalidForEnvFixerConfigurationException.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/RequiredFixerConfigurationException.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Application.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Command/DescribeCommand.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Command/DescribeNameNotFoundException.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Command/DocumentationCommand.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Command/FixCommand.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Command/FixCommandExitStatusCalculator.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Command/HelpCommand.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Command/ListFilesCommand.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Command/ListSetsCommand.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Command/SelfUpdateCommand.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/ConfigurationResolver.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Output/ErrorOutput.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Output/NullOutput.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Output/ProcessOutput.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Output/ProcessOutputInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/CheckstyleReporter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/GitlabReporter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/JsonReporter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/JunitReporter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/ReportSummary.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/ReporterFactory.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/ReporterInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/TextReporter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/XmlReporter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/JsonReporter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/ReportSummary.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/ReporterFactory.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/ReporterInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/TextReporter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/GithubClient.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/GithubClientInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/NewVersionChecker.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/NewVersionCheckerInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Console/WarningsDetector.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Differ/DiffConsoleFormatter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Differ/DifferInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Differ/FullDiffer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Differ/NullDiffer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Differ/UnifiedDiffer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/DocBlock/Annotation.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/DocBlock/DocBlock.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/DocBlock/Line.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/DocBlock/ShortDescription.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/DocBlock/Tag.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/DocBlock/TagComparator.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/DocBlock/TypeExpression.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/Token.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/Tokens.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Documentation/DocumentationLocator.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Documentation/FixerDocumentGenerator.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Documentation/ListDocumentGenerator.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Documentation/RstUtils.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Documentation/RuleSetDocumentationGenerator.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Error/Error.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Error/ErrorsManager.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FileReader.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FileRemoval.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Finder.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractIncrementOperatorFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractPhpUnitFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/ArrayPushFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/BacktickToShellExecFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/EregToPregFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/MbStrFunctionsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/ModernizeStrposFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoAliasFunctionsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoAliasLanguageConstructCallFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoMixedEchoPrintFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/PowToExponentiationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/RandomApiMigrationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/SetTypeToCastFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/ArraySyntaxFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoMultilineWhitespaceAroundDoubleArrowFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoTrailingCommaInSinglelineArrayFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoWhitespaceBeforeCommaInArrayFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NormalizeIndexBraceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/TrimArraySpacesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/WhitespaceAfterCommaInArrayFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/BracesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/EncodingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NonPrintableCharacterFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/OctalNotationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/PsrAutoloadingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/ConstantCaseFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/IntegerLiteralCaseFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/LowercaseKeywordsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/LowercaseStaticReferenceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/MagicConstantCasingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/MagicMethodCasingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/NativeFunctionCasingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/NativeFunctionTypeDeclarationCasingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/CastSpacesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/LowercaseCastFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/ModernizeTypesCastingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/NoShortBoolCastFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/NoUnsetCastFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/ShortScalarCastFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/ClassAttributesSeparationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/ClassDefinitionFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalClassFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalInternalClassFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalPublicMethodForAbstractClassFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoBlankLinesAfterClassOpeningFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoNullPropertyInitializationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoPhp4ConstructorFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoUnneededFinalMethodFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedClassElementsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedInterfacesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedTraitsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/ProtectedToPrivateFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SelfAccessorFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SelfStaticAccessorFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SingleClassElementPerStatementFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SingleTraitInsertPerStatementFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/VisibilityRequiredFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassUsage/DateTimeImmutableFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/CommentToPhpdocFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/HeaderCommentFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/MultilineCommentOpeningClosingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/NoEmptyCommentFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/NoTrailingWhitespaceInCommentFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/SingleLineCommentStyleFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ConfigurableFixerInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ConstantNotation/NativeConstantInvocationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ControlStructureContinuationPositionFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ElseifFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/EmptyLoopBodyFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/EmptyLoopConditionFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/IncludeFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoAlternativeSyntaxFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoBreakCommentFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoSuperfluousElseifFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoTrailingCommaInListCallFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUnneededControlParenthesesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUnneededCurlyBracesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUselessElseFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SimplifiedIfReturnFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SwitchCaseSemicolonToColonFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SwitchCaseSpaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SwitchContinueToBreakFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/TrailingCommaInMultilineFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/YodaStyleFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/DeprecatedFixerInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationArrayAssignmentFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationBracesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationIndentationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationSpacesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FixerInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/CombineNestedDirnameFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FopenFlagOrderFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FopenFlagsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FunctionDeclarationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FunctionTypehintSpaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/ImplodeCallFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/LambdaNotUsedImportFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/MethodArgumentSpaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NativeFunctionInvocationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoSpacesAfterFunctionNameFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoUnreachableDefaultArgumentValueFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoUselessSprintfFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NullableTypeDeclarationForDefaultNullValueFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/PhpdocToParamTypeFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/PhpdocToPropertyTypeFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/PhpdocToReturnTypeFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/RegularCallableCallFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/ReturnTypeDeclarationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/SingleLineThrowFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/StaticLambdaFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/UseArrowFunctionsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/VoidReturnFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/FullyQualifiedStrictTypesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/GlobalNamespaceImportFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/GroupImportFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/NoLeadingImportSlashFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/NoUnusedImportsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/OrderedImportsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/SingleImportPerStatementFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/SingleLineAfterImportsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ClassKeywordRemoveFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/CombineConsecutiveIssetsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/CombineConsecutiveUnsetsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/DeclareEqualNormalizeFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/DeclareParenthesesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/DirConstantFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ErrorSuppressionFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ExplicitIndirectVariableFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/FunctionToConstantFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/IsNullFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/NoUnsetOnPropertyFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/SingleSpaceAfterConstructFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ListNotation/ListSyntaxFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/BlankLineAfterNamespaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/CleanNamespaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/NoBlankLinesBeforeNamespaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/NoLeadingNamespaceWhitespaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/SingleBlankLineBeforeNamespaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Naming/NoHomoglyphNamesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/AssignNullCoalescingToCoalesceEqualFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/BinaryOperatorSpacesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/ConcatSpaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/IncrementStyleFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/LogicalOperatorsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NewWithBracesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NoSpaceAroundDoubleColonFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NotOperatorWithSpaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NotOperatorWithSuccessorSpaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/ObjectOperatorWithoutWhitespaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/OperatorLinebreakFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/StandardizeIncrementFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/StandardizeNotEqualsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/TernaryOperatorSpacesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/TernaryToElvisOperatorFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/TernaryToNullCoalescingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/UnaryOperatorSpacesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/BlankLineAfterOpeningTagFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/EchoTagSyntaxFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/FullOpeningTagFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/LinebreakAfterOpeningTagFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/NoClosingTagFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitConstructFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDedicateAssertFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDedicateAssertInternalTypeFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitExpectationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitFqcnAnnotationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitInternalClassFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMethodCasingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMockFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMockShortWillReturnFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitNamespacedFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitNoExpectationAnnotationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitSetUpTearDownVisibilityFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitSizeClassFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitStrictFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTargetVersion.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestAnnotationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestCaseStaticMethodCallsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestClassRequiresCoversFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/AlignMultilineCommentFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/GeneralPhpdocAnnotationRemoveFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/GeneralPhpdocTagRenameFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/NoBlankLinesAfterPhpdocFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/NoEmptyPhpdocFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/NoSuperfluousPhpdocTagsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocAddMissingParamAnnotationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocAlignFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocAnnotationWithoutDotFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocIndentFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocInlineTagNormalizerFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocLineSpanFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoAccessFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoAliasTagFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoEmptyReturnFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoPackageFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoUselessInheritdocFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocOrderByValueFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocOrderFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocReturnSelfReferenceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocScalarFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocSeparationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocSingleLineVarSpacingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocSummaryFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTagCasingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTagTypeFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocToCommentFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTrimConsecutiveBlankLineSeparationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTrimFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTypesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTypesOrderFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocVarAnnotationCorrectOrderFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocVarWithoutNameFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/NoUselessReturnFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/ReturnAssignmentFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/SimplifiedNullReturnFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/MultilineWhitespaceBeforeSemicolonsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/NoEmptyStatementFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/NoSinglelineWhitespaceBeforeSemicolonsFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/SemicolonAfterInstructionFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/SpaceAfterSemicolonFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/DeclareStrictTypesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/StrictComparisonFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/StrictParamFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/EscapeImplicitBackslashesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/ExplicitStringVariableFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/HeredocToNowdocFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/NoBinaryStringFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/NoTrailingWhitespaceInStringFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/SimpleToComplexStringVariableFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/SingleQuoteFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/StringLengthToEmptyFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/StringLineEndingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/ArrayIndentationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/BlankLineBeforeStatementFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/CompactNullableTypehintFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/HeredocIndentationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/IndentationTypeFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/LineEndingFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/MethodChainingIndentationFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoExtraBlankLinesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoSpacesAroundOffsetFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoSpacesInsideParenthesisFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoTrailingWhitespaceFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoWhitespaceInBlankLineFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/SingleBlankLineAtEofFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/TypesSpacesFixer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Fixer/WhitespacesAwareFixerInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/AliasedFixerOption.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/AliasedFixerOptionBuilder.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/AllowedValueSubset.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/DeprecatedFixerOption.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/DeprecatedFixerOptionInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerConfigurationResolver.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerConfigurationResolverInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerOption.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerOptionBuilder.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerOptionInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/InvalidOptionsForEnvException.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/CodeSample.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/CodeSampleInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/FileSpecificCodeSample.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/FileSpecificCodeSampleInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/FixerDefinition.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/FixerDefinitionInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/VersionSpecificCodeSample.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/VersionSpecificCodeSampleInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/VersionSpecification.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/VersionSpecificationInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerFactory.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerFileProcessedEvent.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/FixerNameValidator.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Indicator/PhpUnitTestCaseIndicator.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Linter/CachingLinter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Linter/Linter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Linter/LinterInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Linter/LintingException.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Linter/LintingResultInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Linter/ProcessLinter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Linter/ProcessLinterProcessBuilder.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Linter/ProcessLintingResult.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Linter/TokenizerLinter.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Linter/TokenizerLintingResult.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Linter/UnavailableLinterException.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/PharChecker.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/PharCheckerInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Preg.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/PregException.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/AbstractMigrationSetDescription.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/AbstractRuleSetDescription.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/RuleSet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/RuleSetDescriptionInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/RuleSetInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/RuleSets.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/DoctrineAnnotationSet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP54MigrationSet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP56MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP70MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP70MigrationSet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP71MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP71MigrationSet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP73MigrationSet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP74MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP74MigrationSet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP80MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP80MigrationSet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP81MigrationSet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit30MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit32MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit35MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit43MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit48MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit50MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit52MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit54MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit55MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit56MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit57MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit60MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit75MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit84MigrationRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR12RiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR12Set.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR1Set.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR2Set.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PhpCsFixerRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PhpCsFixerSet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/SymfonyRiskySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/SymfonySet.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Runner/FileCachingLintingIterator.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Runner/FileFilterIterator.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Runner/FileLintingIterator.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Runner/Runner.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/StdinFileInfo.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/AbstractTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/AbstractTypeTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/AlternativeSyntaxAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/AbstractControlCaseStructuresAnalysis.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/ArgumentAnalysis.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/CaseAnalysis.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/DefaultAnalysis.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/EnumAnalysis.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/MatchAnalysis.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/NamespaceAnalysis.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/NamespaceUseAnalysis.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/StartEndTokenAwareAnalysis.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/SwitchAnalysis.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/TypeAnalysis.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/ArgumentsAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/AttributeAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/BlocksAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/ClassyAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/CommentsAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/ControlCaseStructuresAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/FunctionsAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/GotoLabelAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/NamespaceUsesAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/NamespacesAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/RangeAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/ReferenceAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/WhitespacesAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/CT.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/CodeHasher.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Generator/NamespacedStringTokenGenerator.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Resolver/TypeShortNameResolver.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Token.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Tokens.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/TokensAnalyzer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ArrayTypehintTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/AttributeTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/BraceClassInstantiationTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ClassConstantTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ConstructorPromotionTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/CurlyBraceTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/FirstClassCallableTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ImportTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NameQualifiedTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NamedArgumentTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NamespaceOperatorTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NullableTypeTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ReturnRefTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/SquareBraceTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/TypeAlternationTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/TypeColonTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/TypeIntersectionTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/UseTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/WhitespacyCommentTransformer.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/TransformerInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformers.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/ToolInfo.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/ToolInfoInterface.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/Utils.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/WhitespacesFixerConfig.php
+share/framadate/vendor/friendsofphp/php-cs-fixer/src/WordMatcher.php
+share/framadate/vendor/ircmaxell/password-compat/CHANGELOG.md
+share/framadate/vendor/ircmaxell/password-compat/LICENSE.md
+share/framadate/vendor/ircmaxell/password-compat/composer.json
+share/framadate/vendor/ircmaxell/password-compat/lib/password.php
+share/framadate/vendor/ircmaxell/password-compat/version-test.php
+share/framadate/vendor/myclabs/deep-copy/LICENSE
+share/framadate/vendor/myclabs/deep-copy/README.md
+share/framadate/vendor/myclabs/deep-copy/composer.json
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ChainableFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DatePeriodFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php
+share/framadate/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php
+share/framadate/vendor/netresearch/jsonmapper/LICENSE
+share/framadate/vendor/netresearch/jsonmapper/Makefile
+share/framadate/vendor/netresearch/jsonmapper/composer.json
+share/framadate/vendor/netresearch/jsonmapper/phpcs.xml
+share/framadate/vendor/netresearch/jsonmapper/phpunit.xml
+share/framadate/vendor/netresearch/jsonmapper/src/JsonMapper.php
+share/framadate/vendor/netresearch/jsonmapper/src/JsonMapper/Exception.php
+share/framadate/vendor/nikic/php-parser/LICENSE
+share/framadate/vendor/nikic/php-parser/README.md
+share/framadate/vendor/nikic/php-parser/bin/php-parse
+share/framadate/vendor/nikic/php-parser/composer.json
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/Class_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/Declaration.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/Enum_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/Function_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/Interface_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/Method.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/Param.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/Trait_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Builder/Use_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/BuilderHelpers.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Comment.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Error.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/JsonDecoder.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NameContext.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Arg.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/ComplexType.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Const_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Error.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Identifier.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/IntersectionType.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/MatchArm.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Name.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/NullableType.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Param.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Expression.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/GroupUse.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/UnionType.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Node/VariadicPlaceholder.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeDumper.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeFinder.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/CloningVisitor.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FindingVisitor.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Parser.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Parser/Multiple.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/Parser/Tokens.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
+share/framadate/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
+share/framadate/vendor/o80/i18n/.git/HEAD
+share/framadate/vendor/o80/i18n/.git/ORIG_HEAD
+share/framadate/vendor/o80/i18n/.git/config
+share/framadate/vendor/o80/i18n/.git/description
+share/framadate/vendor/o80/i18n/.git/hooks/applypatch-msg.sample
+share/framadate/vendor/o80/i18n/.git/hooks/commit-msg.sample
+share/framadate/vendor/o80/i18n/.git/hooks/post-update.sample
+share/framadate/vendor/o80/i18n/.git/hooks/pre-applypatch.sample
+share/framadate/vendor/o80/i18n/.git/hooks/pre-commit.sample
+share/framadate/vendor/o80/i18n/.git/hooks/pre-rebase.sample
+share/framadate/vendor/o80/i18n/.git/hooks/prepare-commit-msg.sample
+share/framadate/vendor/o80/i18n/.git/hooks/update.sample
+share/framadate/vendor/o80/i18n/.git/index
+share/framadate/vendor/o80/i18n/.git/info/exclude
+share/framadate/vendor/o80/i18n/.git/info/refs
+share/framadate/vendor/o80/i18n/.git/logs/HEAD
+share/framadate/vendor/o80/i18n/.git/logs/refs/heads/develop
+share/framadate/vendor/o80/i18n/.git/logs/refs/remotes/origin/HEAD
+share/framadate/vendor/o80/i18n/.git/objects/info/packs
+share/framadate/vendor/o80/i18n/.git/objects/pack/pack-741268c77b65b5fe2801b3b014e0b284771052a2.idx
+share/framadate/vendor/o80/i18n/.git/objects/pack/pack-741268c77b65b5fe2801b3b014e0b284771052a2.pack
+share/framadate/vendor/o80/i18n/.git/objects/pack/pack-741268c77b65b5fe2801b3b014e0b284771052a2.rev
+share/framadate/vendor/o80/i18n/.git/packed-refs
+share/framadate/vendor/o80/i18n/.git/refs/heads/develop
+share/framadate/vendor/o80/i18n/.git/refs/remotes/origin/HEAD
+share/framadate/vendor/o80/i18n/.gitignore
+share/framadate/vendor/o80/i18n/.gitlab-ci.yml
+share/framadate/vendor/o80/i18n/.php-cs-fixer.dist.php
+share/framadate/vendor/o80/i18n/LICENSE
+share/framadate/vendor/o80/i18n/README.md
+share/framadate/vendor/o80/i18n/composer.json
+share/framadate/vendor/o80/i18n/composer.lock
+share/framadate/vendor/o80/i18n/phpunit.xml
+share/framadate/vendor/o80/i18n/src/o80/convert/Converter.php
+share/framadate/vendor/o80/i18n/src/o80/convert/FromPoConverter.php
+share/framadate/vendor/o80/i18n/src/o80/convert/Po2JsonConverter.php
+share/framadate/vendor/o80/i18n/src/o80/i18n/CantLoadDictionaryException.php
+share/framadate/vendor/o80/i18n/src/o80/i18n/I18N.php
+share/framadate/vendor/o80/i18n/src/o80/i18n/IniProvider.php
+share/framadate/vendor/o80/i18n/src/o80/i18n/JsonProvider.php
+share/framadate/vendor/o80/i18n/src/o80/i18n/Provider.php
+share/framadate/vendor/o80/i18n/src/shortcuts.php
+share/framadate/vendor/o80/i18n/tests/bootstrap.php
+share/framadate/vendor/o80/i18n/tests/o80/I18NTestCase.php
+share/framadate/vendor/o80/i18n/tests/o80/convert/Po2JsonConverterUnitTest.php
+share/framadate/vendor/o80/i18n/tests/o80/i18n/I18NIntegrationTest.php
+share/framadate/vendor/o80/i18n/tests/o80/i18n/I18NUnitTest.php
+share/framadate/vendor/o80/i18n/tests/o80/i18n/IniProviderUnitTest.php
+share/framadate/vendor/o80/i18n/tests/o80/i18n/JsonProviderUnitTest.php
+share/framadate/vendor/o80/i18n/tests/resources/langs/en.ini
+share/framadate/vendor/o80/i18n/tests/resources/langs/en.json
+share/framadate/vendor/o80/i18n/tests/resources/langs/en.po
+share/framadate/vendor/o80/i18n/tests/resources/langs/en_US.ini
+share/framadate/vendor/o80/i18n/tests/resources/langs/en_US.json
+share/framadate/vendor/openlss/lib-array2xml/.gitignore
+share/framadate/vendor/openlss/lib-array2xml/COPYING
+share/framadate/vendor/openlss/lib-array2xml/COPYING LESSER
+share/framadate/vendor/openlss/lib-array2xml/LSS/Array2XML.php
+share/framadate/vendor/openlss/lib-array2xml/LSS/XML2Array.php
+share/framadate/vendor/openlss/lib-array2xml/README.md
+share/framadate/vendor/openlss/lib-array2xml/composer.json
+share/framadate/vendor/phar-io/manifest/.github/FUNDING.yml
+share/framadate/vendor/phar-io/manifest/.github/workflows/ci.yml
+share/framadate/vendor/phar-io/manifest/.php-cs-fixer.dist.php
+share/framadate/vendor/phar-io/manifest/CHANGELOG.md
+share/framadate/vendor/phar-io/manifest/LICENSE
+share/framadate/vendor/phar-io/manifest/README.md
+share/framadate/vendor/phar-io/manifest/composer.json
+share/framadate/vendor/phar-io/manifest/composer.lock
+share/framadate/vendor/phar-io/manifest/manifest.xsd
+share/framadate/vendor/phar-io/manifest/src/ManifestDocumentMapper.php
+share/framadate/vendor/phar-io/manifest/src/ManifestLoader.php
+share/framadate/vendor/phar-io/manifest/src/ManifestSerializer.php
+share/framadate/vendor/phar-io/manifest/src/exceptions/ElementCollectionException.php
+share/framadate/vendor/phar-io/manifest/src/exceptions/Exception.php
+share/framadate/vendor/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php
+share/framadate/vendor/phar-io/manifest/src/exceptions/InvalidEmailException.php
+share/framadate/vendor/phar-io/manifest/src/exceptions/InvalidUrlException.php
+share/framadate/vendor/phar-io/manifest/src/exceptions/ManifestDocumentException.php
+share/framadate/vendor/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php
+share/framadate/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php
+share/framadate/vendor/phar-io/manifest/src/exceptions/ManifestElementException.php
+share/framadate/vendor/phar-io/manifest/src/exceptions/ManifestLoaderException.php
+share/framadate/vendor/phar-io/manifest/src/exceptions/NoEmailAddressException.php
+share/framadate/vendor/phar-io/manifest/src/values/Application.php
+share/framadate/vendor/phar-io/manifest/src/values/ApplicationName.php
+share/framadate/vendor/phar-io/manifest/src/values/Author.php
+share/framadate/vendor/phar-io/manifest/src/values/AuthorCollection.php
+share/framadate/vendor/phar-io/manifest/src/values/AuthorCollectionIterator.php
+share/framadate/vendor/phar-io/manifest/src/values/BundledComponent.php
+share/framadate/vendor/phar-io/manifest/src/values/BundledComponentCollection.php
+share/framadate/vendor/phar-io/manifest/src/values/BundledComponentCollectionIterator.php
+share/framadate/vendor/phar-io/manifest/src/values/CopyrightInformation.php
+share/framadate/vendor/phar-io/manifest/src/values/Email.php
+share/framadate/vendor/phar-io/manifest/src/values/Extension.php
+share/framadate/vendor/phar-io/manifest/src/values/Library.php
+share/framadate/vendor/phar-io/manifest/src/values/License.php
+share/framadate/vendor/phar-io/manifest/src/values/Manifest.php
+share/framadate/vendor/phar-io/manifest/src/values/PhpExtensionRequirement.php
+share/framadate/vendor/phar-io/manifest/src/values/PhpVersionRequirement.php
+share/framadate/vendor/phar-io/manifest/src/values/Requirement.php
+share/framadate/vendor/phar-io/manifest/src/values/RequirementCollection.php
+share/framadate/vendor/phar-io/manifest/src/values/RequirementCollectionIterator.php
+share/framadate/vendor/phar-io/manifest/src/values/Type.php
+share/framadate/vendor/phar-io/manifest/src/values/Url.php
+share/framadate/vendor/phar-io/manifest/src/xml/AuthorElement.php
+share/framadate/vendor/phar-io/manifest/src/xml/AuthorElementCollection.php
+share/framadate/vendor/phar-io/manifest/src/xml/BundlesElement.php
+share/framadate/vendor/phar-io/manifest/src/xml/ComponentElement.php
+share/framadate/vendor/phar-io/manifest/src/xml/ComponentElementCollection.php
+share/framadate/vendor/phar-io/manifest/src/xml/ContainsElement.php
+share/framadate/vendor/phar-io/manifest/src/xml/CopyrightElement.php
+share/framadate/vendor/phar-io/manifest/src/xml/ElementCollection.php
+share/framadate/vendor/phar-io/manifest/src/xml/ExtElement.php
+share/framadate/vendor/phar-io/manifest/src/xml/ExtElementCollection.php
+share/framadate/vendor/phar-io/manifest/src/xml/ExtensionElement.php
+share/framadate/vendor/phar-io/manifest/src/xml/LicenseElement.php
+share/framadate/vendor/phar-io/manifest/src/xml/ManifestDocument.php
+share/framadate/vendor/phar-io/manifest/src/xml/ManifestElement.php
+share/framadate/vendor/phar-io/manifest/src/xml/PhpElement.php
+share/framadate/vendor/phar-io/manifest/src/xml/RequiresElement.php
+share/framadate/vendor/phar-io/manifest/tools/php-cs-fixer.d/PhpdocSingleLineVarFixer.php
+share/framadate/vendor/phar-io/manifest/tools/php-cs-fixer.d/header.txt
+share/framadate/vendor/phar-io/version/CHANGELOG.md
+share/framadate/vendor/phar-io/version/LICENSE
+share/framadate/vendor/phar-io/version/README.md
+share/framadate/vendor/phar-io/version/composer.json
+share/framadate/vendor/phar-io/version/src/BuildMetaData.php
+share/framadate/vendor/phar-io/version/src/PreReleaseSuffix.php
+share/framadate/vendor/phar-io/version/src/Version.php
+share/framadate/vendor/phar-io/version/src/VersionConstraintParser.php
+share/framadate/vendor/phar-io/version/src/VersionConstraintValue.php
+share/framadate/vendor/phar-io/version/src/VersionNumber.php
+share/framadate/vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php
+share/framadate/vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php
+share/framadate/vendor/phar-io/version/src/constraints/AnyVersionConstraint.php
+share/framadate/vendor/phar-io/version/src/constraints/ExactVersionConstraint.php
+share/framadate/vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php
+share/framadate/vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php
+share/framadate/vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php
+share/framadate/vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php
+share/framadate/vendor/phar-io/version/src/constraints/VersionConstraint.php
+share/framadate/vendor/phar-io/version/src/exceptions/Exception.php
+share/framadate/vendor/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php
+share/framadate/vendor/phar-io/version/src/exceptions/InvalidVersionException.php
+share/framadate/vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php
+share/framadate/vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php
+share/framadate/vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php
+share/framadate/vendor/php-cs-fixer/diff/LICENSE
+share/framadate/vendor/php-cs-fixer/diff/README.md
+share/framadate/vendor/php-cs-fixer/diff/composer.json
+share/framadate/vendor/php-cs-fixer/diff/src/Chunk.php
+share/framadate/vendor/php-cs-fixer/diff/src/Diff.php
+share/framadate/vendor/php-cs-fixer/diff/src/Differ.php
+share/framadate/vendor/php-cs-fixer/diff/src/Exception/ConfigurationException.php
+share/framadate/vendor/php-cs-fixer/diff/src/Exception/Exception.php
+share/framadate/vendor/php-cs-fixer/diff/src/Exception/InvalidArgumentException.php
+share/framadate/vendor/php-cs-fixer/diff/src/Line.php
+share/framadate/vendor/php-cs-fixer/diff/src/LongestCommonSubsequenceCalculator.php
+share/framadate/vendor/php-cs-fixer/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php
+share/framadate/vendor/php-cs-fixer/diff/src/Output/AbstractChunkOutputBuilder.php
+share/framadate/vendor/php-cs-fixer/diff/src/Output/DiffOnlyOutputBuilder.php
+share/framadate/vendor/php-cs-fixer/diff/src/Output/DiffOutputBuilderInterface.php
+share/framadate/vendor/php-cs-fixer/diff/src/Output/StrictUnifiedDiffOutputBuilder.php
+share/framadate/vendor/php-cs-fixer/diff/src/Output/UnifiedDiffOutputBuilder.php
+share/framadate/vendor/php-cs-fixer/diff/src/Parser.php
+share/framadate/vendor/php-cs-fixer/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php
+share/framadate/vendor/phpdocumentor/reflection-common/.github/dependabot.yml
+share/framadate/vendor/phpdocumentor/reflection-common/.github/workflows/push.yml
+share/framadate/vendor/phpdocumentor/reflection-common/LICENSE
+share/framadate/vendor/phpdocumentor/reflection-common/README.md
+share/framadate/vendor/phpdocumentor/reflection-common/composer.json
+share/framadate/vendor/phpdocumentor/reflection-common/src/Element.php
+share/framadate/vendor/phpdocumentor/reflection-common/src/File.php
+share/framadate/vendor/phpdocumentor/reflection-common/src/Fqsen.php
+share/framadate/vendor/phpdocumentor/reflection-common/src/Location.php
+share/framadate/vendor/phpdocumentor/reflection-common/src/Project.php
+share/framadate/vendor/phpdocumentor/reflection-common/src/ProjectFactory.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/LICENSE
+share/framadate/vendor/phpdocumentor/reflection-docblock/README.md
+share/framadate/vendor/phpdocumentor/reflection-docblock/composer.json
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Description.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/DescriptionFactory.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ExampleFinder.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Serializer.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/StandardTagFactory.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tag.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/TagFactory.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Author.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/BaseTag.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Covers.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Deprecated.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Example.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/StaticMethod.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/AlignFormatter.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/PassthroughFormatter.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Generic.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/InvalidTag.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Link.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Method.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Param.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Property.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/PropertyRead.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/PropertyWrite.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/Fqsen.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/Reference.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/Url.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Return_.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/See.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Since.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Source.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/TagWithType.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Throws.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Uses.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Var_.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Version.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlockFactory.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/DocBlockFactoryInterface.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/Exception/PcreException.php
+share/framadate/vendor/phpdocumentor/reflection-docblock/src/Utils.php
+share/framadate/vendor/phpdocumentor/type-resolver/.phpdoc/template/base.html.twig
+share/framadate/vendor/phpdocumentor/type-resolver/LICENSE
+share/framadate/vendor/phpdocumentor/type-resolver/README.md
+share/framadate/vendor/phpdocumentor/type-resolver/composer.json
+share/framadate/vendor/phpdocumentor/type-resolver/docs/getting-started.rst
+share/framadate/vendor/phpdocumentor/type-resolver/docs/index.rst
+share/framadate/vendor/phpdocumentor/type-resolver/phpdoc.dist.xml
+share/framadate/vendor/phpdocumentor/type-resolver/src/FqsenResolver.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoType.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ArrayShape.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ArrayShapeItem.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/CallableString.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ConstExpression.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/False_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/FloatValue.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/HtmlEscapedString.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/IntegerRange.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/IntegerValue.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ListShape.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ListShapeItem.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/List_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/LiteralString.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/LowercaseString.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/NegativeInteger.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/NonEmptyArray.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/NonEmptyList.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/NonEmptyLowercaseString.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/NonEmptyString.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/NumericString.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/Numeric_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ObjectShape.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ObjectShapeItem.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/PositiveInteger.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ShapeItem.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/StringValue.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/TraitString.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/PseudoTypes/True_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Type.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/TypeResolver.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/AbstractList.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/AggregatedType.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/ArrayKey.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Array_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Boolean.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/CallableParameter.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Callable_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/ClassString.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Collection.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Compound.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Context.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/ContextFactory.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Expression.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Float_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Integer.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/InterfaceString.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Intersection.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Iterable_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Mixed_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Never_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Null_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Nullable.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Object_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Parent_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Resource_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Scalar.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Self_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Static_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/String_.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/This.php
+share/framadate/vendor/phpdocumentor/type-resolver/src/Types/Void_.php
+share/framadate/vendor/phpmailer/phpmailer/.editorconfig
+share/framadate/vendor/phpmailer/phpmailer/COMMITMENT
+share/framadate/vendor/phpmailer/phpmailer/LICENSE
+share/framadate/vendor/phpmailer/phpmailer/README.md
+share/framadate/vendor/phpmailer/phpmailer/SECURITY.md
+share/framadate/vendor/phpmailer/phpmailer/VERSION
+share/framadate/vendor/phpmailer/phpmailer/composer.json
+share/framadate/vendor/phpmailer/phpmailer/get_oauth_token.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-as.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-ba.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-bn.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-da.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-el.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-eo.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-es.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-fo.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-gl.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-hy.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-ka.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-ko.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-ku.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-lt.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-mn.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-si.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr_latn.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-uk.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-ur.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php
+share/framadate/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php
+share/framadate/vendor/phpmailer/phpmailer/src/DSNConfigurator.php
+share/framadate/vendor/phpmailer/phpmailer/src/Exception.php
+share/framadate/vendor/phpmailer/phpmailer/src/OAuth.php
+share/framadate/vendor/phpmailer/phpmailer/src/OAuthTokenProvider.php
+share/framadate/vendor/phpmailer/phpmailer/src/PHPMailer.php
+share/framadate/vendor/phpmailer/phpmailer/src/POP3.php
+share/framadate/vendor/phpmailer/phpmailer/src/SMTP.php
+share/framadate/vendor/phpstan/phpdoc-parser/LICENSE
+share/framadate/vendor/phpstan/phpdoc-parser/README.md
+share/framadate/vendor/phpstan/phpdoc-parser/composer.json
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/AbstractNodeVisitor.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Attribute.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprArrayItemNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprArrayNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprFalseNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprFloatNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprIntegerNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprNullNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprStringNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprTrueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstFetchNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/DoctrineConstExprStringNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Node.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/NodeAttributes.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/NodeTraverser.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/NodeVisitor.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/NodeVisitor/CloningVisitor.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/AssertTagMethodValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/AssertTagPropertyValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/AssertTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/DeprecatedTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineAnnotation.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArgument.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArray.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArrayItem.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ExtendsTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/GenericTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ImplementsTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/InvalidTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/MethodTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/MethodTagValueParameterNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/MixinTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamClosureThisTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamImmediatelyInvokedCallableTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamLaterInvokedCallableTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamOutTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocChildNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTagNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTextNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PropertyTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PureUnlessCallableIsImpureTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/RequireExtendsTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/RequireImplementsTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ReturnTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/SelfOutTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/TemplateTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ThrowsTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/TypeAliasImportTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/TypeAliasTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/TypelessParamTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/UsesTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/VarTagValueNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/ArrayShapeItemNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/ArrayShapeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/ArrayShapeUnsealedTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/ArrayTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/CallableTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/CallableTypeParameterNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/ConditionalTypeForParameterNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/ConditionalTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/ConstTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/GenericTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/IdentifierTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/IntersectionTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/InvalidTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/NullableTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/ObjectShapeItemNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/ObjectShapeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/OffsetAccessTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/ThisTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/TypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Ast/Type/UnionTypeNode.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Lexer/Lexer.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Parser/ConstExprParser.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Parser/ParserException.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Parser/PhpDocParser.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Parser/StringUnescaper.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Parser/TokenIterator.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Parser/TypeParser.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Printer/DiffElem.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Printer/Differ.php
+share/framadate/vendor/phpstan/phpdoc-parser/src/Printer/Printer.php
+share/framadate/vendor/phpunit/php-code-coverage/ChangeLog-9.2.md
+share/framadate/vendor/phpunit/php-code-coverage/LICENSE
+share/framadate/vendor/phpunit/php-code-coverage/README.md
+share/framadate/vendor/phpunit/php-code-coverage/build/scripts/extract-release-notes.php
+share/framadate/vendor/phpunit/php-code-coverage/composer.json
+share/framadate/vendor/phpunit/php-code-coverage/src/CodeCoverage.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Driver/Driver.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Driver/Selector.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/Exception.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Filter.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Node/Builder.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Node/Directory.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Node/File.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Node/Iterator.php
+share/framadate/vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php
+share/framadate/vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Clover.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/PHP.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Text.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php
+share/framadate/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php
+share/framadate/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php
+share/framadate/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php
+share/framadate/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php
+share/framadate/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php
+share/framadate/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php
+share/framadate/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Util/Filesystem.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Util/Percentage.php
+share/framadate/vendor/phpunit/php-code-coverage/src/Version.php
+share/framadate/vendor/phpunit/php-file-iterator/.psalm/baseline.xml
+share/framadate/vendor/phpunit/php-file-iterator/.psalm/config.xml
+share/framadate/vendor/phpunit/php-file-iterator/ChangeLog.md
+share/framadate/vendor/phpunit/php-file-iterator/LICENSE
+share/framadate/vendor/phpunit/php-file-iterator/README.md
+share/framadate/vendor/phpunit/php-file-iterator/composer.json
+share/framadate/vendor/phpunit/php-file-iterator/src/Facade.php
+share/framadate/vendor/phpunit/php-file-iterator/src/Factory.php
+share/framadate/vendor/phpunit/php-file-iterator/src/Iterator.php
+share/framadate/vendor/phpunit/php-invoker/ChangeLog.md
+share/framadate/vendor/phpunit/php-invoker/LICENSE
+share/framadate/vendor/phpunit/php-invoker/README.md
+share/framadate/vendor/phpunit/php-invoker/composer.json
+share/framadate/vendor/phpunit/php-invoker/src/Invoker.php
+share/framadate/vendor/phpunit/php-invoker/src/exceptions/Exception.php
+share/framadate/vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php
+share/framadate/vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php
+share/framadate/vendor/phpunit/php-text-template/.psalm/baseline.xml
+share/framadate/vendor/phpunit/php-text-template/.psalm/config.xml
+share/framadate/vendor/phpunit/php-text-template/ChangeLog.md
+share/framadate/vendor/phpunit/php-text-template/LICENSE
+share/framadate/vendor/phpunit/php-text-template/README.md
+share/framadate/vendor/phpunit/php-text-template/composer.json
+share/framadate/vendor/phpunit/php-text-template/src/Template.php
+share/framadate/vendor/phpunit/php-text-template/src/exceptions/Exception.php
+share/framadate/vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php
+share/framadate/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php
+share/framadate/vendor/phpunit/php-timer/.psalm/baseline.xml
+share/framadate/vendor/phpunit/php-timer/.psalm/config.xml
+share/framadate/vendor/phpunit/php-timer/ChangeLog.md
+share/framadate/vendor/phpunit/php-timer/LICENSE
+share/framadate/vendor/phpunit/php-timer/README.md
+share/framadate/vendor/phpunit/php-timer/composer.json
+share/framadate/vendor/phpunit/php-timer/src/Duration.php
+share/framadate/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php
+share/framadate/vendor/phpunit/php-timer/src/Timer.php
+share/framadate/vendor/phpunit/php-timer/src/exceptions/Exception.php
+share/framadate/vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php
+share/framadate/vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php
+share/framadate/vendor/phpunit/phpunit/ChangeLog-9.6.md
+share/framadate/vendor/phpunit/phpunit/DEPRECATIONS.md
+share/framadate/vendor/phpunit/phpunit/LICENSE
+share/framadate/vendor/phpunit/phpunit/README.md
+share/framadate/vendor/phpunit/phpunit/SECURITY.md
+share/framadate/vendor/phpunit/phpunit/composer.json
+share/framadate/vendor/phpunit/phpunit/composer.lock
+share/framadate/vendor/phpunit/phpunit/phpunit
+share/framadate/vendor/phpunit/phpunit/phpunit.xsd
+share/framadate/vendor/phpunit/phpunit/schema/8.5.xsd
+share/framadate/vendor/phpunit/phpunit/schema/9.0.xsd
+share/framadate/vendor/phpunit/phpunit/schema/9.1.xsd
+share/framadate/vendor/phpunit/phpunit/schema/9.2.xsd
+share/framadate/vendor/phpunit/phpunit/schema/9.3.xsd
+share/framadate/vendor/phpunit/phpunit/schema/9.4.xsd
+share/framadate/vendor/phpunit/phpunit/schema/9.5.xsd
+share/framadate/vendor/phpunit/phpunit/src/Exception.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Assert.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Error/Error.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Error/Notice.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Error/Warning.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/Error.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Exception/Warning.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/IncompleteTest.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Reorderable.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/SkippedTest.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/Test.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/TestBuilder.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/TestCase.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/TestFailure.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/TestListener.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/TestResult.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/TestSuite.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php
+share/framadate/vendor/phpunit/phpunit/src/Framework/WarningTestCase.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Exception.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/Hook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/TestResultCache.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php
+share/framadate/vendor/phpunit/phpunit/src/Runner/Version.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/CliArguments/Exception.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/Command.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/Help.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/TestRunner.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistIncludesToCoverage.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php
+share/framadate/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Annotation/Registry.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Blacklist.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Cloner.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Color.php
+share/framadate/vendor/phpunit/phpunit/src/Util/ErrorHandler.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Exception.php
+share/framadate/vendor/phpunit/phpunit/src/Util/ExcludeList.php
+share/framadate/vendor/phpunit/phpunit/src/Util/FileLoader.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Filesystem.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Filter.php
+share/framadate/vendor/phpunit/phpunit/src/Util/GlobalState.php
+share/framadate/vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Json.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Log/JUnit.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Log/TeamCity.php
+share/framadate/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php
+share/framadate/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php
+share/framadate/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl
+share/framadate/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl
+share/framadate/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl
+share/framadate/vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Printer.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Reflection.php
+share/framadate/vendor/phpunit/phpunit/src/Util/RegularExpression.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Test.php
+share/framadate/vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php
+share/framadate/vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php
+share/framadate/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php
+share/framadate/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php
+share/framadate/vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php
+share/framadate/vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php
+share/framadate/vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php
+share/framadate/vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Type.php
+share/framadate/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php
+share/framadate/vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Xml.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Xml/Exception.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Xml/Loader.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php
+share/framadate/vendor/phpunit/phpunit/src/Util/Xml/Validator.php
+share/framadate/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php
+share/framadate/vendor/psr/cache/CHANGELOG.md
+share/framadate/vendor/psr/cache/LICENSE.txt
+share/framadate/vendor/psr/cache/README.md
+share/framadate/vendor/psr/cache/composer.json
+share/framadate/vendor/psr/cache/src/CacheException.php
+share/framadate/vendor/psr/cache/src/CacheItemInterface.php
+share/framadate/vendor/psr/cache/src/CacheItemPoolInterface.php
+share/framadate/vendor/psr/cache/src/InvalidArgumentException.php
+share/framadate/vendor/psr/container/.gitignore
+share/framadate/vendor/psr/container/LICENSE
+share/framadate/vendor/psr/container/README.md
+share/framadate/vendor/psr/container/composer.json
+share/framadate/vendor/psr/container/src/ContainerExceptionInterface.php
+share/framadate/vendor/psr/container/src/ContainerInterface.php
+share/framadate/vendor/psr/container/src/NotFoundExceptionInterface.php
+share/framadate/vendor/psr/event-dispatcher/.editorconfig
+share/framadate/vendor/psr/event-dispatcher/.gitignore
+share/framadate/vendor/psr/event-dispatcher/LICENSE
+share/framadate/vendor/psr/event-dispatcher/README.md
+share/framadate/vendor/psr/event-dispatcher/composer.json
+share/framadate/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php
+share/framadate/vendor/psr/event-dispatcher/src/ListenerProviderInterface.php
+share/framadate/vendor/psr/event-dispatcher/src/StoppableEventInterface.php
+share/framadate/vendor/psr/log/LICENSE
+share/framadate/vendor/psr/log/Psr/Log/AbstractLogger.php
+share/framadate/vendor/psr/log/Psr/Log/InvalidArgumentException.php
+share/framadate/vendor/psr/log/Psr/Log/LogLevel.php
+share/framadate/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
+share/framadate/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
+share/framadate/vendor/psr/log/Psr/Log/LoggerInterface.php
+share/framadate/vendor/psr/log/Psr/Log/LoggerTrait.php
+share/framadate/vendor/psr/log/Psr/Log/NullLogger.php
+share/framadate/vendor/psr/log/Psr/Log/Test/DummyTest.php
+share/framadate/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
+share/framadate/vendor/psr/log/Psr/Log/Test/TestLogger.php
+share/framadate/vendor/psr/log/README.md
+share/framadate/vendor/psr/log/composer.json
+share/framadate/vendor/sabre/uri/LICENSE
+share/framadate/vendor/sabre/uri/composer.json
+share/framadate/vendor/sabre/uri/lib/InvalidUriException.php
+share/framadate/vendor/sabre/uri/lib/Version.php
+share/framadate/vendor/sabre/uri/lib/functions.php
+share/framadate/vendor/sabre/vobject/LICENSE
+share/framadate/vendor/sabre/vobject/README.md
+share/framadate/vendor/sabre/vobject/bin/bench.php
+share/framadate/vendor/sabre/vobject/bin/bench_freebusygenerator.php
+share/framadate/vendor/sabre/vobject/bin/bench_manipulatevcard.php
+share/framadate/vendor/sabre/vobject/bin/fetch_windows_zones.php
+share/framadate/vendor/sabre/vobject/bin/generate_vcards
+share/framadate/vendor/sabre/vobject/bin/generateicalendardata.php
+share/framadate/vendor/sabre/vobject/bin/mergeduplicates.php
+share/framadate/vendor/sabre/vobject/bin/rrulebench.php
+share/framadate/vendor/sabre/vobject/bin/vobject
+share/framadate/vendor/sabre/vobject/composer.json
+share/framadate/vendor/sabre/vobject/lib/BirthdayCalendarGenerator.php
+share/framadate/vendor/sabre/vobject/lib/Cli.php
+share/framadate/vendor/sabre/vobject/lib/Component.php
+share/framadate/vendor/sabre/vobject/lib/Component/Available.php
+share/framadate/vendor/sabre/vobject/lib/Component/VAlarm.php
+share/framadate/vendor/sabre/vobject/lib/Component/VAvailability.php
+share/framadate/vendor/sabre/vobject/lib/Component/VCalendar.php
+share/framadate/vendor/sabre/vobject/lib/Component/VCard.php
+share/framadate/vendor/sabre/vobject/lib/Component/VEvent.php
+share/framadate/vendor/sabre/vobject/lib/Component/VFreeBusy.php
+share/framadate/vendor/sabre/vobject/lib/Component/VJournal.php
+share/framadate/vendor/sabre/vobject/lib/Component/VTimeZone.php
+share/framadate/vendor/sabre/vobject/lib/Component/VTodo.php
+share/framadate/vendor/sabre/vobject/lib/DateTimeParser.php
+share/framadate/vendor/sabre/vobject/lib/Document.php
+share/framadate/vendor/sabre/vobject/lib/ElementList.php
+share/framadate/vendor/sabre/vobject/lib/EofException.php
+share/framadate/vendor/sabre/vobject/lib/FreeBusyData.php
+share/framadate/vendor/sabre/vobject/lib/FreeBusyGenerator.php
+share/framadate/vendor/sabre/vobject/lib/ITip/Broker.php
+share/framadate/vendor/sabre/vobject/lib/ITip/ITipException.php
+share/framadate/vendor/sabre/vobject/lib/ITip/Message.php
+share/framadate/vendor/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
+share/framadate/vendor/sabre/vobject/lib/InvalidDataException.php
+share/framadate/vendor/sabre/vobject/lib/Node.php
+share/framadate/vendor/sabre/vobject/lib/PHPUnitAssertions.php
+share/framadate/vendor/sabre/vobject/lib/Parameter.php
+share/framadate/vendor/sabre/vobject/lib/ParseException.php
+share/framadate/vendor/sabre/vobject/lib/Parser/Json.php
+share/framadate/vendor/sabre/vobject/lib/Parser/MimeDir.php
+share/framadate/vendor/sabre/vobject/lib/Parser/Parser.php
+share/framadate/vendor/sabre/vobject/lib/Parser/XML.php
+share/framadate/vendor/sabre/vobject/lib/Parser/XML/Element/KeyValue.php
+share/framadate/vendor/sabre/vobject/lib/Property.php
+share/framadate/vendor/sabre/vobject/lib/Property/Binary.php
+share/framadate/vendor/sabre/vobject/lib/Property/Boolean.php
+share/framadate/vendor/sabre/vobject/lib/Property/FlatText.php
+share/framadate/vendor/sabre/vobject/lib/Property/FloatValue.php
+share/framadate/vendor/sabre/vobject/lib/Property/ICalendar/CalAddress.php
+share/framadate/vendor/sabre/vobject/lib/Property/ICalendar/Date.php
+share/framadate/vendor/sabre/vobject/lib/Property/ICalendar/DateTime.php
+share/framadate/vendor/sabre/vobject/lib/Property/ICalendar/Duration.php
+share/framadate/vendor/sabre/vobject/lib/Property/ICalendar/Period.php
+share/framadate/vendor/sabre/vobject/lib/Property/ICalendar/Recur.php
+share/framadate/vendor/sabre/vobject/lib/Property/IntegerValue.php
+share/framadate/vendor/sabre/vobject/lib/Property/Text.php
+share/framadate/vendor/sabre/vobject/lib/Property/Time.php
+share/framadate/vendor/sabre/vobject/lib/Property/Unknown.php
+share/framadate/vendor/sabre/vobject/lib/Property/Uri.php
+share/framadate/vendor/sabre/vobject/lib/Property/UtcOffset.php
+share/framadate/vendor/sabre/vobject/lib/Property/VCard/Date.php
+share/framadate/vendor/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
+share/framadate/vendor/sabre/vobject/lib/Property/VCard/DateTime.php
+share/framadate/vendor/sabre/vobject/lib/Property/VCard/LanguageTag.php
+share/framadate/vendor/sabre/vobject/lib/Property/VCard/PhoneNumber.php
+share/framadate/vendor/sabre/vobject/lib/Property/VCard/TimeStamp.php
+share/framadate/vendor/sabre/vobject/lib/Reader.php
+share/framadate/vendor/sabre/vobject/lib/Recur/EventIterator.php
+share/framadate/vendor/sabre/vobject/lib/Recur/MaxInstancesExceededException.php
+share/framadate/vendor/sabre/vobject/lib/Recur/NoInstancesException.php
+share/framadate/vendor/sabre/vobject/lib/Recur/RDateIterator.php
+share/framadate/vendor/sabre/vobject/lib/Recur/RRuleIterator.php
+share/framadate/vendor/sabre/vobject/lib/Settings.php
+share/framadate/vendor/sabre/vobject/lib/Splitter/ICalendar.php
+share/framadate/vendor/sabre/vobject/lib/Splitter/SplitterInterface.php
+share/framadate/vendor/sabre/vobject/lib/Splitter/VCard.php
+share/framadate/vendor/sabre/vobject/lib/StringUtil.php
+share/framadate/vendor/sabre/vobject/lib/TimeZoneUtil.php
+share/framadate/vendor/sabre/vobject/lib/TimezoneGuesser/FindFromOffset.php
+share/framadate/vendor/sabre/vobject/lib/TimezoneGuesser/FindFromTimezoneIdentifier.php
+share/framadate/vendor/sabre/vobject/lib/TimezoneGuesser/FindFromTimezoneMap.php
+share/framadate/vendor/sabre/vobject/lib/TimezoneGuesser/GuessFromLicEntry.php
+share/framadate/vendor/sabre/vobject/lib/TimezoneGuesser/GuessFromMsTzId.php
+share/framadate/vendor/sabre/vobject/lib/TimezoneGuesser/TimezoneFinder.php
+share/framadate/vendor/sabre/vobject/lib/TimezoneGuesser/TimezoneGuesser.php
+share/framadate/vendor/sabre/vobject/lib/UUIDUtil.php
+share/framadate/vendor/sabre/vobject/lib/VCardConverter.php
+share/framadate/vendor/sabre/vobject/lib/Version.php
+share/framadate/vendor/sabre/vobject/lib/Writer.php
+share/framadate/vendor/sabre/vobject/lib/timezonedata/exchangezones.php
+share/framadate/vendor/sabre/vobject/lib/timezonedata/lotuszones.php
+share/framadate/vendor/sabre/vobject/lib/timezonedata/php-bc.php
+share/framadate/vendor/sabre/vobject/lib/timezonedata/php-workaround.php
+share/framadate/vendor/sabre/vobject/lib/timezonedata/windowszones.php
+share/framadate/vendor/sabre/vobject/resources/schema/xcal.rng
+share/framadate/vendor/sabre/vobject/resources/schema/xcard.rng
+share/framadate/vendor/sabre/xml/.github/workflows/ci.yml
+share/framadate/vendor/sabre/xml/.php-cs-fixer.dist.php
+share/framadate/vendor/sabre/xml/LICENSE
+share/framadate/vendor/sabre/xml/README.md
+share/framadate/vendor/sabre/xml/bin/.empty
+share/framadate/vendor/sabre/xml/composer.json
+share/framadate/vendor/sabre/xml/lib/ContextStackTrait.php
+share/framadate/vendor/sabre/xml/lib/Deserializer/functions.php
+share/framadate/vendor/sabre/xml/lib/Element.php
+share/framadate/vendor/sabre/xml/lib/Element/Base.php
+share/framadate/vendor/sabre/xml/lib/Element/Cdata.php
+share/framadate/vendor/sabre/xml/lib/Element/Elements.php
+share/framadate/vendor/sabre/xml/lib/Element/KeyValue.php
+share/framadate/vendor/sabre/xml/lib/Element/Uri.php
+share/framadate/vendor/sabre/xml/lib/Element/XmlFragment.php
+share/framadate/vendor/sabre/xml/lib/LibXMLException.php
+share/framadate/vendor/sabre/xml/lib/ParseException.php
+share/framadate/vendor/sabre/xml/lib/Reader.php
+share/framadate/vendor/sabre/xml/lib/Serializer/functions.php
+share/framadate/vendor/sabre/xml/lib/Service.php
+share/framadate/vendor/sabre/xml/lib/Version.php
+share/framadate/vendor/sabre/xml/lib/Writer.php
+share/framadate/vendor/sabre/xml/lib/XmlDeserializable.php
+share/framadate/vendor/sabre/xml/lib/XmlSerializable.php
+share/framadate/vendor/sebastian/cli-parser/ChangeLog.md
+share/framadate/vendor/sebastian/cli-parser/LICENSE
+share/framadate/vendor/sebastian/cli-parser/README.md
+share/framadate/vendor/sebastian/cli-parser/composer.json
+share/framadate/vendor/sebastian/cli-parser/infection.json
+share/framadate/vendor/sebastian/cli-parser/src/Parser.php
+share/framadate/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php
+share/framadate/vendor/sebastian/cli-parser/src/exceptions/Exception.php
+share/framadate/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php
+share/framadate/vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php
+share/framadate/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php
+share/framadate/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md
+share/framadate/vendor/sebastian/code-unit-reverse-lookup/LICENSE
+share/framadate/vendor/sebastian/code-unit-reverse-lookup/README.md
+share/framadate/vendor/sebastian/code-unit-reverse-lookup/composer.json
+share/framadate/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php
+share/framadate/vendor/sebastian/code-unit/.psalm/baseline.xml
+share/framadate/vendor/sebastian/code-unit/.psalm/config.xml
+share/framadate/vendor/sebastian/code-unit/ChangeLog.md
+share/framadate/vendor/sebastian/code-unit/LICENSE
+share/framadate/vendor/sebastian/code-unit/README.md
+share/framadate/vendor/sebastian/code-unit/composer.json
+share/framadate/vendor/sebastian/code-unit/src/ClassMethodUnit.php
+share/framadate/vendor/sebastian/code-unit/src/ClassUnit.php
+share/framadate/vendor/sebastian/code-unit/src/CodeUnit.php
+share/framadate/vendor/sebastian/code-unit/src/CodeUnitCollection.php
+share/framadate/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php
+share/framadate/vendor/sebastian/code-unit/src/FunctionUnit.php
+share/framadate/vendor/sebastian/code-unit/src/InterfaceMethodUnit.php
+share/framadate/vendor/sebastian/code-unit/src/InterfaceUnit.php
+share/framadate/vendor/sebastian/code-unit/src/Mapper.php
+share/framadate/vendor/sebastian/code-unit/src/TraitMethodUnit.php
+share/framadate/vendor/sebastian/code-unit/src/TraitUnit.php
+share/framadate/vendor/sebastian/code-unit/src/exceptions/Exception.php
+share/framadate/vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php
+share/framadate/vendor/sebastian/code-unit/src/exceptions/NoTraitException.php
+share/framadate/vendor/sebastian/code-unit/src/exceptions/ReflectionException.php
+share/framadate/vendor/sebastian/comparator/ChangeLog.md
+share/framadate/vendor/sebastian/comparator/LICENSE
+share/framadate/vendor/sebastian/comparator/README.md
+share/framadate/vendor/sebastian/comparator/composer.json
+share/framadate/vendor/sebastian/comparator/src/ArrayComparator.php
+share/framadate/vendor/sebastian/comparator/src/Comparator.php
+share/framadate/vendor/sebastian/comparator/src/ComparisonFailure.php
+share/framadate/vendor/sebastian/comparator/src/DOMNodeComparator.php
+share/framadate/vendor/sebastian/comparator/src/DateTimeComparator.php
+share/framadate/vendor/sebastian/comparator/src/DoubleComparator.php
+share/framadate/vendor/sebastian/comparator/src/ExceptionComparator.php
+share/framadate/vendor/sebastian/comparator/src/Factory.php
+share/framadate/vendor/sebastian/comparator/src/MockObjectComparator.php
+share/framadate/vendor/sebastian/comparator/src/NumericComparator.php
+share/framadate/vendor/sebastian/comparator/src/ObjectComparator.php
+share/framadate/vendor/sebastian/comparator/src/ResourceComparator.php
+share/framadate/vendor/sebastian/comparator/src/ScalarComparator.php
+share/framadate/vendor/sebastian/comparator/src/SplObjectStorageComparator.php
+share/framadate/vendor/sebastian/comparator/src/TypeComparator.php
+share/framadate/vendor/sebastian/comparator/src/exceptions/Exception.php
+share/framadate/vendor/sebastian/comparator/src/exceptions/RuntimeException.php
+share/framadate/vendor/sebastian/complexity/.psalm/baseline.xml
+share/framadate/vendor/sebastian/complexity/.psalm/config.xml
+share/framadate/vendor/sebastian/complexity/ChangeLog.md
+share/framadate/vendor/sebastian/complexity/LICENSE
+share/framadate/vendor/sebastian/complexity/README.md
+share/framadate/vendor/sebastian/complexity/composer.json
+share/framadate/vendor/sebastian/complexity/src/Calculator.php
+share/framadate/vendor/sebastian/complexity/src/Complexity/Complexity.php
+share/framadate/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php
+share/framadate/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php
+share/framadate/vendor/sebastian/complexity/src/Exception/Exception.php
+share/framadate/vendor/sebastian/complexity/src/Exception/RuntimeException.php
+share/framadate/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php
+share/framadate/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php
+share/framadate/vendor/sebastian/diff/ChangeLog.md
+share/framadate/vendor/sebastian/diff/LICENSE
+share/framadate/vendor/sebastian/diff/README.md
+share/framadate/vendor/sebastian/diff/composer.json
+share/framadate/vendor/sebastian/diff/src/Chunk.php
+share/framadate/vendor/sebastian/diff/src/Diff.php
+share/framadate/vendor/sebastian/diff/src/Differ.php
+share/framadate/vendor/sebastian/diff/src/Exception/ConfigurationException.php
+share/framadate/vendor/sebastian/diff/src/Exception/Exception.php
+share/framadate/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php
+share/framadate/vendor/sebastian/diff/src/Line.php
+share/framadate/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php
+share/framadate/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php
+share/framadate/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php
+share/framadate/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php
+share/framadate/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php
+share/framadate/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php
+share/framadate/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php
+share/framadate/vendor/sebastian/diff/src/Parser.php
+share/framadate/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php
+share/framadate/vendor/sebastian/environment/ChangeLog.md
+share/framadate/vendor/sebastian/environment/LICENSE
+share/framadate/vendor/sebastian/environment/README.md
+share/framadate/vendor/sebastian/environment/composer.json
+share/framadate/vendor/sebastian/environment/src/Console.php
+share/framadate/vendor/sebastian/environment/src/OperatingSystem.php
+share/framadate/vendor/sebastian/environment/src/Runtime.php
+share/framadate/vendor/sebastian/exporter/ChangeLog.md
+share/framadate/vendor/sebastian/exporter/LICENSE
+share/framadate/vendor/sebastian/exporter/README.md
+share/framadate/vendor/sebastian/exporter/composer.json
+share/framadate/vendor/sebastian/exporter/src/Exporter.php
+share/framadate/vendor/sebastian/global-state/ChangeLog.md
+share/framadate/vendor/sebastian/global-state/LICENSE
+share/framadate/vendor/sebastian/global-state/README.md
+share/framadate/vendor/sebastian/global-state/composer.json
+share/framadate/vendor/sebastian/global-state/src/CodeExporter.php
+share/framadate/vendor/sebastian/global-state/src/ExcludeList.php
+share/framadate/vendor/sebastian/global-state/src/Restorer.php
+share/framadate/vendor/sebastian/global-state/src/Snapshot.php
+share/framadate/vendor/sebastian/global-state/src/exceptions/Exception.php
+share/framadate/vendor/sebastian/global-state/src/exceptions/RuntimeException.php
+share/framadate/vendor/sebastian/lines-of-code/.psalm/baseline.xml
+share/framadate/vendor/sebastian/lines-of-code/.psalm/config.xml
+share/framadate/vendor/sebastian/lines-of-code/ChangeLog.md
+share/framadate/vendor/sebastian/lines-of-code/LICENSE
+share/framadate/vendor/sebastian/lines-of-code/README.md
+share/framadate/vendor/sebastian/lines-of-code/composer.json
+share/framadate/vendor/sebastian/lines-of-code/src/Counter.php
+share/framadate/vendor/sebastian/lines-of-code/src/Exception/Exception.php
+share/framadate/vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php
+share/framadate/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php
+share/framadate/vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php
+share/framadate/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php
+share/framadate/vendor/sebastian/lines-of-code/src/LinesOfCode.php
+share/framadate/vendor/sebastian/object-enumerator/.psalm/baseline.xml
+share/framadate/vendor/sebastian/object-enumerator/.psalm/config.xml
+share/framadate/vendor/sebastian/object-enumerator/ChangeLog.md
+share/framadate/vendor/sebastian/object-enumerator/LICENSE
+share/framadate/vendor/sebastian/object-enumerator/README.md
+share/framadate/vendor/sebastian/object-enumerator/composer.json
+share/framadate/vendor/sebastian/object-enumerator/phpunit.xml
+share/framadate/vendor/sebastian/object-enumerator/src/Enumerator.php
+share/framadate/vendor/sebastian/object-enumerator/src/Exception.php
+share/framadate/vendor/sebastian/object-enumerator/src/InvalidArgumentException.php
+share/framadate/vendor/sebastian/object-reflector/.psalm/baseline.xml
+share/framadate/vendor/sebastian/object-reflector/.psalm/config.xml
+share/framadate/vendor/sebastian/object-reflector/ChangeLog.md
+share/framadate/vendor/sebastian/object-reflector/LICENSE
+share/framadate/vendor/sebastian/object-reflector/README.md
+share/framadate/vendor/sebastian/object-reflector/composer.json
+share/framadate/vendor/sebastian/object-reflector/src/Exception.php
+share/framadate/vendor/sebastian/object-reflector/src/InvalidArgumentException.php
+share/framadate/vendor/sebastian/object-reflector/src/ObjectReflector.php
+share/framadate/vendor/sebastian/recursion-context/ChangeLog.md
+share/framadate/vendor/sebastian/recursion-context/LICENSE
+share/framadate/vendor/sebastian/recursion-context/README.md
+share/framadate/vendor/sebastian/recursion-context/composer.json
+share/framadate/vendor/sebastian/recursion-context/src/Context.php
+share/framadate/vendor/sebastian/recursion-context/src/Exception.php
+share/framadate/vendor/sebastian/recursion-context/src/InvalidArgumentException.php
+share/framadate/vendor/sebastian/resource-operations/ChangeLog.md
+share/framadate/vendor/sebastian/resource-operations/LICENSE
+share/framadate/vendor/sebastian/resource-operations/README.md
+share/framadate/vendor/sebastian/resource-operations/SECURITY.md
+share/framadate/vendor/sebastian/resource-operations/build/generate.php
+share/framadate/vendor/sebastian/resource-operations/composer.json
+share/framadate/vendor/sebastian/resource-operations/src/ResourceOperations.php
+share/framadate/vendor/sebastian/type/ChangeLog.md
+share/framadate/vendor/sebastian/type/LICENSE
+share/framadate/vendor/sebastian/type/README.md
+share/framadate/vendor/sebastian/type/composer.json
+share/framadate/vendor/sebastian/type/src/Parameter.php
+share/framadate/vendor/sebastian/type/src/ReflectionMapper.php
+share/framadate/vendor/sebastian/type/src/TypeName.php
+share/framadate/vendor/sebastian/type/src/exception/Exception.php
+share/framadate/vendor/sebastian/type/src/exception/RuntimeException.php
+share/framadate/vendor/sebastian/type/src/type/CallableType.php
+share/framadate/vendor/sebastian/type/src/type/FalseType.php
+share/framadate/vendor/sebastian/type/src/type/GenericObjectType.php
+share/framadate/vendor/sebastian/type/src/type/IntersectionType.php
+share/framadate/vendor/sebastian/type/src/type/IterableType.php
+share/framadate/vendor/sebastian/type/src/type/MixedType.php
+share/framadate/vendor/sebastian/type/src/type/NeverType.php
+share/framadate/vendor/sebastian/type/src/type/NullType.php
+share/framadate/vendor/sebastian/type/src/type/ObjectType.php
+share/framadate/vendor/sebastian/type/src/type/SimpleType.php
+share/framadate/vendor/sebastian/type/src/type/StaticType.php
+share/framadate/vendor/sebastian/type/src/type/TrueType.php
+share/framadate/vendor/sebastian/type/src/type/Type.php
+share/framadate/vendor/sebastian/type/src/type/UnionType.php
+share/framadate/vendor/sebastian/type/src/type/UnknownType.php
+share/framadate/vendor/sebastian/type/src/type/VoidType.php
+share/framadate/vendor/sebastian/version/.gitattributes
+share/framadate/vendor/sebastian/version/.gitignore
+share/framadate/vendor/sebastian/version/ChangeLog.md
+share/framadate/vendor/sebastian/version/LICENSE
+share/framadate/vendor/sebastian/version/README.md
+share/framadate/vendor/sebastian/version/composer.json
+share/framadate/vendor/sebastian/version/src/Version.php
+share/framadate/vendor/smarty/smarty/CHANGELOG.md
+share/framadate/vendor/smarty/smarty/LICENSE
+share/framadate/vendor/smarty/smarty/README.md
+share/framadate/vendor/smarty/smarty/SECURITY.md
+share/framadate/vendor/smarty/smarty/changelog/.gitkeep
+share/framadate/vendor/smarty/smarty/composer.json
+share/framadate/vendor/smarty/smarty/demo/configs/test.conf
+share/framadate/vendor/smarty/smarty/demo/index.php
+share/framadate/vendor/smarty/smarty/demo/plugins/cacheresource.apc.php
+share/framadate/vendor/smarty/smarty/demo/plugins/cacheresource.memcache.php
+share/framadate/vendor/smarty/smarty/demo/plugins/cacheresource.mysql.php
+share/framadate/vendor/smarty/smarty/demo/plugins/cacheresource.pdo.php
+share/framadate/vendor/smarty/smarty/demo/plugins/cacheresource.pdo_gzip.php
+share/framadate/vendor/smarty/smarty/demo/plugins/resource.extendsall.php
+share/framadate/vendor/smarty/smarty/demo/plugins/resource.mysql.php
+share/framadate/vendor/smarty/smarty/demo/plugins/resource.mysqls.php
+share/framadate/vendor/smarty/smarty/demo/templates/footer.tpl
+share/framadate/vendor/smarty/smarty/demo/templates/header.tpl
+share/framadate/vendor/smarty/smarty/demo/templates/index.tpl
+share/framadate/vendor/smarty/smarty/docs/_config.yml
+share/framadate/vendor/smarty/smarty/docs/appendixes/tips.md
+share/framadate/vendor/smarty/smarty/docs/appendixes/troubleshooting.md
+share/framadate/vendor/smarty/smarty/docs/designers/chapter-debugging-console.md
+share/framadate/vendor/smarty/smarty/docs/designers/config-files.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-basic-syntax/index.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-basic-syntax/language-escaping.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-basic-syntax/language-math.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-basic-syntax/language-syntax-attributes.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-basic-syntax/language-syntax-comments.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-basic-syntax/language-syntax-functions.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-basic-syntax/language-syntax-quotes.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-basic-syntax/language-syntax-variables.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/index.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-append.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-assign.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-block.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-call.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-capture.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-config-load.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-debug.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-extends.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-for.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-foreach.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-function.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-if.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-include.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-insert.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-ldelim.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-literal.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-nocache.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-section.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-setfilter.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-strip.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-builtin-functions/language-function-while.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-combining-modifiers.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/index.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-counter.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-cycle.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-debug.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-eval.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-fetch.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-html-checkboxes.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-html-image.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-html-options.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-html-radios.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-html-select-date.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-html-select-time.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-html-table.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-mailto.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-math.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-custom-functions/language-function-textformat.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/index.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-capitalize.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-cat.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-count-characters.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-count-paragraphs.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-count-sentences.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-count-words.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-date-format.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-default.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-escape.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-from-charset.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-indent.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-lower.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-nl2br.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-regex-replace.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-replace.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-spacify.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-string-format.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-strip-tags.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-strip.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-to-charset.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-truncate.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-unescape.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-upper.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-wordwrap.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-variables/index.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-variables/language-assigned-variables.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-variables/language-config-variables.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-variables/language-variable-scopes.md
+share/framadate/vendor/smarty/smarty/docs/designers/language-variables/language-variables-smarty.md
+share/framadate/vendor/smarty/smarty/docs/features.md
+share/framadate/vendor/smarty/smarty/docs/getting-started.md
+share/framadate/vendor/smarty/smarty/docs/index.md
+share/framadate/vendor/smarty/smarty/docs/philosophy.md
+share/framadate/vendor/smarty/smarty/docs/programmers/advanced-features.md
+share/framadate/vendor/smarty/smarty/docs/programmers/advanced-features/advanced-features-objects.md
+share/framadate/vendor/smarty/smarty/docs/programmers/advanced-features/advanced-features-outputfilters.md
+share/framadate/vendor/smarty/smarty/docs/programmers/advanced-features/advanced-features-postfilters.md
+share/framadate/vendor/smarty/smarty/docs/programmers/advanced-features/advanced-features-prefilters.md
+share/framadate/vendor/smarty/smarty/docs/programmers/advanced-features/advanced-features-security.md
+share/framadate/vendor/smarty/smarty/docs/programmers/advanced-features/advanced-features-static-classes.md
+share/framadate/vendor/smarty/smarty/docs/programmers/advanced-features/advanced-features-streams.md
+share/framadate/vendor/smarty/smarty/docs/programmers/advanced-features/advanced-features-template-inheritance.md
+share/framadate/vendor/smarty/smarty/docs/programmers/advanced-features/advanced-features-template-settings.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-add-config-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-add-plugins-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-add-template-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-append-by-ref.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-append.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-assign-by-ref.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-assign.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-clear-all-assign.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-clear-all-cache.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-clear-assign.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-clear-cache.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-clear-compiled-tpl.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-clear-config.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-compile-all-config.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-compile-all-templates.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-config-load.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-create-data.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-create-template.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-disable-security.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-display.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-enable-security.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-fetch.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-get-cache-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-get-compile-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-get-config-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-get-config-vars.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-get-plugins-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-get-registered-object.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-get-tags.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-get-template-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-get-template-vars.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-is-cached.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-load-filter.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-mute-expected-errors.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-register-cacheresource.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-register-class.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-register-default-plugin-handler.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-register-filter.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-register-object.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-register-plugin.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-register-resource.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-set-cache-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-set-compile-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-set-config-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-set-plugins-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-set-template-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-template-exists.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-test-install.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-cacheresource.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-filter.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-object.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-plugin.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-resource.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-allow-php-templates.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-auto-literal.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-autoload-filters.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-cache-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-cache-id.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-cache-lifetime.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-cache-locking.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-cache-modified-check.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-caching-type.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-caching.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-compile-check.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-compile-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-compile-id.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-compile-locking.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-compiler-class.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-config-booleanize.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-config-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-config-overwrite.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-config-read-hidden.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-debug-template.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-debugging-ctrl.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-debugging.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-default-config-handler-func.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-default-config-type.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-default-modifiers.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-default-resource-type.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-default-template-handler-func.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-direct-access-security.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-error-reporting.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-escape-html.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-force-cache.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-force-compile.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-left-delimiter.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-locking-timeout.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-merge-compiled-includes.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-plugins-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-right-delimiter.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-smarty-debug-id.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-template-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-trusted-dir.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-use-include-path.md
+share/framadate/vendor/smarty/smarty/docs/programmers/api-variables/variable-use-sub-dirs.md
+share/framadate/vendor/smarty/smarty/docs/programmers/caching.md
+share/framadate/vendor/smarty/smarty/docs/programmers/caching/caching-cacheable.md
+share/framadate/vendor/smarty/smarty/docs/programmers/caching/caching-custom.md
+share/framadate/vendor/smarty/smarty/docs/programmers/caching/caching-groups.md
+share/framadate/vendor/smarty/smarty/docs/programmers/caching/caching-multiple-caches.md
+share/framadate/vendor/smarty/smarty/docs/programmers/caching/caching-setting-up.md
+share/framadate/vendor/smarty/smarty/docs/programmers/charset.md
+share/framadate/vendor/smarty/smarty/docs/programmers/plugins.md
+share/framadate/vendor/smarty/smarty/docs/programmers/plugins/plugins-block-functions.md
+share/framadate/vendor/smarty/smarty/docs/programmers/plugins/plugins-compiler-functions.md
+share/framadate/vendor/smarty/smarty/docs/programmers/plugins/plugins-functions.md
+share/framadate/vendor/smarty/smarty/docs/programmers/plugins/plugins-howto.md
+share/framadate/vendor/smarty/smarty/docs/programmers/plugins/plugins-inserts.md
+share/framadate/vendor/smarty/smarty/docs/programmers/plugins/plugins-modifiers.md
+share/framadate/vendor/smarty/smarty/docs/programmers/plugins/plugins-naming-conventions.md
+share/framadate/vendor/smarty/smarty/docs/programmers/plugins/plugins-outputfilters.md
+share/framadate/vendor/smarty/smarty/docs/programmers/plugins/plugins-prefilters-postfilters.md
+share/framadate/vendor/smarty/smarty/docs/programmers/plugins/plugins-resources.md
+share/framadate/vendor/smarty/smarty/docs/programmers/plugins/plugins-writing.md
+share/framadate/vendor/smarty/smarty/docs/programmers/resources.md
+share/framadate/vendor/smarty/smarty/docs/programmers/resources/resources-custom.md
+share/framadate/vendor/smarty/smarty/docs/programmers/resources/resources-extends.md
+share/framadate/vendor/smarty/smarty/docs/programmers/resources/resources-file.md
+share/framadate/vendor/smarty/smarty/docs/programmers/resources/resources-streams.md
+share/framadate/vendor/smarty/smarty/docs/programmers/resources/resources-string.md
+share/framadate/vendor/smarty/smarty/docs/programmers/resources/template-resources.md
+share/framadate/vendor/smarty/smarty/docs/programmers/smarty-constants.md
+share/framadate/vendor/smarty/smarty/docs/upgrading.md
+share/framadate/vendor/smarty/smarty/lexer/smarty_internal_configfilelexer.plex
+share/framadate/vendor/smarty/smarty/lexer/smarty_internal_configfileparser.y
+share/framadate/vendor/smarty/smarty/lexer/smarty_internal_templatelexer.plex
+share/framadate/vendor/smarty/smarty/lexer/smarty_internal_templateparser.y
+share/framadate/vendor/smarty/smarty/libs/Autoloader.php
+share/framadate/vendor/smarty/smarty/libs/Smarty.class.php
+share/framadate/vendor/smarty/smarty/libs/bootstrap.php
+share/framadate/vendor/smarty/smarty/libs/debug.tpl
+share/framadate/vendor/smarty/smarty/libs/functions.php
+share/framadate/vendor/smarty/smarty/libs/plugins/block.textformat.php
+share/framadate/vendor/smarty/smarty/libs/plugins/function.counter.php
+share/framadate/vendor/smarty/smarty/libs/plugins/function.cycle.php
+share/framadate/vendor/smarty/smarty/libs/plugins/function.fetch.php
+share/framadate/vendor/smarty/smarty/libs/plugins/function.html_checkboxes.php
+share/framadate/vendor/smarty/smarty/libs/plugins/function.html_image.php
+share/framadate/vendor/smarty/smarty/libs/plugins/function.html_options.php
+share/framadate/vendor/smarty/smarty/libs/plugins/function.html_radios.php
+share/framadate/vendor/smarty/smarty/libs/plugins/function.html_select_date.php
+share/framadate/vendor/smarty/smarty/libs/plugins/function.html_select_time.php
+share/framadate/vendor/smarty/smarty/libs/plugins/function.html_table.php
+share/framadate/vendor/smarty/smarty/libs/plugins/function.mailto.php
+share/framadate/vendor/smarty/smarty/libs/plugins/function.math.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.capitalize.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.count.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.date_format.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.debug_print_var.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.escape.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.explode.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.implode.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.mb_wordwrap.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.number_format.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.replace.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.spacify.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifier.truncate.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.count_characters.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.count_paragraphs.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.count_sentences.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.count_words.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.escape.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.from_charset.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.indent.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.json_encode.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.lower.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.nl2br.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.noprint.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.round.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.str_repeat.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.string_format.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.strip.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.strip_tags.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.strlen.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.substr.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.to_charset.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.unescape.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.upper.php
+share/framadate/vendor/smarty/smarty/libs/plugins/modifiercompiler.wordwrap.php
+share/framadate/vendor/smarty/smarty/libs/plugins/outputfilter.trimwhitespace.php
+share/framadate/vendor/smarty/smarty/libs/plugins/shared.escape_special_chars.php
+share/framadate/vendor/smarty/smarty/libs/plugins/shared.literal_compiler_param.php
+share/framadate/vendor/smarty/smarty/libs/plugins/shared.make_timestamp.php
+share/framadate/vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
+share/framadate/vendor/smarty/smarty/libs/plugins/shared.mb_unicode.php
+share/framadate/vendor/smarty/smarty/libs/plugins/variablefilter.htmlspecialchars.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource_custom.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_data.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_append.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block_child.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block_parent.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_child.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_config_load.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_debug.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_eval.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_for.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_insert.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_make_nocache.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_nocache.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_parent.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_section.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_while.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_configfilelexer.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_configfileparser.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_debug.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_errorhandler.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_append.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_appendbyref.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_assignbyref.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_assignglobal.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearallassign.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearallcache.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearassign.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearcache.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearconfig.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_configload.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getconfigvariable.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getglobal.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettags.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerobject.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_nocache_insert.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_code.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_eval.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_extends.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_php.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_stream.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_string.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_cacheresourcefile.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_make_nocache.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_testinstall.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_internal_undefined.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_resource_recompiled.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_resource_uncompiled.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_security.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_template_config.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smartycompilerexception.php
+share/framadate/vendor/smarty/smarty/libs/sysplugins/smartyexception.php
+share/framadate/vendor/smarty/smarty/mkdocs.yml
+share/framadate/vendor/smarty/smarty/run-tests-for-all-php-versions.sh
+share/framadate/vendor/smarty/smarty/run-tests.sh
+share/framadate/vendor/symfony/console/Application.php
+share/framadate/vendor/symfony/console/Attribute/AsCommand.php
+share/framadate/vendor/symfony/console/CHANGELOG.md
+share/framadate/vendor/symfony/console/CI/GithubActionReporter.php
+share/framadate/vendor/symfony/console/Color.php
+share/framadate/vendor/symfony/console/Command/Command.php
+share/framadate/vendor/symfony/console/Command/CompleteCommand.php
+share/framadate/vendor/symfony/console/Command/DumpCompletionCommand.php
+share/framadate/vendor/symfony/console/Command/HelpCommand.php
+share/framadate/vendor/symfony/console/Command/LazyCommand.php
+share/framadate/vendor/symfony/console/Command/ListCommand.php
+share/framadate/vendor/symfony/console/Command/LockableTrait.php
+share/framadate/vendor/symfony/console/Command/SignalableCommandInterface.php
+share/framadate/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php
+share/framadate/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php
+share/framadate/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php
+share/framadate/vendor/symfony/console/Completion/CompletionInput.php
+share/framadate/vendor/symfony/console/Completion/CompletionSuggestions.php
+share/framadate/vendor/symfony/console/Completion/Output/BashCompletionOutput.php
+share/framadate/vendor/symfony/console/Completion/Output/CompletionOutputInterface.php
+share/framadate/vendor/symfony/console/Completion/Suggestion.php
+share/framadate/vendor/symfony/console/ConsoleEvents.php
+share/framadate/vendor/symfony/console/Cursor.php
+share/framadate/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php
+share/framadate/vendor/symfony/console/Descriptor/ApplicationDescription.php
+share/framadate/vendor/symfony/console/Descriptor/Descriptor.php
+share/framadate/vendor/symfony/console/Descriptor/DescriptorInterface.php
+share/framadate/vendor/symfony/console/Descriptor/JsonDescriptor.php
+share/framadate/vendor/symfony/console/Descriptor/MarkdownDescriptor.php
+share/framadate/vendor/symfony/console/Descriptor/TextDescriptor.php
+share/framadate/vendor/symfony/console/Descriptor/XmlDescriptor.php
+share/framadate/vendor/symfony/console/Event/ConsoleCommandEvent.php
+share/framadate/vendor/symfony/console/Event/ConsoleErrorEvent.php
+share/framadate/vendor/symfony/console/Event/ConsoleEvent.php
+share/framadate/vendor/symfony/console/Event/ConsoleSignalEvent.php
+share/framadate/vendor/symfony/console/Event/ConsoleTerminateEvent.php
+share/framadate/vendor/symfony/console/EventListener/ErrorListener.php
+share/framadate/vendor/symfony/console/Exception/CommandNotFoundException.php
+share/framadate/vendor/symfony/console/Exception/ExceptionInterface.php
+share/framadate/vendor/symfony/console/Exception/InvalidArgumentException.php
+share/framadate/vendor/symfony/console/Exception/InvalidOptionException.php
+share/framadate/vendor/symfony/console/Exception/LogicException.php
+share/framadate/vendor/symfony/console/Exception/MissingInputException.php
+share/framadate/vendor/symfony/console/Exception/NamespaceNotFoundException.php
+share/framadate/vendor/symfony/console/Exception/RuntimeException.php
+share/framadate/vendor/symfony/console/Formatter/NullOutputFormatter.php
+share/framadate/vendor/symfony/console/Formatter/NullOutputFormatterStyle.php
+share/framadate/vendor/symfony/console/Formatter/OutputFormatter.php
+share/framadate/vendor/symfony/console/Formatter/OutputFormatterInterface.php
+share/framadate/vendor/symfony/console/Formatter/OutputFormatterStyle.php
+share/framadate/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php
+share/framadate/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php
+share/framadate/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php
+share/framadate/vendor/symfony/console/Helper/DebugFormatterHelper.php
+share/framadate/vendor/symfony/console/Helper/DescriptorHelper.php
+share/framadate/vendor/symfony/console/Helper/Dumper.php
+share/framadate/vendor/symfony/console/Helper/FormatterHelper.php
+share/framadate/vendor/symfony/console/Helper/Helper.php
+share/framadate/vendor/symfony/console/Helper/HelperInterface.php
+share/framadate/vendor/symfony/console/Helper/HelperSet.php
+share/framadate/vendor/symfony/console/Helper/InputAwareHelper.php
+share/framadate/vendor/symfony/console/Helper/ProcessHelper.php
+share/framadate/vendor/symfony/console/Helper/ProgressBar.php
+share/framadate/vendor/symfony/console/Helper/ProgressIndicator.php
+share/framadate/vendor/symfony/console/Helper/QuestionHelper.php
+share/framadate/vendor/symfony/console/Helper/SymfonyQuestionHelper.php
+share/framadate/vendor/symfony/console/Helper/Table.php
+share/framadate/vendor/symfony/console/Helper/TableCell.php
+share/framadate/vendor/symfony/console/Helper/TableCellStyle.php
+share/framadate/vendor/symfony/console/Helper/TableRows.php
+share/framadate/vendor/symfony/console/Helper/TableSeparator.php
+share/framadate/vendor/symfony/console/Helper/TableStyle.php
+share/framadate/vendor/symfony/console/Input/ArgvInput.php
+share/framadate/vendor/symfony/console/Input/ArrayInput.php
+share/framadate/vendor/symfony/console/Input/Input.php
+share/framadate/vendor/symfony/console/Input/InputArgument.php
+share/framadate/vendor/symfony/console/Input/InputAwareInterface.php
+share/framadate/vendor/symfony/console/Input/InputDefinition.php
+share/framadate/vendor/symfony/console/Input/InputInterface.php
+share/framadate/vendor/symfony/console/Input/InputOption.php
+share/framadate/vendor/symfony/console/Input/StreamableInputInterface.php
+share/framadate/vendor/symfony/console/Input/StringInput.php
+share/framadate/vendor/symfony/console/LICENSE
+share/framadate/vendor/symfony/console/Logger/ConsoleLogger.php
+share/framadate/vendor/symfony/console/Output/BufferedOutput.php
+share/framadate/vendor/symfony/console/Output/ConsoleOutput.php
+share/framadate/vendor/symfony/console/Output/ConsoleOutputInterface.php
+share/framadate/vendor/symfony/console/Output/ConsoleSectionOutput.php
+share/framadate/vendor/symfony/console/Output/NullOutput.php
+share/framadate/vendor/symfony/console/Output/Output.php
+share/framadate/vendor/symfony/console/Output/OutputInterface.php
+share/framadate/vendor/symfony/console/Output/StreamOutput.php
+share/framadate/vendor/symfony/console/Output/TrimmedBufferOutput.php
+share/framadate/vendor/symfony/console/Question/ChoiceQuestion.php
+share/framadate/vendor/symfony/console/Question/ConfirmationQuestion.php
+share/framadate/vendor/symfony/console/Question/Question.php
+share/framadate/vendor/symfony/console/README.md
+share/framadate/vendor/symfony/console/Resources/bin/hiddeninput.exe
+share/framadate/vendor/symfony/console/Resources/completion.bash
+share/framadate/vendor/symfony/console/SignalRegistry/SignalRegistry.php
+share/framadate/vendor/symfony/console/SingleCommandApplication.php
+share/framadate/vendor/symfony/console/Style/OutputStyle.php
+share/framadate/vendor/symfony/console/Style/StyleInterface.php
+share/framadate/vendor/symfony/console/Style/SymfonyStyle.php
+share/framadate/vendor/symfony/console/Terminal.php
+share/framadate/vendor/symfony/console/Tester/ApplicationTester.php
+share/framadate/vendor/symfony/console/Tester/CommandCompletionTester.php
+share/framadate/vendor/symfony/console/Tester/CommandTester.php
+share/framadate/vendor/symfony/console/Tester/Constraint/CommandIsSuccessful.php
+share/framadate/vendor/symfony/console/Tester/TesterTrait.php
+share/framadate/vendor/symfony/console/composer.json
+share/framadate/vendor/symfony/deprecation-contracts/CHANGELOG.md
+share/framadate/vendor/symfony/deprecation-contracts/LICENSE
+share/framadate/vendor/symfony/deprecation-contracts/README.md
+share/framadate/vendor/symfony/deprecation-contracts/composer.json
+share/framadate/vendor/symfony/deprecation-contracts/function.php
+share/framadate/vendor/symfony/event-dispatcher-contracts/CHANGELOG.md
+share/framadate/vendor/symfony/event-dispatcher-contracts/Event.php
+share/framadate/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
+share/framadate/vendor/symfony/event-dispatcher-contracts/LICENSE
+share/framadate/vendor/symfony/event-dispatcher-contracts/README.md
+share/framadate/vendor/symfony/event-dispatcher-contracts/composer.json
+share/framadate/vendor/symfony/event-dispatcher/Attribute/AsEventListener.php
+share/framadate/vendor/symfony/event-dispatcher/CHANGELOG.md
+share/framadate/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
+share/framadate/vendor/symfony/event-dispatcher/Debug/WrappedListener.php
+share/framadate/vendor/symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php
+share/framadate/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
+share/framadate/vendor/symfony/event-dispatcher/EventDispatcher.php
+share/framadate/vendor/symfony/event-dispatcher/EventDispatcherInterface.php
+share/framadate/vendor/symfony/event-dispatcher/EventSubscriberInterface.php
+share/framadate/vendor/symfony/event-dispatcher/GenericEvent.php
+share/framadate/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php
+share/framadate/vendor/symfony/event-dispatcher/LICENSE
+share/framadate/vendor/symfony/event-dispatcher/LegacyEventDispatcherProxy.php
+share/framadate/vendor/symfony/event-dispatcher/README.md
+share/framadate/vendor/symfony/event-dispatcher/composer.json
+share/framadate/vendor/symfony/filesystem/CHANGELOG.md
+share/framadate/vendor/symfony/filesystem/Exception/ExceptionInterface.php
+share/framadate/vendor/symfony/filesystem/Exception/FileNotFoundException.php
+share/framadate/vendor/symfony/filesystem/Exception/IOException.php
+share/framadate/vendor/symfony/filesystem/Exception/IOExceptionInterface.php
+share/framadate/vendor/symfony/filesystem/Exception/InvalidArgumentException.php
+share/framadate/vendor/symfony/filesystem/Exception/RuntimeException.php
+share/framadate/vendor/symfony/filesystem/Filesystem.php
+share/framadate/vendor/symfony/filesystem/LICENSE
+share/framadate/vendor/symfony/filesystem/Path.php
+share/framadate/vendor/symfony/filesystem/README.md
+share/framadate/vendor/symfony/filesystem/composer.json
+share/framadate/vendor/symfony/finder/CHANGELOG.md
+share/framadate/vendor/symfony/finder/Comparator/Comparator.php
+share/framadate/vendor/symfony/finder/Comparator/DateComparator.php
+share/framadate/vendor/symfony/finder/Comparator/NumberComparator.php
+share/framadate/vendor/symfony/finder/Exception/AccessDeniedException.php
+share/framadate/vendor/symfony/finder/Exception/DirectoryNotFoundException.php
+share/framadate/vendor/symfony/finder/Finder.php
+share/framadate/vendor/symfony/finder/Gitignore.php
+share/framadate/vendor/symfony/finder/Glob.php
+share/framadate/vendor/symfony/finder/Iterator/CustomFilterIterator.php
+share/framadate/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php
+share/framadate/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php
+share/framadate/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php
+share/framadate/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php
+share/framadate/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php
+share/framadate/vendor/symfony/finder/Iterator/FilenameFilterIterator.php
+share/framadate/vendor/symfony/finder/Iterator/LazyIterator.php
+share/framadate/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php
+share/framadate/vendor/symfony/finder/Iterator/PathFilterIterator.php
+share/framadate/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php
+share/framadate/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php
+share/framadate/vendor/symfony/finder/Iterator/SortableIterator.php
+share/framadate/vendor/symfony/finder/Iterator/VcsIgnoredFilterIterator.php
+share/framadate/vendor/symfony/finder/LICENSE
+share/framadate/vendor/symfony/finder/README.md
+share/framadate/vendor/symfony/finder/SplFileInfo.php
+share/framadate/vendor/symfony/finder/composer.json
+share/framadate/vendor/symfony/options-resolver/CHANGELOG.md
+share/framadate/vendor/symfony/options-resolver/Debug/OptionsResolverIntrospector.php
+share/framadate/vendor/symfony/options-resolver/Exception/AccessException.php
+share/framadate/vendor/symfony/options-resolver/Exception/ExceptionInterface.php
+share/framadate/vendor/symfony/options-resolver/Exception/InvalidArgumentException.php
+share/framadate/vendor/symfony/options-resolver/Exception/InvalidOptionsException.php
+share/framadate/vendor/symfony/options-resolver/Exception/MissingOptionsException.php
+share/framadate/vendor/symfony/options-resolver/Exception/NoConfigurationException.php
+share/framadate/vendor/symfony/options-resolver/Exception/NoSuchOptionException.php
+share/framadate/vendor/symfony/options-resolver/Exception/OptionDefinitionException.php
+share/framadate/vendor/symfony/options-resolver/Exception/UndefinedOptionsException.php
+share/framadate/vendor/symfony/options-resolver/LICENSE
+share/framadate/vendor/symfony/options-resolver/OptionConfigurator.php
+share/framadate/vendor/symfony/options-resolver/Options.php
+share/framadate/vendor/symfony/options-resolver/OptionsResolver.php
+share/framadate/vendor/symfony/options-resolver/README.md
+share/framadate/vendor/symfony/options-resolver/composer.json
+share/framadate/vendor/symfony/polyfill-ctype/Ctype.php
+share/framadate/vendor/symfony/polyfill-ctype/LICENSE
+share/framadate/vendor/symfony/polyfill-ctype/README.md
+share/framadate/vendor/symfony/polyfill-ctype/bootstrap.php
+share/framadate/vendor/symfony/polyfill-ctype/bootstrap80.php
+share/framadate/vendor/symfony/polyfill-ctype/composer.json
+share/framadate/vendor/symfony/polyfill-intl-grapheme/Grapheme.php
+share/framadate/vendor/symfony/polyfill-intl-grapheme/LICENSE
+share/framadate/vendor/symfony/polyfill-intl-grapheme/README.md
+share/framadate/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
+share/framadate/vendor/symfony/polyfill-intl-grapheme/bootstrap80.php
+share/framadate/vendor/symfony/polyfill-intl-grapheme/composer.json
+share/framadate/vendor/symfony/polyfill-intl-idn/Idn.php
+share/framadate/vendor/symfony/polyfill-intl-idn/Info.php
+share/framadate/vendor/symfony/polyfill-intl-idn/LICENSE
+share/framadate/vendor/symfony/polyfill-intl-idn/README.md
+share/framadate/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php
+share/framadate/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php
+share/framadate/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php
+share/framadate/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php
+share/framadate/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php
+share/framadate/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php
+share/framadate/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php
+share/framadate/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php
+share/framadate/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php
+share/framadate/vendor/symfony/polyfill-intl-idn/bootstrap.php
+share/framadate/vendor/symfony/polyfill-intl-idn/bootstrap80.php
+share/framadate/vendor/symfony/polyfill-intl-idn/composer.json
+share/framadate/vendor/symfony/polyfill-intl-normalizer/LICENSE
+share/framadate/vendor/symfony/polyfill-intl-normalizer/Normalizer.php
+share/framadate/vendor/symfony/polyfill-intl-normalizer/README.md
+share/framadate/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php
+share/framadate/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php
+share/framadate/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php
+share/framadate/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php
+share/framadate/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php
+share/framadate/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
+share/framadate/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
+share/framadate/vendor/symfony/polyfill-intl-normalizer/composer.json
+share/framadate/vendor/symfony/polyfill-mbstring/LICENSE
+share/framadate/vendor/symfony/polyfill-mbstring/Mbstring.php
+share/framadate/vendor/symfony/polyfill-mbstring/README.md
+share/framadate/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php
+share/framadate/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
+share/framadate/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
+share/framadate/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
+share/framadate/vendor/symfony/polyfill-mbstring/bootstrap.php
+share/framadate/vendor/symfony/polyfill-mbstring/bootstrap80.php
+share/framadate/vendor/symfony/polyfill-mbstring/composer.json
+share/framadate/vendor/symfony/polyfill-php73/LICENSE
+share/framadate/vendor/symfony/polyfill-php73/Php73.php
+share/framadate/vendor/symfony/polyfill-php73/README.md
+share/framadate/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php
+share/framadate/vendor/symfony/polyfill-php73/bootstrap.php
+share/framadate/vendor/symfony/polyfill-php73/composer.json
+share/framadate/vendor/symfony/polyfill-php80/LICENSE
+share/framadate/vendor/symfony/polyfill-php80/Php80.php
+share/framadate/vendor/symfony/polyfill-php80/PhpToken.php
+share/framadate/vendor/symfony/polyfill-php80/README.md
+share/framadate/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
+share/framadate/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
+share/framadate/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
+share/framadate/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
+share/framadate/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
+share/framadate/vendor/symfony/polyfill-php80/bootstrap.php
+share/framadate/vendor/symfony/polyfill-php80/composer.json
+share/framadate/vendor/symfony/polyfill-php81/LICENSE
+share/framadate/vendor/symfony/polyfill-php81/Php81.php
+share/framadate/vendor/symfony/polyfill-php81/README.md
+share/framadate/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php
+share/framadate/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
+share/framadate/vendor/symfony/polyfill-php81/bootstrap.php
+share/framadate/vendor/symfony/polyfill-php81/composer.json
+share/framadate/vendor/symfony/process/CHANGELOG.md
+share/framadate/vendor/symfony/process/Exception/ExceptionInterface.php
+share/framadate/vendor/symfony/process/Exception/InvalidArgumentException.php
+share/framadate/vendor/symfony/process/Exception/LogicException.php
+share/framadate/vendor/symfony/process/Exception/ProcessFailedException.php
+share/framadate/vendor/symfony/process/Exception/ProcessSignaledException.php
+share/framadate/vendor/symfony/process/Exception/ProcessTimedOutException.php
+share/framadate/vendor/symfony/process/Exception/RuntimeException.php
+share/framadate/vendor/symfony/process/ExecutableFinder.php
+share/framadate/vendor/symfony/process/InputStream.php
+share/framadate/vendor/symfony/process/LICENSE
+share/framadate/vendor/symfony/process/PhpExecutableFinder.php
+share/framadate/vendor/symfony/process/PhpProcess.php
+share/framadate/vendor/symfony/process/Pipes/AbstractPipes.php
+share/framadate/vendor/symfony/process/Pipes/PipesInterface.php
+share/framadate/vendor/symfony/process/Pipes/UnixPipes.php
+share/framadate/vendor/symfony/process/Pipes/WindowsPipes.php
+share/framadate/vendor/symfony/process/Process.php
+share/framadate/vendor/symfony/process/ProcessUtils.php
+share/framadate/vendor/symfony/process/README.md
+share/framadate/vendor/symfony/process/composer.json
+share/framadate/vendor/symfony/service-contracts/Attribute/Required.php
+share/framadate/vendor/symfony/service-contracts/Attribute/SubscribedService.php
+share/framadate/vendor/symfony/service-contracts/CHANGELOG.md
+share/framadate/vendor/symfony/service-contracts/LICENSE
+share/framadate/vendor/symfony/service-contracts/README.md
+share/framadate/vendor/symfony/service-contracts/ResetInterface.php
+share/framadate/vendor/symfony/service-contracts/ServiceLocatorTrait.php
+share/framadate/vendor/symfony/service-contracts/ServiceProviderInterface.php
+share/framadate/vendor/symfony/service-contracts/ServiceSubscriberInterface.php
+share/framadate/vendor/symfony/service-contracts/ServiceSubscriberTrait.php
+share/framadate/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php
+share/framadate/vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php
+share/framadate/vendor/symfony/service-contracts/composer.json
+share/framadate/vendor/symfony/stopwatch/CHANGELOG.md
+share/framadate/vendor/symfony/stopwatch/LICENSE
+share/framadate/vendor/symfony/stopwatch/README.md
+share/framadate/vendor/symfony/stopwatch/Section.php
+share/framadate/vendor/symfony/stopwatch/Stopwatch.php
+share/framadate/vendor/symfony/stopwatch/StopwatchEvent.php
+share/framadate/vendor/symfony/stopwatch/StopwatchPeriod.php
+share/framadate/vendor/symfony/stopwatch/composer.json
+share/framadate/vendor/symfony/string/AbstractString.php
+share/framadate/vendor/symfony/string/AbstractUnicodeString.php
+share/framadate/vendor/symfony/string/ByteString.php
+share/framadate/vendor/symfony/string/CHANGELOG.md
+share/framadate/vendor/symfony/string/CodePointString.php
+share/framadate/vendor/symfony/string/Exception/ExceptionInterface.php
+share/framadate/vendor/symfony/string/Exception/InvalidArgumentException.php
+share/framadate/vendor/symfony/string/Exception/RuntimeException.php
+share/framadate/vendor/symfony/string/Inflector/EnglishInflector.php
+share/framadate/vendor/symfony/string/Inflector/FrenchInflector.php
+share/framadate/vendor/symfony/string/Inflector/InflectorInterface.php
+share/framadate/vendor/symfony/string/LICENSE
+share/framadate/vendor/symfony/string/LazyString.php
+share/framadate/vendor/symfony/string/README.md
+share/framadate/vendor/symfony/string/Resources/data/wcswidth_table_wide.php
+share/framadate/vendor/symfony/string/Resources/data/wcswidth_table_zero.php
+share/framadate/vendor/symfony/string/Resources/functions.php
+share/framadate/vendor/symfony/string/Slugger/AsciiSlugger.php
+share/framadate/vendor/symfony/string/Slugger/SluggerInterface.php
+share/framadate/vendor/symfony/string/UnicodeString.php
+share/framadate/vendor/symfony/string/composer.json
+share/framadate/vendor/theseer/tokenizer/CHANGELOG.md
+share/framadate/vendor/theseer/tokenizer/LICENSE
+share/framadate/vendor/theseer/tokenizer/README.md
+share/framadate/vendor/theseer/tokenizer/composer.json
+share/framadate/vendor/theseer/tokenizer/composer.lock
+share/framadate/vendor/theseer/tokenizer/src/Exception.php
+share/framadate/vendor/theseer/tokenizer/src/NamespaceUri.php
+share/framadate/vendor/theseer/tokenizer/src/NamespaceUriException.php
+share/framadate/vendor/theseer/tokenizer/src/Token.php
+share/framadate/vendor/theseer/tokenizer/src/TokenCollection.php
+share/framadate/vendor/theseer/tokenizer/src/TokenCollectionException.php
+share/framadate/vendor/theseer/tokenizer/src/Tokenizer.php
+share/framadate/vendor/theseer/tokenizer/src/XMLSerializer.php
+share/framadate/vendor/vimeo/psalm/LICENSE
+share/framadate/vendor/vimeo/psalm/composer.json
+share/framadate/vendor/vimeo/psalm/config.xsd
+share/framadate/vendor/vimeo/psalm/dictionaries/CallMap.php
+share/framadate/vendor/vimeo/psalm/dictionaries/CallMap_71_delta.php
+share/framadate/vendor/vimeo/psalm/dictionaries/CallMap_72_delta.php
+share/framadate/vendor/vimeo/psalm/dictionaries/CallMap_73_delta.php
+share/framadate/vendor/vimeo/psalm/dictionaries/CallMap_74_delta.php
+share/framadate/vendor/vimeo/psalm/dictionaries/CallMap_80_delta.php
+share/framadate/vendor/vimeo/psalm/dictionaries/CallMap_81_delta.php
+share/framadate/vendor/vimeo/psalm/dictionaries/CallMap_82_delta.php
+share/framadate/vendor/vimeo/psalm/dictionaries/CallMap_historical.php
+share/framadate/vendor/vimeo/psalm/dictionaries/InternalTaintSinkMap.php
+share/framadate/vendor/vimeo/psalm/dictionaries/PropertyMap.php
+share/framadate/vendor/vimeo/psalm/psalm
+share/framadate/vendor/vimeo/psalm/psalm-language-server
+share/framadate/vendor/vimeo/psalm/psalm-plugin
+share/framadate/vendor/vimeo/psalm/psalm-refactor
+share/framadate/vendor/vimeo/psalm/psalter
+share/framadate/vendor/vimeo/psalm/src/Psalm/Aliases.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/CodeLocation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/CodeLocation/DocblockTypeLocation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/CodeLocation/ParseErrorLocation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/CodeLocation/Raw.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Codebase.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Config.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Config/Creator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Config/ErrorLevelFileFilter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Config/FileFilter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Config/IssueHandler.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Config/ProjectFileFilter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Config/TaintAnalysisFileFilter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Context.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/DocComment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/ErrorBaseline.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/CircularReferenceException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/CodeException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/ComplicatedExpressionException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/ConfigCreationException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/ConfigException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/ConfigNotFoundException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/DocblockParseException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/FileIncludeException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/IncorrectDocblockException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/InvalidClasslikeOverrideException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/InvalidMethodOverrideException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/RefactorException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/ScopeAnalysisException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/TypeParseTreeException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/UnanalyzedFileException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/UnpopulatedClasslikeException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/UnpreparedAnalysisException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Exception/UnsupportedIssueToFixException.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/FileBasedPluginAdapter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/FileManipulation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/FileSource.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Algebra.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Algebra/FormulaGenerator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/AlgebraAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/AttributesAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/CanAlias.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ClassAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ClassLikeAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ClassLikeNameOptions.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ClosureAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/CommentAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/DataFlowNodeData.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/FileAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/FunctionAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/FunctionLike/ReturnTypeAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/FunctionLike/ReturnTypeCollector.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/FunctionLikeAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/InterfaceAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/IssueData.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/MethodAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/MethodComparator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/NamespaceAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ProjectAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/ScopeAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/SourceAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/DoAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/ForAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/ForeachAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/IfConditionalAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/IfElse/ElseAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/IfElse/ElseIfAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/IfElse/IfAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/IfElseAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/LoopAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/SwitchAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/SwitchCaseAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/TryAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Block/WhileAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/BreakAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/ContinueAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/EchoAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/ArrayAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/ArrayCreationInfo.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/AssertionFinder.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Assignment/ArrayAssignmentAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Assignment/AssignedProperty.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Assignment/InstancePropertyAssignmentAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Assignment/StaticPropertyAssignmentAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/AssignmentAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/AndAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/ArithmeticOpAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/CoalesceAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/ConcatAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/NonComparisonOpAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/OrAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOpAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/BitwiseNotAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/BooleanNotAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArgumentAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArgumentMapPopulator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArgumentsAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArrayFunctionArgumentsAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/ClassTemplateParamCollector.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/FunctionCallAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/FunctionCallInfo.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/FunctionCallReturnTypeFetcher.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method/AtomicCallContext.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method/AtomicMethodCallAnalysisResult.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method/AtomicMethodCallAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method/ExistingAtomicMethodCallAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method/MethodCallProhibitionAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method/MethodCallPurityAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method/MethodCallReturnTypeFetcher.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method/MethodVisibilityAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method/MissingMethodCallHandler.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/MethodCallAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/NamedFunctionCallHandler.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/NewAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/StaticCallAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/StaticMethod/AtomicStaticCallAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/StaticMethod/ExistingAtomicStaticCallAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/CallAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/CastAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/CloneAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/EmptyAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/EncapsulatedStringAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/EvalAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/ExitAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/ExpressionIdentifier.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Fetch/ArrayFetchAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Fetch/AtomicPropertyFetchAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Fetch/ClassConstFetchAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Fetch/ConstFetchAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Fetch/InstancePropertyFetchAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Fetch/StaticPropertyFetchAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Fetch/VariableFetchAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/IncDecExpressionAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/IncludeAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/InstanceofAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/IssetAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/MagicConstAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/MatchAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/NullsafeAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/PrintAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/SimpleTypeInferer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/TernaryAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/UnaryPlusMinusAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/YieldAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/Expression/YieldFromAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/ExpressionAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/GlobalAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/ReturnAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/StaticAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/ThrowAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/UnsetAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/Statements/UnusedAssignmentRemover.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/TraitAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Analyzer/TypeAnalyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Clause.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Cli/LanguageServer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Cli/Plugin.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Cli/Psalm.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Cli/Psalter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Cli/Refactor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/CliUtils.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Analyzer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/ClassConstantByWildcardResolver.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/ClassLikes.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/ConstantTypeResolver.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/DataFlowGraph.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Functions.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/InternalCallMapHandler.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Methods.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Populator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Properties.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/PropertyMap.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/ReferenceMapGenerator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Reflection.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/Scanner.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/TaintFlowGraph.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/VariableUseGraph.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Composer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/DataFlow/DataFlowNode.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/DataFlow/Path.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/DataFlow/TaintSink.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/DataFlow/TaintSource.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Diff/AstDiffer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Diff/ClassStatementsDiffer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Diff/DiffElem.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Diff/FileDiffer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Diff/FileStatementsDiffer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Diff/NamespaceStatementsDiffer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/ErrorHandler.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/EventDispatcher.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/ExecutionEnvironment/BuildInfoCollector.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/ExecutionEnvironment/GitInfoCollector.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/ExecutionEnvironment/SystemCommandExecutor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/FileManipulation/ClassDocblockManipulator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/FileManipulation/CodeMigration.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/FileManipulation/FileManipulationBuffer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/FileManipulation/FunctionDocblockManipulator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/FileManipulation/PropertyDocblockManipulator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Fork/ForkMessage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Fork/ForkProcessDoneMessage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Fork/ForkProcessErrorMessage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Fork/ForkTaskDoneMessage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Fork/Pool.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Fork/PsalmRestarter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/IncludeCollector.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Json/Json.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/Client/TextDocument.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ClientHandler.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/EmitterInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/EmitterTrait.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/IdGenerator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageClient.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/LanguageServer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/Message.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolReader.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamReader.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolStreamWriter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/ProtocolWriter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/Server/TextDocument.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/LanguageServer/Server/Workspace.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/MethodIdentifier.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpTraverser/CustomTraverser.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/AssignmentMapVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/CheckTrivialExprVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/CloningVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/ConditionCloningVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/NodeCleanerVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/NodeCounterVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/OffsetShifterVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/ParamReplacementVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/PartialParserVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/Reflector/AttributeResolver.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/Reflector/ClassLikeDocblockParser.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/Reflector/ClassLikeNodeScanner.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/Reflector/ExpressionResolver.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/Reflector/ExpressionScanner.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/Reflector/FunctionLikeDocblockParser.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/Reflector/FunctionLikeDocblockScanner.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/Reflector/FunctionLikeNodeScanner.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/Reflector/TypeHintResolver.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/ReflectorVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/ShortClosureVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/SimpleNameResolver.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/TraitFinder.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PhpVisitor/TypeMappingVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PluginManager/Command/DisableCommand.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PluginManager/Command/EnableCommand.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PluginManager/Command/ShowCommand.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PluginManager/ComposerLock.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PluginManager/ConfigFile.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PluginManager/PluginList.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/PluginManager/PluginListFactory.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/AddRemoveTaints/HtmlFunctionTainter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ClassLikeStorageCacheProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ClassLikeStorageProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/FakeFileProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/FileProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/FileReferenceCacheProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/FileReferenceProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/FileStorageCacheProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/FileStorageProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/FunctionExistenceProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/FunctionParamsProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/FunctionReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/MethodExistenceProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/MethodParamsProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/MethodReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/MethodVisibilityProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/NodeDataProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ParserCacheProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ProjectCacheProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/PropertyExistenceProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/PropertyTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/PropertyTypeProvider/DomDocumentPropertyTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/PropertyVisibilityProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/Providers.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayChunkReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayColumnReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayFillReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayFilterReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayMapReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayMergeReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayPadReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayPointerAdjustmentReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayPopReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayRandReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayReduceReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayReverseReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArraySliceReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArraySpliceReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayUniqueReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayValuesReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ClosureFromCallableReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/DateTimeModifyReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/DomNodeAppendChild.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ExplodeReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/FilterVarReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/FirstArgStringReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/GetClassMethodsReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/GetObjectVarsReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/HexdecReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ImagickPixelColorReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/InArrayReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/IteratorToArrayReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/MinMaxReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/MktimeReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/ParseUrlReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/PdoStatementReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/PdoStatementSetFetchMode.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/RandReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/RoundReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/SimpleXmlElementAsXml.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/StrReplaceReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/StrTrReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/TriggerErrorReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ReturnTypeProvider/VersionCompareReturnTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/StatementsProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Provider/StatementsVolatileCache.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/ReferenceConstraint.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/RuntimeCaches.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/ClassLikeDocblockComment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/DocblockParser.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/FileScanner.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/FunctionDocblockComment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/ParsedDocblock.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/PhpStormMetaScanner.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/ArrayOffsetFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/ArraySpread.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/ArrayValue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/ClassConstant.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/Constant.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/KeyValuePair.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/ScalarValue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/UnresolvedAdditionOp.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/UnresolvedBinaryOp.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/UnresolvedBitwiseAnd.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/UnresolvedBitwiseOr.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/UnresolvedBitwiseXor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/UnresolvedConcatOp.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/UnresolvedDivisionOp.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/UnresolvedMultiplicationOp.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/UnresolvedSubtractionOp.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstant/UnresolvedTernary.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/UnresolvedConstantComponent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scanner/VarDocblockComment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scope/CaseScope.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scope/FinallyScope.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scope/IfConditionalScope.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scope/IfScope.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scope/LoopScope.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Scope/SwitchScope.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Stubs/Generator/ClassLikeStubGenerator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Stubs/Generator/StubsGenerator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ArrayType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/AssertionReconciler.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/Comparator/ArrayTypeComparator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/Comparator/AtomicTypeComparator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/Comparator/CallableTypeComparator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/Comparator/ClassLikeStringComparator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/Comparator/GenericTypeComparator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/Comparator/IntegerRangeComparator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/Comparator/KeyedArrayComparator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/Comparator/ObjectComparator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/Comparator/ScalarTypeComparator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/Comparator/TypeComparisonResult.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/Comparator/UnionTypeComparator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/NegatedAssertionReconciler.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/CallableParamTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/CallableTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/CallableWithReturnTypeTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/ConditionalTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/EncapsulationTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/GenericTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/IndexedAccessTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/IntersectionTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/KeyedArrayPropertyTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/KeyedArrayTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/MethodParamTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/MethodTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/MethodWithReturnTypeTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/NullableTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/Root.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/TemplateAsTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/TemplateIsTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/UnionTree.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTree/Value.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/ParseTreeCreator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/SimpleAssertionReconciler.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/SimpleNegatedAssertionReconciler.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TemplateBound.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TemplateInferredTypeReplacer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TemplateResult.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TemplateStandinTypeReplacer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TypeAlias.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TypeAlias/ClassTypeAlias.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TypeAlias/InlineTypeAlias.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TypeAlias/LinkableTypeAlias.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TypeCombination.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TypeCombiner.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TypeExpander.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TypeParser.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/Type/TypeTokenizer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/TypeVisitor/CanContainObjectTypeVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/TypeVisitor/ContainsClassLikeVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/TypeVisitor/ContainsLiteralVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/TypeVisitor/FromDocblockSetter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/TypeVisitor/TemplateTypeCollector.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/TypeVisitor/TypeChecker.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Internal/TypeVisitor/TypeScanner.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/AbstractInstantiation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/AbstractMethodCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ArgumentIssue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ArgumentTypeCoercion.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/AssignmentToVoid.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/CircularReference.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ClassIssue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/CodeIssue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ComplexFunction.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ComplexMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ConfigIssue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ConflictingReferenceConstraint.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ConstructorSignatureMismatch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ContinueOutsideLoop.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DeprecatedClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DeprecatedConstant.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DeprecatedFunction.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DeprecatedInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DeprecatedMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DeprecatedProperty.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DeprecatedTrait.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DocblockTypeContradiction.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DuplicateArrayKey.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DuplicateClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DuplicateConstant.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DuplicateEnumCase.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DuplicateEnumCaseValue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DuplicateFunction.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DuplicateMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/DuplicateParam.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/EmptyArrayAccess.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ExtensionRequirementViolation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/FalsableReturnStatement.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/FalseOperand.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ForbiddenCode.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ForbiddenEcho.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/FunctionIssue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/IfThisIsMismatch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ImplementationRequirementViolation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ImplementedParamTypeMismatch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ImplementedReturnTypeMismatch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ImplicitToStringCast.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ImpureByReferenceAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ImpureFunctionCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ImpureMethodCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ImpurePropertyAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ImpurePropertyFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ImpureStaticProperty.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ImpureStaticVariable.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ImpureVariable.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InaccessibleClassConstant.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InaccessibleMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InaccessibleProperty.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InterfaceInstantiation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InternalClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InternalMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InternalProperty.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidArgument.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidArrayAccess.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidArrayAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidArrayOffset.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidAttribute.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidCast.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidCatch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidClone.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidDocblock.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidDocblockParamName.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidEnumBackingType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidEnumCaseValue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidExtendClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidFalsableReturnType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidFunctionCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidGlobal.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidIterator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidLiteralArgument.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidMethodCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidNamedArgument.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidNullableReturnType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidOperand.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidParamDefault.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidParent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidPassByReference.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidPropertyAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidPropertyAssignmentValue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidPropertyFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidReturnStatement.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidReturnType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidScalarArgument.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidScope.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidStaticInvocation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidStringClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidTemplateParam.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidThrow.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidToString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidTraversableImplementation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/InvalidTypeImport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/LessSpecificImplementedReturnType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/LessSpecificReturnStatement.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/LessSpecificReturnType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/LoopInvalidation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MethodIssue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MethodSignatureMismatch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MethodSignatureMustOmitReturnType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MethodSignatureMustProvideReturnType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MismatchingDocblockParamType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MismatchingDocblockPropertyType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MismatchingDocblockReturnType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MissingClosureParamType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MissingClosureReturnType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MissingConstructor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MissingDependency.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MissingDocblockType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MissingFile.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MissingImmutableAnnotation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MissingParamType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MissingPropertyType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MissingReturnType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MissingTemplateParam.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MissingThrowsDocblock.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedArgument.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedArgumentTypeCoercion.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedArrayAccess.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedArrayAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedArrayOffset.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedArrayTypeCoercion.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedClone.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedFunctionCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedInferredReturnType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedIssue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedIssueTrait.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedMethodCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedOperand.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedPropertyAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedPropertyFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedPropertyTypeCoercion.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedReturnStatement.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedReturnTypeCoercion.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MixedStringOffsetAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MoreSpecificImplementedParamType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MoreSpecificReturnType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/MutableDependency.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NamedArgumentNotAllowed.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NoEnumProperties.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NoInterfaceProperties.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NoValue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NonInvariantDocblockPropertyType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NonInvariantPropertyType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NonStaticSelfCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NullArgument.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NullArrayAccess.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NullArrayOffset.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NullFunctionCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NullIterator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NullOperand.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NullPropertyAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NullPropertyFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NullReference.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/NullableReturnStatement.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/OverriddenMethodAccess.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/OverriddenPropertyAccess.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ParadoxicalCondition.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ParamNameMismatch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ParentNotFound.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ParseError.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PluginIssue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossibleRawObjectIteration.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyFalseArgument.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyFalseIterator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyFalseOperand.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyFalsePropertyAssignmentValue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyFalseReference.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidArgument.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidArrayAccess.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidArrayAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidArrayOffset.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidCast.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidClone.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidDocblockTag.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidFunctionCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidIterator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidMethodCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidOperand.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidPropertyAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidPropertyAssignmentValue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyInvalidPropertyFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyNullArgument.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyNullArrayAccess.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyNullArrayAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyNullArrayOffset.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyNullFunctionCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyNullIterator.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyNullOperand.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyNullPropertyAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyNullPropertyAssignmentValue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyNullPropertyFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyNullReference.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyUndefinedArrayOffset.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyUndefinedGlobalVariable.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyUndefinedIntArrayOffset.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyUndefinedMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyUndefinedStringArrayOffset.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyUndefinedVariable.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyUnusedMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyUnusedParam.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyUnusedProperty.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PossiblyUnusedReturnValue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PropertyIssue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PropertyNotSetInConstructor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PropertyTypeCoercion.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/PsalmInternalError.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/RawObjectIteration.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/RedundantCast.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/RedundantCastGivenDocblockType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/RedundantCondition.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/RedundantConditionGivenDocblockType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/RedundantFunctionCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/RedundantFunctionCallGivenDocblockType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/RedundantIdentityWithTrue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/RedundantPropertyInitializationCheck.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ReferenceConstraintViolation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/ReservedWord.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/RiskyCast.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/StringIncrement.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedCallable.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedCookie.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedCustom.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedEval.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedFile.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedHeader.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedHtml.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedInclude.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedInput.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedLdap.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedSSRF.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedShell.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedSql.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedSystemSecret.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedTextWithQuotes.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedUnserialize.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TaintedUserSecret.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TooFewArguments.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TooManyArguments.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TooManyTemplateParams.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/Trace.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TraitMethodSignatureMismatch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TypeDoesNotContainNull.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/TypeDoesNotContainType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UncaughtThrowInGlobalScope.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedAttributeClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedConstant.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedDocblockClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedFunction.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedGlobalVariable.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedInterfaceMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedMagicMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedMagicPropertyAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedMagicPropertyFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedPropertyAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedPropertyFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedThisPropertyAssignment.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedThisPropertyFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedTrace.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedTrait.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UndefinedVariable.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnevaluatedCode.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnhandledMatchCondition.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnimplementedAbstractMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnimplementedInterfaceMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UninitializedProperty.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnnecessaryVarAnnotation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnrecognizedExpression.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnrecognizedStatement.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnresolvableInclude.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnsafeGenericInstantiation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnsafeInstantiation.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnusedClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnusedClosureParam.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnusedConstructor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnusedForeachValue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnusedFunctionCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnusedMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnusedMethodCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnusedParam.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnusedProperty.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnusedPsalmSuppress.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnusedReturnValue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/UnusedVariable.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Issue/VariableIssue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/IssueBuffer.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualBitwiseAnd.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualBitwiseOr.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualBitwiseXor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualCoalesce.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualConcat.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualDiv.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualMinus.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualMod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualMul.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualPlus.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualPow.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualShiftLeft.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/AssignOp/VirtualShiftRight.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualBitwiseAnd.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualBitwiseOr.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualBitwiseXor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualBooleanAnd.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualBooleanOr.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualCoalesce.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualConcat.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualDiv.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualEqual.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualGreater.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualGreaterOrEqual.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualIdentical.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualLogicalAnd.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualLogicalOr.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualLogicalXor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualMinus.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualMod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualMul.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualNotEqual.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualNotIdentical.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualPlus.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualPow.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualShiftLeft.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualShiftRight.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualSmaller.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualSmallerOrEqual.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/BinaryOp/VirtualSpaceship.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/Cast/VirtualArray.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/Cast/VirtualBool.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/Cast/VirtualDouble.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/Cast/VirtualInt.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/Cast/VirtualObject.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/Cast/VirtualString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/Cast/VirtualUnset.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualArray.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualArrayDimFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualArrayItem.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualArrowFunction.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualAssign.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualAssignRef.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualBitwiseNot.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualBooleanNot.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualClassConstFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualClone.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualClosure.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualClosureUse.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualConstFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualEmpty.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualError.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualErrorSuppress.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualEval.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualExit.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualFuncCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualInclude.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualInstanceof.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualIsset.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualList.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualMatch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualMethodCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualNew.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualNullsafeMethodCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualNullsafePropertyFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualPostDec.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualPostInc.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualPreDec.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualPreInc.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualPrint.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualPropertyFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualShellExec.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualStaticCall.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualStaticPropertyFetch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualTernary.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualThrow.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualUnaryMinus.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualUnaryPlus.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualVariable.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualYield.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Expr/VirtualYieldFrom.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Name/VirtualFullyQualified.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Name/VirtualRelative.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/MagicConst/VirtualClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/MagicConst/VirtualDir.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/MagicConst/VirtualFile.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/MagicConst/VirtualFunction.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/MagicConst/VirtualLine.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/MagicConst/VirtualMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/MagicConst/VirtualNamespace.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/MagicConst/VirtualTrait.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/VirtualDNumber.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/VirtualEncapsed.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/VirtualEncapsedStringPart.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/VirtualLNumber.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Scalar/VirtualString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/TraitUseAdaptation/VirtualAlias.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/TraitUseAdaptation/VirtualPrecedence.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualBreak.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualCase.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualCatch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualClassConst.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualClassMethod.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualConst.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualContinue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualDeclare.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualDeclareDeclare.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualDo.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualEcho.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualElse.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualElseIf.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualExpression.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualFinally.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualFor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualForeach.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualFunction.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualGlobal.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualGoto.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualGroupUse.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualHaltCompiler.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualIf.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualInlineHTML.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualLabel.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualNamespace.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualNop.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualProperty.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualPropertyProperty.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualReturn.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualStatic.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualStaticVar.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualSwitch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualThrow.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualTrait.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualTraitUse.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualTryCatch.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualUnset.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualUse.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualUseUse.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/Stmt/VirtualWhile.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/VirtualArg.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/VirtualAttribute.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/VirtualAttributeGroup.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/VirtualConst.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/VirtualIdentifier.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/VirtualMatchArm.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/VirtualName.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/VirtualNode.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/VirtualNullableType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/VirtualParam.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/VirtualUnionType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Node/VirtualVarLikeIdentifier.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/NodeTypeProvider.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AddTaintsInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AfterAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AfterClassLikeAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AfterClassLikeExistenceCheckInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AfterClassLikeVisitInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AfterCodebasePopulatedInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AfterEveryFunctionCallAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AfterExpressionAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AfterFileAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AfterFunctionCallAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AfterFunctionLikeAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AfterMethodCallAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/AfterStatementAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/BeforeFileAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AddRemoveTaintsEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AfterAnalysisEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AfterClassLikeAnalysisEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AfterClassLikeExistenceCheckEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AfterClassLikeVisitEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AfterCodebasePopulatedEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AfterEveryFunctionCallAnalysisEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AfterExpressionAnalysisEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AfterFileAnalysisEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AfterFunctionCallAnalysisEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AfterFunctionLikeAnalysisEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AfterMethodCallAnalysisEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/AfterStatementAnalysisEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/BeforeFileAnalysisEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/FunctionExistenceProviderEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/FunctionParamsProviderEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/FunctionReturnTypeProviderEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/MethodExistenceProviderEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/MethodParamsProviderEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/MethodReturnTypeProviderEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/MethodVisibilityProviderEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/PropertyExistenceProviderEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/PropertyTypeProviderEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/PropertyVisibilityProviderEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/Event/StringInterpreterEvent.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/FunctionExistenceProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/FunctionParamsProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/FunctionReturnTypeProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/MethodExistenceProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/MethodParamsProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/MethodReturnTypeProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/MethodVisibilityProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/PropertyExistenceProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/PropertyTypeProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/PropertyVisibilityProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/RemoveTaintsInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/EventHandler/StringInterpreterInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/AfterAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/AfterClassLikeAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/AfterClassLikeExistenceCheckInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/AfterClassLikeVisitInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/AfterCodebasePopulatedInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/AfterEveryFunctionCallAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/AfterExpressionAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/AfterFileAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/AfterFunctionCallAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/AfterFunctionLikeAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/AfterMethodCallAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/AfterStatementAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/BeforeFileAnalysisInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/FunctionExistenceProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/FunctionParamsProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/FunctionReturnTypeProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/MethodExistenceProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/MethodParamsProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/MethodReturnTypeProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/MethodVisibilityProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/PropertyExistenceProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/PropertyTypeProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/PropertyVisibilityProviderInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Hook/StringInterpreterInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/PluginEntryPointInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/RegistrationInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Plugin/Shepherd.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/PluginRegistrationSocket.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Progress/DebugProgress.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Progress/DefaultProgress.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Progress/LongProgress.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Progress/Progress.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Progress/VoidProgress.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/CheckstyleReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/CodeClimateReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/CompactReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/ConsoleReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/CountReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/EmacsReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/GithubActionsReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/JsonReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/JsonSummaryReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/JunitReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/PhpStormReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/PylintReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/ReportOptions.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/SarifReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/SonarqubeReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/TextReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Report/XmlReport.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/SourceControl/Git/CommitInfo.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/SourceControl/Git/GitInfo.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/SourceControl/Git/RemoteInfo.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/SourceControl/SourceControlInfo.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/StatementsSource.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/Assertion.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/AttributeArg.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/AttributeStorage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/ClassConstantStorage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/ClassLikeStorage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/CustomMetadataTrait.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/EnumCaseStorage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/FileStorage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/FunctionLikeParameter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/FunctionLikeStorage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/FunctionStorage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/HasAttributesInterface.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/MethodStorage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Storage/PropertyStorage.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/CallableTrait.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/DependentType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/GenericTrait.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/HasIntersectionTrait.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/Scalar.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TAnonymousClassInstance.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TArray.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TArrayKey.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TAssertionFalsy.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TBool.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TCallable.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TCallableArray.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TCallableKeyedArray.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TCallableList.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TCallableObject.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TCallableString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TClassConstant.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TClassString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TClassStringMap.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TClosedResource.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TClosure.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TConditional.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TDependentGetClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TDependentGetDebugType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TDependentGetType.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TDependentListKey.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TEmpty.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TEmptyMixed.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TEmptyNumeric.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TEmptyScalar.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TEnumCase.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TFalse.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TFloat.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TGenericObject.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/THtmlEscapedString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TInt.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TIntMask.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TIntMaskOf.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TIntRange.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TIterable.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TKeyOfClassConstant.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TKeyedArray.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TList.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TLiteralClassString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TLiteralFloat.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TLiteralInt.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TLiteralString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TLowercaseString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TMixed.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNamedObject.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNever.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNonEmptyArray.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNonEmptyList.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNonEmptyLowercaseString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNonEmptyMixed.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNonEmptyNonspecificLiteralString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNonEmptyScalar.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNonEmptyString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNonFalsyString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNonspecificLiteralInt.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNonspecificLiteralString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNull.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNumeric.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TNumericString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TObject.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TObjectWithProperties.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TPositiveInt.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TResource.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TScalar.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TSingleLetter.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TTemplateIndexedAccess.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TTemplateKeyOf.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TTemplateParam.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TTemplateParamClass.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TTraitString.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TTrue.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TTypeAlias.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TValueOfClassConstant.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Atomic/TVoid.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/NodeVisitor.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Reconciler.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/TaintKind.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/TaintKindGroup.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/TypeNode.php
+share/framadate/vendor/vimeo/psalm/src/Psalm/Type/Union.php
+share/framadate/vendor/vimeo/psalm/src/command_functions.php
+share/framadate/vendor/vimeo/psalm/src/functions.php
+share/framadate/vendor/vimeo/psalm/src/psalm-language-server.php
+share/framadate/vendor/vimeo/psalm/src/psalm-refactor.php
+share/framadate/vendor/vimeo/psalm/src/psalm.php
+share/framadate/vendor/vimeo/psalm/src/psalm_plugin.php
+share/framadate/vendor/vimeo/psalm/src/psalter.php
+share/framadate/vendor/vimeo/psalm/src/spl_object_id.php
+share/framadate/vendor/vimeo/psalm/stubs/CoreGenericClasses.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/CoreGenericFunctions.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/CoreGenericIterators.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/CoreImmutableClasses.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/DOM.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/Php80.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/Php81.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/Reflection.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/SPL.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/Xdebug.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/decimal.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/ext-apcu.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/ext-ds.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/ext-geos.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/mongodb.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/mysqli.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/pdo.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/phpparser.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/phpredis.phpstub
+share/framadate/vendor/vimeo/psalm/stubs/soap.phpstub
+share/framadate/vendor/webmozart/assert/CHANGELOG.md
+share/framadate/vendor/webmozart/assert/LICENSE
+share/framadate/vendor/webmozart/assert/README.md
+share/framadate/vendor/webmozart/assert/composer.json
+share/framadate/vendor/webmozart/assert/src/Assert.php
+share/framadate/vendor/webmozart/assert/src/InvalidArgumentException.php
+share/framadate/vendor/webmozart/assert/src/Mixin.php
+share/framadate/vendor/webmozart/path-util/.gitignore
+share/framadate/vendor/webmozart/path-util/.styleci.yml
+share/framadate/vendor/webmozart/path-util/.travis.yml
+share/framadate/vendor/webmozart/path-util/CHANGELOG.md
+share/framadate/vendor/webmozart/path-util/LICENSE
+share/framadate/vendor/webmozart/path-util/README.md
+share/framadate/vendor/webmozart/path-util/appveyor.yml
+share/framadate/vendor/webmozart/path-util/composer.json
+share/framadate/vendor/webmozart/path-util/docs/usage.md
+share/framadate/vendor/webmozart/path-util/phpunit.xml.dist
+share/framadate/vendor/webmozart/path-util/src/Path.php
+share/framadate/vendor/webmozart/path-util/src/Url.php
+share/framadate/vendor/webmozart/path-util/tests/PathTest.php
+share/framadate/vendor/webmozart/path-util/tests/UrlTest.php
Index: pkgsrc/time/php-framadate/distinfo
diff -u /dev/null pkgsrc/time/php-framadate/distinfo:1.1
--- /dev/null   Thu Jan 23 15:47:17 2025
+++ pkgsrc/time/php-framadate/distinfo  Thu Jan 23 15:47:16 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/01/23 15:47:16 manu Exp $
+
+BLAKE2s (framadate-1.1.19.tar.bz2) = 8b999bc54ac5fe0288ae6d713f62f3bfd82b0264b653858b502bfbe96a61b18f
+SHA512 (framadate-1.1.19.tar.bz2) = 1e56440fcd7aba32519b1d558e2ddd72de67cbf7c65fdf0d7a5f4e97b1c866be25f3248385d7ef720c0279d4ec525f659fcbcaf1fddf9374f678b6be7c243f2f
+Size (framadate-1.1.19.tar.bz2) = 2753770 bytes
Index: pkgsrc/time/php-framadate/options.mk
diff -u /dev/null pkgsrc/time/php-framadate/options.mk:1.1
--- /dev/null   Thu Jan 23 15:47:17 2025
+++ pkgsrc/time/php-framadate/options.mk        Thu Jan 23 15:47:16 2025
@@ -0,0 +1,18 @@
+# $NetBSD: options.mk,v 1.1 2025/01/23 15:47:16 manu Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.php-framadate
+
+PKG_OPTIONS_REQUIRED_GROUPS=   db
+PKG_OPTIONS_GROUP.db=          mysql pgsql
+PKG_SUGGESTED_OPTIONS=         mysql
+
+.include "../../mk/bsd.options.mk"
+
+###
+### Use mysql, or pgsql backend
+###
+.if ${PKG_OPTIONS:Mmysql}
+DEPENDS+=              ${PHP_PKG_PREFIX}-pdo_mysql>=${PHP_BASE_VERS}:../../databases/php-pdo_mysql
+.elif ${PKG_OPTIONS:Mpgsql}
+DEPENDS+=              ${PHP_PKG_PREFIX}-pdo_pgsql>=${PHP_BASE_VERS}:../../databases/php-pdo_pgsql
+.endif



Home | Main Index | Thread Index | Old Index