git: acdf54f7daab - main - www/tt-rss: Update to g20231202 2b8e34453

From: Koichiro Iwao <meta_at_FreeBSD.org>
Date: Mon, 04 Dec 2023 13:44:54 UTC
The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=acdf54f7daabd4a08f61d823f22d576596c97b99

commit acdf54f7daabd4a08f61d823f22d576596c97b99
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2023-12-03 02:18:32 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-12-04 12:34:00 +0000

    www/tt-rss: Update to g20231202 2b8e34453
    
    - Update to g20231202 2b8e34453 [1]
    - portlint clean up
    - pkg-plist reorder
    
    [1] https://gitlab.tt-rss.org/tt-rss/tt-rss/-/compare/c779e2ba0d71942579dd27ccdcad0295bd06e45f...2b8e34453234b8b31ebc9e7020f8677bf3889898
    
    PR:             275492
---
 www/tt-rss/Makefile  |   10 +-
 www/tt-rss/distinfo  |    6 +-
 www/tt-rss/pkg-plist | 1342 ++++++++++++++++++++++++++++++++++++++------------
 3 files changed, 1029 insertions(+), 329 deletions(-)

diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile
index 9985bd19a269..46762a04afcd 100644
--- a/www/tt-rss/Makefile
+++ b/www/tt-rss/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	tt-rss
-PORTVERSION=	g20231004
+PORTVERSION=	g20231202
 PORTEPOCH=	2
 CATEGORIES=	www
 
@@ -15,11 +15,11 @@ USES=		gettext-tools php:cli,web shebangfix
 
 USE_GITLAB=	yes
 GL_SITE=	https://gitlab.tt-rss.org
-GL_TAGNAME=	c779e2ba0d71942579dd27ccdcad0295bd06e45f
+GL_TAGNAME=	2b8e34453234b8b31ebc9e7020f8677bf3889898
 # phe json/openssl extension is required but it's statically linked in default php
-USE_PHP=	ctype dom exif fileinfo filter iconv intl mbstring \
-		pcntl pdo phar posix session simplexml sockets tokenizer xml \
-		xmlwriter zip
+USE_PHP=	ctype dom exif fileinfo filter iconv intl mbstring pcntl pdo \
+		phar posix session simplexml sockets tokenizer xml xmlwriter \
+		zip
 USE_RC_SUBR=	ttrssd
 
 SHEBANG_FILES=	update.php update_daemon2.php
diff --git a/www/tt-rss/distinfo b/www/tt-rss/distinfo
index 87483204e26c..92f2cce147ef 100644
--- a/www/tt-rss/distinfo
+++ b/www/tt-rss/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696801399
-SHA256 (tt-rss-tt-rss-c779e2ba0d71942579dd27ccdcad0295bd06e45f_GL0.tar.gz) = d5e5c709c44ee62ac1e922a6036f2556e6d6dd24136059cbb9ac22266f80f3b3
-SIZE (tt-rss-tt-rss-c779e2ba0d71942579dd27ccdcad0295bd06e45f_GL0.tar.gz) = 8485052
+TIMESTAMP = 1701554314
+SHA256 (tt-rss-tt-rss-2b8e34453234b8b31ebc9e7020f8677bf3889898_GL0.tar.gz) = 72ec560bd5ad7bac4789d7af0e5c2d7c1c394e9c540d46d5421ecae219d8f875
+SIZE (tt-rss-tt-rss-2b8e34453234b8b31ebc9e7020f8677bf3889898_GL0.tar.gz) = 8965080
diff --git a/www/tt-rss/pkg-plist b/www/tt-rss/pkg-plist
index 1f3907e398b5..68506c70ab49 100644
--- a/www/tt-rss/pkg-plist
+++ b/www/tt-rss/pkg-plist
@@ -1,67 +1,93 @@
 %%DATADIR%%/httpd-tt-rss.conf
 @sample %%EXAMPLESDIR%%/newsyslog.sample etc/newsyslog.conf.d/ttrssd.conf
+@group %%WWWGRP%%
+@mode ug=rx
+%%WWWDIR%%/update.php
+%%WWWDIR%%/update_daemon2.php
+@group
+@mode
+@owner %%WWWOWN%%
+@mode 0400
+@sample %%WWWDIR%%/config.php.sample
+@mode
+@dir %%WWWDIR%%/cache
+@dir %%WWWDIR%%/cache/export
+@dir %%WWWDIR%%/cache/feeds
+@dir %%WWWDIR%%/cache/images
+@dir %%WWWDIR%%/cache/upload
+@dir %%WWWDIR%%/feed-icons
+@dir %%WWWDIR%%/lock
+@dir %%WWWDIR%%/plugins.local
+@dir %%WWWDIR%%/plugins/af_comics/filters.local
+@dir %%WWWDIR%%/templates.local
+@dir %%WWWDIR%%/themes.local
+@owner
+@group
+@mode
 %%WWWDIR%%/CONTRIBUTING.md
 %%WWWDIR%%/COPYING
 %%WWWDIR%%/README.md
 %%WWWDIR%%/api/index.php
 %%WWWDIR%%/backend.php
