aboutsummaryrefslogtreecommitdiff
path: root/www/tt-rss
diff options
context:
space:
mode:
authorDerek Schrock <dereks@lifeofadishwasher.com>2023-12-03 02:18:32 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2023-12-04 12:34:00 +0000
commitacdf54f7daabd4a08f61d823f22d576596c97b99 (patch)
tree9a00eba50b6628c8c3946f50f7429f116307706f /www/tt-rss
parent85d9d67761cf595fd3f460191c673a338627493b (diff)
downloadports-acdf54f7daabd4a08f61d823f22d576596c97b99.tar.gz
ports-acdf54f7daabd4a08f61d823f22d576596c97b99.zip
www/tt-rss: Update to g20231202 2b8e34453
Diffstat (limited to 'www/tt-rss')
-rw-r--r--www/tt-rss/Makefile10
-rw-r--r--www/tt-rss/distinfo6
-rw-r--r--www/tt-rss/pkg-plist1342
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
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributesBuilderInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributesFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributesFactoryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/AttributesInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/FilteredAttributesBuilder.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/FilteredAttributesFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Attribute/LogRecordAttributeValidator.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Configuration.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Defaults.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/KnownValues.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Parser/BooleanParser.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Parser/ListParser.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Parser/MapParser.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Parser/RatioParser.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Resolver/CompositeResolver.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Resolver/EnvironmentResolver.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Resolver/PhpIniAccessor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Resolver/PhpIniResolver.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Resolver/ResolverInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/ValueTypes.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/VariableTypes.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Configuration/Variables.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Dev/Compatibility/README.md
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Dev/Compatibility/Util.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Dev/Compatibility/_load.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Exception/StackTraceFormatter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/Http/PsrTransport.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/Http/PsrTransportFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/Http/PsrUtils.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/Stream/StreamTransport.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/Stream/StreamTransportFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/TransportFactoryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Export/TransportInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Future/CancellationInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Future/CompletedFuture.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Future/ErrorFuture.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Future/FutureInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Future/NullCancellation.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Http/DependencyResolverInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Http/HttpPlug/Client/ResolverInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Http/Psr/Client/ResolverInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Http/Psr/Message/FactoryResolverInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Http/Psr/Message/MessageFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Http/Psr/Message/MessageFactoryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScope.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScopeFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScopeFactoryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScopeInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/ClockFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/ClockFactoryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/ClockInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/StopWatch.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/StopWatchFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/StopWatchFactoryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/StopWatchInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/SystemClock.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Time/Util.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Util/ClassConstantAccessor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Util/ShutdownHandler.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Util/WeakMap.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Common/Util/functions.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Exporter/ConsoleExporter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Exporter/ConsoleExporterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Exporter/InMemoryExporter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Exporter/InMemoryExporterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Exporter/NoopExporter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Exporter/_register.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/ExporterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LogRecordExporterFactoryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LogRecordExporterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LogRecordLimits.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LogRecordLimitsBuilder.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LogRecordProcessorFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LogRecordProcessorInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Logger.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LoggerProvider.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LoggerProviderBuilder.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LoggerProviderFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LoggerProviderInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/LoggerSharedState.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/NoopLoggerProvider.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Processor/BatchLogRecordProcessor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Processor/MultiLogRecordProcessor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Processor/NoopLogRecordProcessor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/Processor/SimpleLogRecordProcessor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/PsrSeverityMapperInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/ReadWriteLogRecord.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/ReadableLogRecord.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Logs/SimplePsrFileLogger.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Aggregation/ExplicitBucketHistogramAggregation.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Aggregation/ExplicitBucketHistogramSummary.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Aggregation/LastValueAggregation.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Aggregation/LastValueSummary.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Aggregation/SumAggregation.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Aggregation/SumSummary.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/AggregationInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/AggregationTemporalitySelectorInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/AttributeProcessor/FilteredAttributeProcessor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/AttributeProcessor/IdentityAttributeProcessor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/AttributeProcessorInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Counter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/DataInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/Exemplar.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/Gauge.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/Histogram.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/HistogramDataPoint.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/Metric.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/NumberDataPoint.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/Sum.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Data/Temporality.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/DefaultAggregationProviderInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/DefaultAggregationProviderTrait.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/BucketEntry.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/BucketStorage.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/ExemplarFilter/AllExemplarFilter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/ExemplarFilter/NoneExemplarFilter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/ExemplarFilter/WithSampledTraceExemplarFilter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/ExemplarFilterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/ExemplarReservoirInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/FilteredReservoir.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/FixedSizeReservoir.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/HistogramBucketReservoir.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Exemplar/NoopReservoir.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Histogram.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Instrument.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/InstrumentType.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Meter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MeterInstruments.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MeterProvider.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MeterProviderBuilder.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MeterProviderFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MeterProviderInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/ConsoleMetricExporter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/ConsoleMetricExporterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/InMemoryExporter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/InMemoryExporterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/NoopMetricExporter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/NoopMetricExporterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporter/_register.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporterFactoryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricExporterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricFactory/StreamFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricFactory/StreamMetricSource.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricFactory/StreamMetricSourceProvider.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricFactoryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricMetadataInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricReader/ExportingReader.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricReaderInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistration/MultiRegistryRegistration.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistration/RegistryRegistration.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistrationInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistry/MetricCollectorInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistry/MetricRegistry.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistry/MetricRegistryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistry/MetricWriterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistry/MultiObserver.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricRegistry/NoopObserver.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricSourceInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricSourceProviderInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/MetricSourceRegistryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/NoopMeterProvider.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ObservableCallback.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ObservableCallbackDestructor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ObservableCounter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ObservableGauge.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ObservableInstrumentTrait.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ObservableUpDownCounter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/PushMetricExporterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ReferenceCounterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandler/DelayedStalenessHandler.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandler/DelayedStalenessHandlerFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandler/ImmediateStalenessHandler.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandler/ImmediateStalenessHandlerFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandler/NoopStalenessHandler.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandler/NoopStalenessHandlerFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandlerFactoryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/StalenessHandlerInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/AsynchronousMetricStream.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/Delta.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/DeltaStorage.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/Metric.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/MetricAggregator.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/MetricAggregatorFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/MetricAggregatorFactoryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/MetricAggregatorInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/MetricCollectorInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/MetricStreamInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/SynchronousMetricStream.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/Stream/WritableMetricStreamInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/UpDownCounter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/CriteriaViewRegistry.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/AllCriteria.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/InstrumentNameCriteria.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/InstrumentTypeCriteria.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/InstrumentationScopeNameCriteria.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/InstrumentationScopeSchemaUrlCriteria.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/InstrumentationScopeVersionCriteria.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/SelectionCriteriaInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/View/ViewTemplate.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ViewProjection.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Metrics/ViewRegistryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Propagation/PropagatorFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Propagation/_register.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/README.md
+%%WWWDIR%%/vendor/open-telemetry/sdk/Registry.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Composer.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Composite.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Constant.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Environment.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Host.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/OperatingSystem.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Process.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/ProcessRuntime.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/Sdk.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/Detectors/SdkProvided.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/ResourceDetectorInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/ResourceInfo.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Resource/ResourceInfoFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Sdk.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/SdkAutoloader.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/SdkBuilder.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Behavior/LoggerAwareTrait.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Behavior/SpanExporterDecoratorTrait.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Behavior/SpanExporterTrait.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Behavior/UsesSpanConverterTrait.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Event.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/EventInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/ExporterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/IdGeneratorInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/ImmutableSpan.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Link.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/LinkInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/NoopTracerProvider.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/RandomIdGenerator.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/ReadWriteSpanInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/ReadableSpanInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Sampler/AlwaysOffSampler.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Sampler/AlwaysOnSampler.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Sampler/ParentBased.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Sampler/TraceIdRatioBasedSampler.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SamplerFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SamplerInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SamplingResult.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Span.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanBuilder.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanConverterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanDataInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/AbstractDecorator.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/ConsoleSpanExporter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/ConsoleSpanExporterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/FriendlySpanConverter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/InMemoryExporter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/InMemorySpanExporterFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/LoggerDecorator.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/LoggerExporter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/NullSpanConverter.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/SpanExporterFactoryInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporter/_register.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanExporterInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanLimits.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanLimitsBuilder.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessor/BatchSpanProcessor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessor/BatchSpanProcessorBuilder.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessor/MultiSpanProcessor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessor/NoopSpanProcessor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessor/SimpleSpanProcessor.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessorFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/SpanProcessorInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/StatusData.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/StatusDataInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/Tracer.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/TracerProvider.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/TracerProviderBuilder.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/TracerProviderFactory.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/TracerProviderInterface.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/Trace/TracerSharedState.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/_autoload.php
+%%WWWDIR%%/vendor/open-telemetry/sdk/composer.json
+%%WWWDIR%%/vendor/open-telemetry/sem-conv/README.md
+%%WWWDIR%%/vendor/open-telemetry/sem-conv/ResourceAttributes.php
+%%WWWDIR%%/vendor/open-telemetry/sem-conv/TraceAttributes.php
+%%WWWDIR%%/vendor/open-telemetry/sem-conv/composer.json
%%WWWDIR%%/vendor/paragonie/constant_time_encoding/LICENSE.txt
%%WWWDIR%%/vendor/paragonie/constant_time_encoding/README.md
%%WWWDIR%%/vendor/paragonie/constant_time_encoding/composer.json
@@ -3148,6 +3677,64 @@
%%WWWDIR%%/vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php
%%WWWDIR%%/vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php
%%WWWDIR%%/vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php
+%%WWWDIR%%/vendor/php-http/discovery/.php-cs-fixer.php
+%%WWWDIR%%/vendor/php-http/discovery/CHANGELOG.md
+%%WWWDIR%%/vendor/php-http/discovery/README.md
+%%WWWDIR%%/vendor/php-http/discovery/composer.json
+%%WWWDIR%%/vendor/php-http/discovery/src/ClassDiscovery.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Composer/Plugin.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Exception.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Exception/ClassInstantiationFailedException.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Exception/DiscoveryFailedException.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Exception/NoCandidateFoundException.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Exception/NotFoundException.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Exception/PuliUnavailableException.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Exception/StrategyUnavailableException.php
+%%WWWDIR%%/vendor/php-http/discovery/src/HttpAsyncClientDiscovery.php
+%%WWWDIR%%/vendor/php-http/discovery/src/HttpClientDiscovery.php
+%%WWWDIR%%/vendor/php-http/discovery/src/MessageFactoryDiscovery.php
+%%WWWDIR%%/vendor/php-http/discovery/src/NotFoundException.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Psr17Factory.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Psr18Client.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Psr18ClientDiscovery.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/CommonClassesStrategy.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/CommonPsr17ClassesStrategy.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/DiscoveryStrategy.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/MockClientStrategy.php
+%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/PuliBetaStrategy.php
+%%WWWDIR%%/vendor/php-http/discovery/src/StreamFactoryDiscovery.php
+%%WWWDIR%%/vendor/php-http/discovery/src/UriFactoryDiscovery.php
+%%WWWDIR%%/vendor/php-http/guzzle7-adapter/CHANGELOG.md
+%%WWWDIR%%/vendor/php-http/guzzle7-adapter/README.md
+%%WWWDIR%%/vendor/php-http/guzzle7-adapter/composer.json
+%%WWWDIR%%/vendor/php-http/guzzle7-adapter/phpstan.neon.dist
+%%WWWDIR%%/vendor/php-http/guzzle7-adapter/psalm.baseline.xml
+%%WWWDIR%%/vendor/php-http/guzzle7-adapter/psalm.xml
+%%WWWDIR%%/vendor/php-http/guzzle7-adapter/src/Client.php
+%%WWWDIR%%/vendor/php-http/guzzle7-adapter/src/Exception/UnexpectedValueException.php
+%%WWWDIR%%/vendor/php-http/guzzle7-adapter/src/Promise.php
+%%WWWDIR%%/vendor/php-http/httplug/.php-cs-fixer.dist.php
+%%WWWDIR%%/vendor/php-http/httplug/CHANGELOG.md
+%%WWWDIR%%/vendor/php-http/httplug/README.md
+%%WWWDIR%%/vendor/php-http/httplug/composer.json
+%%WWWDIR%%/vendor/php-http/httplug/puli.json
+%%WWWDIR%%/vendor/php-http/httplug/src/Exception.php
+%%WWWDIR%%/vendor/php-http/httplug/src/Exception/HttpException.php
+%%WWWDIR%%/vendor/php-http/httplug/src/Exception/NetworkException.php
+%%WWWDIR%%/vendor/php-http/httplug/src/Exception/RequestAwareTrait.php
+%%WWWDIR%%/vendor/php-http/httplug/src/Exception/RequestException.php
+%%WWWDIR%%/vendor/php-http/httplug/src/Exception/TransferException.php
+%%WWWDIR%%/vendor/php-http/httplug/src/HttpAsyncClient.php
+%%WWWDIR%%/vendor/php-http/httplug/src/HttpClient.php
+%%WWWDIR%%/vendor/php-http/httplug/src/Promise/HttpFulfilledPromise.php
+%%WWWDIR%%/vendor/php-http/httplug/src/Promise/HttpRejectedPromise.php
+%%WWWDIR%%/vendor/php-http/promise/CHANGELOG.md
+%%WWWDIR%%/vendor/php-http/promise/README.md
+%%WWWDIR%%/vendor/php-http/promise/composer.json
+%%WWWDIR%%/vendor/php-http/promise/src/FulfilledPromise.php
+%%WWWDIR%%/vendor/php-http/promise/src/Promise.php
+%%WWWDIR%%/vendor/php-http/promise/src/RejectedPromise.php
%%WWWDIR%%/vendor/phpdocumentor/reflection-common/.github/dependabot.yml
%%WWWDIR%%/vendor/phpdocumentor/reflection-common/.github/workflows/push.yml
%%WWWDIR%%/vendor/phpdocumentor/reflection-common/README.md
@@ -3867,14 +4454,33 @@
%%WWWDIR%%/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php
%%WWWDIR%%/vendor/phpunit/phpunit/src/Util/Xml/Validator.php
%%WWWDIR%%/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php
-%%WWWDIR%%/vendor/psr/cache/CHANGELOG.md
-%%WWWDIR%%/vendor/psr/cache/LICENSE.txt
-%%WWWDIR%%/vendor/psr/cache/README.md
-%%WWWDIR%%/vendor/psr/cache/composer.json
-%%WWWDIR%%/vendor/psr/cache/src/CacheException.php
-%%WWWDIR%%/vendor/psr/cache/src/CacheItemInterface.php
-%%WWWDIR%%/vendor/psr/cache/src/CacheItemPoolInterface.php
-%%WWWDIR%%/vendor/psr/cache/src/InvalidArgumentException.php
+%%WWWDIR%%/vendor/psr/http-client/CHANGELOG.md
+%%WWWDIR%%/vendor/psr/http-client/README.md
+%%WWWDIR%%/vendor/psr/http-client/composer.json
+%%WWWDIR%%/vendor/psr/http-client/src/ClientExceptionInterface.php
+%%WWWDIR%%/vendor/psr/http-client/src/ClientInterface.php
+%%WWWDIR%%/vendor/psr/http-client/src/NetworkExceptionInterface.php
+%%WWWDIR%%/vendor/psr/http-client/src/RequestExceptionInterface.php
+%%WWWDIR%%/vendor/psr/http-factory/README.md
+%%WWWDIR%%/vendor/psr/http-factory/composer.json
+%%WWWDIR%%/vendor/psr/http-factory/src/RequestFactoryInterface.php
+%%WWWDIR%%/vendor/psr/http-factory/src/ResponseFactoryInterface.php
+%%WWWDIR%%/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php
+%%WWWDIR%%/vendor/psr/http-factory/src/StreamFactoryInterface.php
+%%WWWDIR%%/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php
+%%WWWDIR%%/vendor/psr/http-factory/src/UriFactoryInterface.php
+%%WWWDIR%%/vendor/psr/http-message/CHANGELOG.md
+%%WWWDIR%%/vendor/psr/http-message/README.md
+%%WWWDIR%%/vendor/psr/http-message/composer.json
+%%WWWDIR%%/vendor/psr/http-message/docs/PSR7-Interfaces.md
+%%WWWDIR%%/vendor/psr/http-message/docs/PSR7-Usage.md
+%%WWWDIR%%/vendor/psr/http-message/src/MessageInterface.php
+%%WWWDIR%%/vendor/psr/http-message/src/RequestInterface.php
+%%WWWDIR%%/vendor/psr/http-message/src/ResponseInterface.php
+%%WWWDIR%%/vendor/psr/http-message/src/ServerRequestInterface.php
+%%WWWDIR%%/vendor/psr/http-message/src/StreamInterface.php
+%%WWWDIR%%/vendor/psr/http-message/src/UploadedFileInterface.php
+%%WWWDIR%%/vendor/psr/http-message/src/UriInterface.php
%%WWWDIR%%/vendor/psr/log/README.md
%%WWWDIR%%/vendor/psr/log/composer.json
%%WWWDIR%%/vendor/psr/log/src/AbstractLogger.php
@@ -3885,6 +4491,9 @@
%%WWWDIR%%/vendor/psr/log/src/LoggerInterface.php
%%WWWDIR%%/vendor/psr/log/src/LoggerTrait.php
%%WWWDIR%%/vendor/psr/log/src/NullLogger.php
+%%WWWDIR%%/vendor/ralouphie/getallheaders/README.md
+%%WWWDIR%%/vendor/ralouphie/getallheaders/composer.json
+%%WWWDIR%%/vendor/ralouphie/getallheaders/src/getallheaders.php
%%WWWDIR%%/vendor/sebastian/cli-parser/ChangeLog.md
%%WWWDIR%%/vendor/sebastian/cli-parser/README.md
%%WWWDIR%%/vendor/sebastian/cli-parser/composer.json
@@ -4057,6 +4666,68 @@
%%WWWDIR%%/vendor/sebastian/version/README.md
%%WWWDIR%%/vendor/sebastian/version/composer.json
%%WWWDIR%%/vendor/sebastian/version/src/Version.php
+%%WWWDIR%%/vendor/soundasleep/html2text/.editorconfig
+%%WWWDIR%%/vendor/soundasleep/html2text/.github/workflows/lint.yml
+%%WWWDIR%%/vendor/soundasleep/html2text/.github/workflows/test.yml
+%%WWWDIR%%/vendor/soundasleep/html2text/CHANGELOG.md
+%%WWWDIR%%/vendor/soundasleep/html2text/LICENSE.md
+%%WWWDIR%%/vendor/soundasleep/html2text/README.md
+%%WWWDIR%%/vendor/soundasleep/html2text/composer.json
+%%WWWDIR%%/vendor/soundasleep/html2text/convert.php
+%%WWWDIR%%/vendor/soundasleep/html2text/html2text.php
+%%WWWDIR%%/vendor/soundasleep/html2text/phpstan.neon.dist
+%%WWWDIR%%/vendor/soundasleep/html2text/phpunit.xml
+%%WWWDIR%%/vendor/soundasleep/html2text/src/Html2Text.php
+%%WWWDIR%%/vendor/soundasleep/html2text/src/Html2TextException.php
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/Html2TextTest.php
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/anchors.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/basic.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/blockquotes.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/dom-processing.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/empty.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/full_email.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/huge-msoffice.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/images.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/invalid.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/lists.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/more-anchors.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/msoffice.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/nbsp.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/nested-divs.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/newlines.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/non-breaking-spaces.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/pre.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/table.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/test3.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/test4.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/utf8-example.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/windows-1252-example.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/html/zero-width-non-joiners.html
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/anchors.no-links.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/anchors.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/basic.no-links.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/basic.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/blockquotes.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/dom-processing.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/empty.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/full_email.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/huge-msoffice.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/images.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/invalid.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/lists.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/more-anchors.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/msoffice.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/nbsp.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/nested-divs.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/newlines.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/non-breaking-spaces.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/pre.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/table.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/test3.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/test4.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/utf8-example.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/windows-1252-example.txt
+%%WWWDIR%%/vendor/soundasleep/html2text/tests/txt/zero-width-non-joiners.txt
%%WWWDIR%%/vendor/spomky-labs/otphp/.php_cs.dist
%%WWWDIR%%/vendor/spomky-labs/otphp/CODE_OF_CONDUCT.md
%%WWWDIR%%/vendor/spomky-labs/otphp/SECURITY.md
@@ -4071,6 +4742,51 @@
%%WWWDIR%%/vendor/spomky-labs/otphp/src/ParameterTrait.php
%%WWWDIR%%/vendor/spomky-labs/otphp/src/TOTP.php
%%WWWDIR%%/vendor/spomky-labs/otphp/src/TOTPInterface.php
+%%WWWDIR%%/vendor/symfony/deprecation-contracts/CHANGELOG.md
+%%WWWDIR%%/vendor/symfony/deprecation-contracts/README.md
+%%WWWDIR%%/vendor/symfony/deprecation-contracts/composer.json
+%%WWWDIR%%/vendor/symfony/deprecation-contracts/function.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/README.md
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap80.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/composer.json
+%%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/PhpToken.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/README.md
+%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-php80/composer.json
+%%WWWDIR%%/vendor/symfony/polyfill-php81/Php81.php
+%%WWWDIR%%/vendor/symfony/polyfill-php81/README.md
+%%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php
+%%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
+%%WWWDIR%%/vendor/symfony/polyfill-php81/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-php81/composer.json
+%%WWWDIR%%/vendor/symfony/polyfill-php82/NoDynamicProperties.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/Php82.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/README.md
+%%WWWDIR%%/vendor/symfony/polyfill-php82/Random/Engine/Secure.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/AllowDynamicProperties.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/Random/BrokenRandomEngineError.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/Random/CryptoSafeEngine.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/Random/Engine.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/Random/Engine/Secure.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/Random/RandomError.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/Random/RandomException.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/SensitiveParameter.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/Resources/stubs/SensitiveParameterValue.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/SensitiveParameterValue.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-php82/composer.json
%%WWWDIR%%/vendor/thecodingmachine/safe/README.md
%%WWWDIR%%/vendor/thecodingmachine/safe/composer.json
%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/Exceptions/ApcException.php
@@ -4274,19 +4990,3 @@
%%WWWDIR%%/vendor/webmozart/assert/src/InvalidArgumentException.php
%%WWWDIR%%/vendor/webmozart/assert/src/Mixin.php
%%WWWDIR%%/version_static.txt
-@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