-%%WWWDIR%%/classes/api.php
-%%WWWDIR%%/classes/article.php
-%%WWWDIR%%/classes/auth/base.php
-%%WWWDIR%%/classes/cache/adapter.php
-%%WWWDIR%%/classes/cache/local.php
-%%WWWDIR%%/classes/config.php
-%%WWWDIR%%/classes/counters.php
-%%WWWDIR%%/classes/db.php
-%%WWWDIR%%/classes/db/migrations.php
-%%WWWDIR%%/classes/db/prefs.php
-%%WWWDIR%%/classes/debug.php
-%%WWWDIR%%/classes/digest.php
-%%WWWDIR%%/classes/diskcache.php
-%%WWWDIR%%/classes/errors.php
-%%WWWDIR%%/classes/feedenclosure.php
-%%WWWDIR%%/classes/feeditem.php
-%%WWWDIR%%/classes/feeditem/atom.php
-%%WWWDIR%%/classes/feeditem/common.php
-%%WWWDIR%%/classes/feeditem/rss.php
-%%WWWDIR%%/classes/feedparser.php
-%%WWWDIR%%/classes/feeds.php
-%%WWWDIR%%/classes/handler.php
-%%WWWDIR%%/classes/handler/administrative.php
-%%WWWDIR%%/classes/handler/protected.php
-%%WWWDIR%%/classes/handler/public.php
-%%WWWDIR%%/classes/iauthmodule.php
-%%WWWDIR%%/classes/ihandler.php
-%%WWWDIR%%/classes/icatchall.php
-%%WWWDIR%%/classes/ivirtualfeed.php
-%%WWWDIR%%/classes/labels.php
-%%WWWDIR%%/classes/logger.php
-%%WWWDIR%%/classes/logger/adapter.php
-%%WWWDIR%%/classes/logger/sql.php
-%%WWWDIR%%/classes/logger/stdout.php
-%%WWWDIR%%/classes/logger/syslog.php
-%%WWWDIR%%/classes/mailer.php
-%%WWWDIR%%/classes/opml.php
-%%WWWDIR%%/classes/plugin.php
-%%WWWDIR%%/classes/pluginhandler.php
-%%WWWDIR%%/classes/pluginhost.php
-%%WWWDIR%%/classes/pref/feeds.php
-%%WWWDIR%%/classes/pref/filters.php
-%%WWWDIR%%/classes/pref/labels.php
-%%WWWDIR%%/classes/pref/prefs.php
-%%WWWDIR%%/classes/pref/system.php
-%%WWWDIR%%/classes/pref/users.php
-%%WWWDIR%%/classes/prefs.php
-%%WWWDIR%%/classes/rpc.php
-%%WWWDIR%%/classes/rssutils.php
-%%WWWDIR%%/classes/sanitizer.php
-%%WWWDIR%%/classes/templator.php
-%%WWWDIR%%/classes/timehelper.php
-%%WWWDIR%%/classes/tracer.php
-%%WWWDIR%%/classes/urlhelper.php
-%%WWWDIR%%/classes/userhelper.php
+%%WWWDIR%%/classes/API.php
+%%WWWDIR%%/classes/Article.php
+%%WWWDIR%%/classes/Auth_Base.php
+%%WWWDIR%%/classes/Cache_Adapter.php
+%%WWWDIR%%/classes/Cache_Local.php
+%%WWWDIR%%/classes/Config.php
+%%WWWDIR%%/classes/Counters.php
+%%WWWDIR%%/classes/Db.php
+%%WWWDIR%%/classes/Db_Migrations.php
+%%WWWDIR%%/classes/Db_Prefs.php
+%%WWWDIR%%/classes/Debug.php
+%%WWWDIR%%/classes/Digest.php
+%%WWWDIR%%/classes/DiskCache.php
+%%WWWDIR%%/classes/Errors.php
+%%WWWDIR%%/classes/FeedEnclosure.php
+%%WWWDIR%%/classes/FeedItem.php
+%%WWWDIR%%/classes/FeedItem_Atom.php
+%%WWWDIR%%/classes/FeedItem_Common.php
+%%WWWDIR%%/classes/FeedItem_RSS.php
+%%WWWDIR%%/classes/FeedParser.php
+%%WWWDIR%%/classes/Feeds.php
+%%WWWDIR%%/classes/Handler.php
+%%WWWDIR%%/classes/Handler_Administrative.php
+%%WWWDIR%%/classes/Handler_Protected.php
+%%WWWDIR%%/classes/Handler_Public.php
+%%WWWDIR%%/classes/IAuthModule.php
+%%WWWDIR%%/classes/IAuthModule2.php
+%%WWWDIR%%/classes/ICatchall.php
+%%WWWDIR%%/classes/IHandler.php
+%%WWWDIR%%/classes/IVirtualFeed.php
+%%WWWDIR%%/classes/Labels.php
+%%WWWDIR%%/classes/Logger.php
+%%WWWDIR%%/classes/Logger_Adapter.php
+%%WWWDIR%%/classes/Logger_SQL.php
+%%WWWDIR%%/classes/Logger_Stdout.php
+%%WWWDIR%%/classes/Logger_Syslog.php
+%%WWWDIR%%/classes/Mailer.php
+%%WWWDIR%%/classes/OPML.php
+%%WWWDIR%%/classes/Plugin.php
+%%WWWDIR%%/classes/PluginHandler.php
+%%WWWDIR%%/classes/PluginHost.php
+%%WWWDIR%%/classes/Pref_Feeds.php
+%%WWWDIR%%/classes/Pref_Filters.php
+%%WWWDIR%%/classes/Pref_Labels.php
+%%WWWDIR%%/classes/Pref_Prefs.php
+%%WWWDIR%%/classes/Pref_System.php
+%%WWWDIR%%/classes/Pref_Users.php
+%%WWWDIR%%/classes/Prefs.php
+%%WWWDIR%%/classes/RPC.php
+%%WWWDIR%%/classes/RSSUtils.php
+%%WWWDIR%%/classes/Sanitizer.php
+%%WWWDIR%%/classes/Templator.php
+%%WWWDIR%%/classes/TimeHelper.php
+%%WWWDIR%%/classes/Tracer.php
+%%WWWDIR%%/classes/UrlHelper.php
+%%WWWDIR%%/classes/UserHelper.php
 %%WWWDIR%%/composer.json
 %%WWWDIR%%/composer.lock
+%%WWWDIR%%/docker-compose.yml
 %%WWWDIR%%/feed-icons/index.html
 %%WWWDIR%%/gulpfile.js
 %%WWWDIR%%/images/blank_icon.gif
@@ -1898,7 +1924,6 @@
 %%WWWDIR%%/lib/index.html
 %%WWWDIR%%/lib/jimIcon.php
 %%WWWDIR%%/lib/timezones.txt
-@comment gettext not needed - see %%WWWDIR%%/lib/gettext/README
 %%WWWDIR%%/locale/ar_SA/LC_MESSAGES/messages.mo
 %%WWWDIR%%/locale/ar_SA/LC_MESSAGES/messages.po
 %%WWWDIR%%/locale/be/LC_MESSAGES/messages.mo
@@ -2016,9 +2041,9 @@
 %%WWWDIR%%/plugins/toggle_sidebar/init.php
 %%WWWDIR%%/prefs.php
 %%WWWDIR%%/public.php
-%%WWWDIR%%/ttrss_db_check.php
 %%WWWDIR%%/schema/ttrss_schema_mysql.sql
 %%WWWDIR%%/schema/ttrss_schema_pgsql.sql
+%%WWWDIR%%/sql/mysql/schema.sql
 %%WWWDIR%%/sql/mysql/migrations/3.sql
 %%WWWDIR%%/sql/mysql/migrations/4.sql
 %%WWWDIR%%/sql/mysql/migrations/5.sql
@@ -2164,7 +2189,7 @@
 %%WWWDIR%%/sql/mysql/migrations/145.sql
 %%WWWDIR%%/sql/mysql/migrations/146.sql
 %%WWWDIR%%/sql/mysql/migrations/147.sql
-%%WWWDIR%%/sql/mysql/schema.sql
+%%WWWDIR%%/sql/pgsql/schema.sql
 %%WWWDIR%%/sql/pgsql/migrations/3.sql
 %%WWWDIR%%/sql/pgsql/migrations/4.sql
 %%WWWDIR%%/sql/pgsql/migrations/5.sql
@@ -2310,7 +2335,6 @@
 %%WWWDIR%%/sql/pgsql/migrations/145.sql
 %%WWWDIR%%/sql/pgsql/migrations/146.sql
 %%WWWDIR%%/sql/pgsql/migrations/147.sql
-%%WWWDIR%%/sql/pgsql/schema.sql
 %%WWWDIR%%/templates.local/index.html
 %%WWWDIR%%/templates/digest_template.txt
 %%WWWDIR%%/templates/digest_template_html.txt
@@ -2320,8 +2344,12 @@
 %%WWWDIR%%/templates/otp_disabled_template.txt
 %%WWWDIR%%/templates/password_change_template.txt
 %%WWWDIR%%/templates/resetpass_link_template.txt
+%%WWWDIR%%/tests/ConfigTest.php
 %%WWWDIR%%/tests/UrlHelperTest.php
 %%WWWDIR%%/tests/autoload.php
+%%WWWDIR%%/tests/integration/ApiTest.php
+%%WWWDIR%%/tests/integration/SanitizerTest.php
+%%WWWDIR%%/tests/integration/selenium_test.py
 %%WWWDIR%%/themes/compact.css
 %%WWWDIR%%/themes/compact.less
 %%WWWDIR%%/themes/compact_base.less
@@ -2345,14 +2373,11 @@
 %%WWWDIR%%/themes/night_base.less
 %%WWWDIR%%/themes/night_blue.css
 %%WWWDIR%%/themes/night_blue.less
-@group %%WWWGRP%%
-@mode ug=rx
-%%WWWDIR%%/update.php
-%%WWWDIR%%/update_daemon2.php
-@group
-@mode
-%%WWWDIR%%/utils/rebase-translations.sh
+%%WWWDIR%%/ttrss_db_check.php
 %%WWWDIR%%/utils/phpstan-watcher.sh
+%%WWWDIR%%/utils/phpunit-integration.sh
+%%WWWDIR%%/utils/phpunit.sh
+%%WWWDIR%%/utils/rebase-translations.sh
 %%WWWDIR%%/vendor/autoload.php
 %%WWWDIR%%/vendor/beberlei/assert/.github/workflows/ci.yml
 %%WWWDIR%%/vendor/beberlei/assert/composer.json
@@ -2482,6 +2507,230 @@
 %%WWWDIR%%/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php
 %%WWWDIR%%/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
 %%WWWDIR%%/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
+%%WWWDIR%%/vendor/google/protobuf/README.md
+%%WWWDIR%%/vendor/google/protobuf/composer.json
+%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Any.php
+%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Api.php
+%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Duration.php
+%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/FieldMask.php
+%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/GPBEmpty.php
+%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php
+%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/SourceContext.php
+%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Struct.php
+%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Timestamp.php
+%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Type.php
+%%WWWDIR%%/vendor/google/protobuf/src/GPBMetadata/Google/Protobuf/Wrappers.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Any.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Api.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/BoolValue.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/BytesValue.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Descriptor.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/DescriptorPool.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Duration.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Enum.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/EnumDescriptor.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/EnumValue.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Field.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Field/Cardinality.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Field/Kind.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/FieldDescriptor.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/FieldMask.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Field_Cardinality.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Field_Kind.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/FloatValue.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/GPBEmpty.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Int32Value.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Int64Value.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/AnyBase.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/Descriptor.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumBuilderContext.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptor.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumOptions.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/CType.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/JSType.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_CType.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_JSType.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptor.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBDecodeException.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBJsonWire.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBType.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWireType.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MapEntry.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MapField.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MapFieldIter.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptor.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofField.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/TimestampBase.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/ListValue.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Method.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Mixin.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/NullValue.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/OneofDescriptor.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Option.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/SourceContext.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/StringValue.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Struct.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Syntax.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Timestamp.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Type.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/UInt32Value.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/UInt64Value.php
+%%WWWDIR%%/vendor/google/protobuf/src/Google/Protobuf/Value.php
+%%WWWDIR%%/vendor/google/protobuf/src/phpdoc.dist.xml
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/CHANGELOG.md
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/README.md
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/UPGRADING.md
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/composer.json
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/BodySummarizer.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Client.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/ClientInterface.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/ClientTrait.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/HandlerStack.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/MessageFormatter.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Middleware.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Pool.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/RequestOptions.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/TransferStats.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Utils.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/functions.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/functions_include.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/CHANGELOG.md
+%%WWWDIR%%/vendor/guzzlehttp/promises/README.md
+%%WWWDIR%%/vendor/guzzlehttp/promises/composer.json
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/AggregateException.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/CancellationException.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/Coroutine.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/Create.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/Each.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/EachPromise.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/FulfilledPromise.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/Is.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/Promise.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/PromiseInterface.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/PromisorInterface.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/RejectedPromise.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/RejectionException.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/TaskQueue.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/TaskQueueInterface.php
+%%WWWDIR%%/vendor/guzzlehttp/promises/src/Utils.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/CHANGELOG.md
+%%WWWDIR%%/vendor/guzzlehttp/psr7/README.md
+%%WWWDIR%%/vendor/guzzlehttp/psr7/composer.json
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/AppendStream.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/BufferStream.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/CachingStream.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/DroppingStream.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Exception/MalformedUriException.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/FnStream.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Header.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/HttpFactory.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/InflateStream.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/LimitStream.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Message.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MessageTrait.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MimeType.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MultipartStream.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/NoSeekStream.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/PumpStream.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Query.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Request.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Response.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Rfc7230.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/ServerRequest.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Stream.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/StreamWrapper.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UploadedFile.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Uri.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriComparator.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriNormalizer.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriResolver.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Utils.php
 %%WWWDIR%%/vendor/j4mie/idiorm/CONTRIBUTING.md
 %%WWWDIR%%/vendor/j4mie/idiorm/README.markdown
 %%WWWDIR%%/vendor/j4mie/idiorm/composer.json
@@ -2498,141 +2747,6 @@
 %%WWWDIR%%/vendor/j4mie/idiorm/docs/querying.rst
 %%WWWDIR%%/vendor/j4mie/idiorm/docs/transactions.rst
 %%WWWDIR%%/vendor/j4mie/idiorm/idiorm.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/.editorconfig
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/.github/workflows/main.yaml
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/CONTRIBUTING.md
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/README.md
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/composer.json
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/examples/config.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/examples/jaeger.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/phpcs.xml.dist
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/phpunit.xml.dist
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/scripts/thrift-gen.sh
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/AgentClient/HttpAgentClient.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Codec/BinaryCodec.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Codec/CodecInterface.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Codec/CodecUtility.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Codec/TextCodec.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Codec/ZipkinCodec.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Config.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Constants.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Mapper/SpanToJaegerMapper.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/CompositeReporter.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/InMemoryReporter.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/JaegerReporter.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/LoggingReporter.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/NullReporter.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/RemoteReporter.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Reporter/ReporterInterface.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ReporterFactory/AbstractReporterFactory.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ReporterFactory/JaegerHttpReporterFactory.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ReporterFactory/JaegerReporterFactory.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ReporterFactory/ReporterFactoryInterface.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ReporterFactory/ZipkinReporterFactory.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sampler/ConstSampler.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sampler/ProbabilisticSampler.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sampler/RateLimitingSampler.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sampler/SamplerInterface.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Scope.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ScopeManager.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sender/JaegerSender.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sender/SenderInterface.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Sender/UdpSender.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Span.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/SpanContext.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/AgentClient.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/AgentIf.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Agent_emitBatch_args.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Agent_emitZipkinBatch_args.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/AggregationValidatorClient.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/AggregationValidatorIf.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/AggregationValidator_validateTrace_args.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/AggregationValidator_validateTrace_result.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/BaggageRestriction.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/BaggageRestrictionManagerClient.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/BaggageRestrictionManagerIf.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/BaggageRestrictionManager_getBaggageRestrictions_args.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/BaggageRestrictionManager_getBaggageRestrictions_result.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependencies.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/DependencyClient.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/DependencyIf.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/DependencyLink.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependency_getDependenciesForTrace_args.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependency_getDependenciesForTrace_result.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Dependency_saveDependencies_args.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/OperationSamplingStrategy.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/PerOperationSamplingStrategies.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/ProbabilisticSamplingStrategy.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/RateLimitingSamplingStrategy.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/SamplingManagerClient.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/SamplingManagerIf.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/SamplingManager_getSamplingStrategy_args.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/SamplingManager_getSamplingStrategy_result.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/SamplingStrategyResponse.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/SamplingStrategyType.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/ValidateTraceResponse.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/Annotation.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/AnnotationType.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/BinaryAnnotation.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/Constant.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/Endpoint.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/Response.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/Span.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/ZipkinCollectorClient.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/ZipkinCollectorIf.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/ZipkinCollector_submitZipkinBatch_args.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Agent/Zipkin/ZipkinCollector_submitZipkinBatch_result.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Batch.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/BatchSubmitResponse.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/CollectorClient.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/CollectorIf.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Collector_submitBatches_args.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Collector_submitBatches_result.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/Downstream.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/JoinTraceRequest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/ObservedSpan.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/StartTraceRequest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TraceResponse.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedServiceClient.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedServiceIf.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedService_joinTrace_args.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedService_joinTrace_result.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedService_startTrace_args.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedService_startTrace_result.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/Transport.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Log.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Process.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Span.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/SpanRef.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/SpanRefType.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Tag.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/TagType.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/ThriftUdpTransport.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Tracer.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Util/RateLimiter.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Codec/TextCodecTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Codec/ZipkinCodecTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/ConfigTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Logger/StackLogger.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Mapper/SpanToJaegerMapperTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Reporter/CompositeReporterTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Reporter/InMemoryReporterTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Reporter/LoggingReporterTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Reporter/NullReporterTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Reporter/RemoteReporterTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Sampler/ConstSamplerTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Sampler/ProbablisticSamplerTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Sampler/RateLimitSamplerTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/ScopeManagerTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/ScopeTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Sender/JaegerThriftSenderTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/Sender/UdpSenderTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/SpanContextTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/SpanTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/ThriftUdpTransportTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/Jaeger/TracerTest.php
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/README.md
-%%WWWDIR%%/vendor/jonahgeorge/jaeger-client-php/tests/php-test.sh
 %%WWWDIR%%/vendor/mervick/material-design-icons/Gruntfile.js
 %%WWWDIR%%/vendor/mervick/material-design-icons/Gulpfile.js
 %%WWWDIR%%/vendor/mervick/material-design-icons/README.md
@@ -2960,102 +3074,517 @@
 %%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php
 %%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
 %%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
-%%WWWDIR%%/vendor/opentracing/opentracing/.github/ISSUE_TEMPLATE.md
-%%WWWDIR%%/vendor/opentracing/opentracing/.github/PULL_REQUEST_TEMPLATE.md
-%%WWWDIR%%/vendor/opentracing/opentracing/.github/workflows/ci.yml
-%%WWWDIR%%/vendor/opentracing/opentracing/CONTRIBUTING.md
-%%WWWDIR%%/vendor/opentracing/opentracing/README.md
-%%WWWDIR%%/vendor/opentracing/opentracing/composer.json
-%%WWWDIR%%/vendor/opentracing/opentracing/phpstan.neon
-%%WWWDIR%%/vendor/opentracing/opentracing/phpunit.xml
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Formats.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/GlobalTracer.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/InvalidReferenceArgumentException.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/InvalidReferencesSetException.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/InvalidSpanOptionException.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Mock/MockScope.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Mock/MockScopeManager.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Mock/MockSpan.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Mock/MockSpanContext.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Mock/MockTracer.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/NoopScope.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/NoopScopeManager.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/NoopSpan.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/NoopSpanContext.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/NoopTracer.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Reference.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Scope.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/ScopeManager.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Span.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/SpanContext.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/StartSpanOptions.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Tags.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/Tracer.php
-%%WWWDIR%%/vendor/opentracing/opentracing/src/OpenTracing/UnsupportedFormatException.php
-%%WWWDIR%%/vendor/opentracing/opentracing/tests/OpenTracing/Mock/MockScopeManagerTest.php
-%%WWWDIR%%/vendor/opentracing/opentracing/tests/OpenTracing/Mock/MockSpanContextTest.php
-%%WWWDIR%%/vendor/opentracing/opentracing/tests/OpenTracing/Mock/MockSpanTest.php
-%%WWWDIR%%/vendor/opentracing/opentracing/tests/OpenTracing/Mock/MockTracerTest.php
-%%WWWDIR%%/vendor/opentracing/opentracing/tests/OpenTracing/ReferenceTest.php
-%%WWWDIR%%/vendor/opentracing/opentracing/tests/OpenTracing/StartSpanOptionsTest.php
-%%WWWDIR%%/vendor/packaged/thrift/README.md
-%%WWWDIR%%/vendor/packaged/thrift/composer.json
-%%WWWDIR%%/vendor/packaged/thrift/src/Base/TBase.php
-%%WWWDIR%%/vendor/packaged/thrift/src/ClassLoader/ThriftClassLoader.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Exception/TApplicationException.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Exception/TException.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Exception/TProtocolException.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Exception/TTransportException.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Factory/TBinaryProtocolFactory.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Factory/TCompactProtocolFactory.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Factory/TJSONProtocolFactory.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Factory/TProtocolFactory.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Factory/TStringFuncFactory.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Factory/TTransportFactory.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/JSON/BaseContext.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/JSON/ListContext.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/JSON/LookaheadReader.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/JSON/PairContext.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/SimpleJSON/CollectionMapKeyException.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/SimpleJSON/Context.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/SimpleJSON/ListContext.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/SimpleJSON/MapContext.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/SimpleJSON/StructContext.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TBinaryProtocol.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TBinaryProtocolAccelerated.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TCompactProtocol.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TJSONProtocol.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TMultiplexedProtocol.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TProtocol.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TProtocolDecorator.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Protocol/TSimpleJSONProtocol.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Serializer/TBinarySerializer.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Server/TForkingServer.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Server/TSSLServerSocket.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Server/TServer.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Server/TServerSocket.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Server/TServerTransport.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Server/TSimpleServer.php
-%%WWWDIR%%/vendor/packaged/thrift/src/StoredMessageProtocol.php
-%%WWWDIR%%/vendor/packaged/thrift/src/StringFunc/Core.php
-%%WWWDIR%%/vendor/packaged/thrift/src/StringFunc/Mbstring.php
-%%WWWDIR%%/vendor/packaged/thrift/src/StringFunc/TStringFunc.php
-%%WWWDIR%%/vendor/packaged/thrift/src/TMultiplexedProcessor.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TBufferedTransport.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TCurlClient.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TFramedTransport.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Transport/THttpClient.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TMemoryBuffer.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TNullTransport.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TPhpStream.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TSSLSocket.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TSocket.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TSocketPool.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Transport/TTransport.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Type/TConstant.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Type/TMessageType.php
-%%WWWDIR%%/vendor/packaged/thrift/src/Type/TType.php
-%%WWWDIR%%/vendor/packaged/thrift/update.sh
+%%WWWDIR%%/vendor/open-telemetry/api/Baggage/Baggage.php
+%%WWWDIR%%/vendor/open-telemetry/api/Baggage/BaggageBuilder.php
+%%WWWDIR%%/vendor/open-telemetry/api/Baggage/BaggageBuilderInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Baggage/BaggageInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Baggage/Entry.php
+%%WWWDIR%%/vendor/open-telemetry/api/Baggage/Metadata.php
+%%WWWDIR%%/vendor/open-telemetry/api/Baggage/MetadataInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Baggage/Propagation/BaggagePropagator.php
+%%WWWDIR%%/vendor/open-telemetry/api/Baggage/Propagation/Parser.php
+%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriter/ErrorLogWriter.php
+%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriter/Formatter.php
+%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriter/LogWriterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriter/NoopLogWriter.php
+%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriter/Psr3LogWriter.php
+%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriter/StreamLogWriter.php
+%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/LogWriterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/api/Behavior/Internal/Logging.php
+%%WWWDIR%%/vendor/open-telemetry/api/Behavior/LogsMessagesTrait.php
+%%WWWDIR%%/vendor/open-telemetry/api/Globals.php
+%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/CachedInstrumentation.php
+%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/ConfigurationResolver.php
+%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/ConfigurationResolverInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/Configurator.php
+%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/ContextKeys.php
+%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/InstrumentationInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Instrumentation/InstrumentationTrait.php
+%%WWWDIR%%/vendor/open-telemetry/api/LoggerHolder.php
+%%WWWDIR%%/vendor/open-telemetry/api/Logs/EventLogger.php
+%%WWWDIR%%/vendor/open-telemetry/api/Logs/EventLoggerInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Logs/LogRecord.php
+%%WWWDIR%%/vendor/open-telemetry/api/Logs/LoggerInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Logs/LoggerProviderInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Logs/Map/Psr3.php
+%%WWWDIR%%/vendor/open-telemetry/api/Logs/NoopLogger.php
+%%WWWDIR%%/vendor/open-telemetry/api/Logs/NoopLoggerProvider.php
+%%WWWDIR%%/vendor/open-telemetry/api/Logs/README.md
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/CounterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/HistogramInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/MeterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/MeterProviderInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopCounter.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopHistogram.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopMeter.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopMeterProvider.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopObservableCallback.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopObservableCounter.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopObservableGauge.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopObservableUpDownCounter.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/Noop/NoopUpDownCounter.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/ObservableCallbackInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/ObservableCounterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/ObservableGaugeInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/ObservableUpDownCounterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/ObserverInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Metrics/UpDownCounterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/README.md
+%%WWWDIR%%/vendor/open-telemetry/api/Signals.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/NonRecordingSpan.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/NoopSpanBuilder.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/NoopTracer.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/NoopTracerProvider.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/Propagation/TraceContextPropagator.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/Propagation/TraceContextValidator.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/Span.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/SpanBuilderInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/SpanContext.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/SpanContextInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/SpanContextValidator.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/SpanInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/SpanKind.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/StatusCode.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/TraceFlags.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/TraceState.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/TraceStateInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/TracerInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/TracerProviderInterface.php
+%%WWWDIR%%/vendor/open-telemetry/api/Trace/functions.php
+%%WWWDIR%%/vendor/open-telemetry/api/composer.json
+%%WWWDIR%%/vendor/open-telemetry/context/Context.php
+%%WWWDIR%%/vendor/open-telemetry/context/ContextInterface.php
+%%WWWDIR%%/vendor/open-telemetry/context/ContextKey.php
+%%WWWDIR%%/vendor/open-telemetry/context/ContextKeyInterface.php
+%%WWWDIR%%/vendor/open-telemetry/context/ContextKeys.php
+%%WWWDIR%%/vendor/open-telemetry/context/ContextStorage.php
+%%WWWDIR%%/vendor/open-telemetry/context/ContextStorageHead.php
+%%WWWDIR%%/vendor/open-telemetry/context/ContextStorageInterface.php
+%%WWWDIR%%/vendor/open-telemetry/context/ContextStorageNode.php
+%%WWWDIR%%/vendor/open-telemetry/context/ContextStorageScopeInterface.php
+%%WWWDIR%%/vendor/open-telemetry/context/DebugScope.php
+%%WWWDIR%%/vendor/open-telemetry/context/ExecutionContextAwareInterface.php
+%%WWWDIR%%/vendor/open-telemetry/context/FiberBoundContextStorage.php
+%%WWWDIR%%/vendor/open-telemetry/context/FiberBoundContextStorageScope.php
+%%WWWDIR%%/vendor/open-telemetry/context/ImplicitContextKeyedInterface.php
+%%WWWDIR%%/vendor/open-telemetry/context/Propagation/ArrayAccessGetterSetter.php
+%%WWWDIR%%/vendor/open-telemetry/context/Propagation/MultiTextMapPropagator.php
+%%WWWDIR%%/vendor/open-telemetry/context/Propagation/NoopTextMapPropagator.php
+%%WWWDIR%%/vendor/open-telemetry/context/Propagation/PropagationGetterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/context/Propagation/PropagationSetterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/context/Propagation/SanitizeCombinedHeadersPropagationGetter.php
+%%WWWDIR%%/vendor/open-telemetry/context/Propagation/TextMapPropagatorInterface.php
+%%WWWDIR%%/vendor/open-telemetry/context/README.md
+%%WWWDIR%%/vendor/open-telemetry/context/ScopeInterface.php
+%%WWWDIR%%/vendor/open-telemetry/context/ZendObserverFiber.php
+%%WWWDIR%%/vendor/open-telemetry/context/composer.json
+%%WWWDIR%%/vendor/open-telemetry/context/fiber/initialize_fiber_handler.php
+%%WWWDIR%%/vendor/open-telemetry/context/fiber/zend_observer_fiber.h
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/AttributesConverter.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/ContentTypes.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/HttpEndpointResolver.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/HttpEndpointResolverInterface.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/LogsConverter.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/LogsExporter.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/LogsExporterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/MetricConverter.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/MetricExporter.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/MetricExporterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/OtlpHttpTransportFactory.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/OtlpUtil.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/ProtobufSerializer.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/Protocols.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/README.md
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/SpanConverter.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/SpanExporter.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/SpanExporterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/_register.php
+%%WWWDIR%%/vendor/open-telemetry/exporter-otlp/composer.json
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Collector/Logs/V1/LogsService.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Collector/Metrics/V1/MetricsService.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Collector/Trace/V1/TraceService.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Common/V1/Common.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Logs/V1/Logs.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Metrics/Experimental/MetricsConfigService.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Metrics/V1/Metrics.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Resource/V1/Resource.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Trace/V1/Trace.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/GPBMetadata/Opentelemetry/Proto/Trace/V1/TraceConfig.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Logs/V1/ExportLogsPartialSuccess.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Logs/V1/ExportLogsServiceRequest.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Logs/V1/ExportLogsServiceResponse.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Logs/V1/LogsServiceClient.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Metrics/V1/ExportMetricsPartialSuccess.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Metrics/V1/ExportMetricsServiceRequest.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Metrics/V1/ExportMetricsServiceResponse.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Metrics/V1/MetricsServiceClient.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Trace/V1/ExportTracePartialSuccess.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Trace/V1/ExportTraceServiceRequest.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Trace/V1/ExportTraceServiceResponse.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Trace/V1/TraceServiceClient.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/AnyValue.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/ArrayValue.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/InstrumentationLibrary.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/InstrumentationScope.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/KeyValue.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/KeyValueList.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/StringKeyValue.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/InstrumentationLibraryLogs.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/LogRecord.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/LogRecordFlags.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/LogsData.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/ResourceLogs.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/ScopeLogs.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/SeverityNumber.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigRequest.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse/Schedule.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse/Schedule/Pattern.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse_Schedule.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse_Schedule_Pattern.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/AggregationTemporality.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/DataPointFlags.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Exemplar.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogram.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogramDataPoint.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogramDataPoint/Buckets.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogramDataPoint_Buckets.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Gauge.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Histogram.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/HistogramDataPoint.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/InstrumentationLibraryMetrics.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntDataPoint.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntExemplar.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntGauge.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntHistogram.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntHistogramDataPoint.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntSum.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Metric.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/MetricsData.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/NumberDataPoint.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ResourceMetrics.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ScopeMetrics.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Sum.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Summary.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/SummaryDataPoint.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/SummaryDataPoint/ValueAtQuantile.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/SummaryDataPoint_ValueAtQuantile.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Resource/V1/Resource.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ConstantSampler.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ConstantSampler/ConstantDecision.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ConstantSampler_ConstantDecision.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/InstrumentationLibrarySpans.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/RateLimitingSampler.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ResourceSpans.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ScopeSpans.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Event.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Link.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/SpanKind.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span_Event.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span_Link.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span_SpanKind.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Status.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Status/DeprecatedStatusCode.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Status/StatusCode.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Status_DeprecatedStatusCode.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Status_StatusCode.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/TraceConfig.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/TraceIdRatioBased.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/TracesData.php
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/README.md
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/VERSION
+%%WWWDIR%%/vendor/open-telemetry/gen-otlp-protobuf/composer.json
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Adapter/HttpDiscovery/DependencyResolver.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Adapter/HttpDiscovery/HttpPlugClientResolver.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Adapter/HttpDiscovery/MessageFactoryResolver.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Adapter/HttpDiscovery/PsrClientResolver.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributeValidator.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributeValidatorInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/Attributes.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributesBuilder.php
*** 543 LINES SKIPPED ***