net-mgmt/icinga-php-thirdparty: add new port

This project bundles all 3rd party PHP libraries used by Icinga Web products into one piece,
which can be integrated as library into Icinga Web 2.

Sponsored by:	Netzkommune GmbH
This commit is contained in:
Jochen Neumeister 2022-12-14 12:24:06 +01:00
parent 8cf4554825
commit 90457894ba
5 changed files with 862 additions and 0 deletions

View File

@ -83,6 +83,7 @@
SUBDIR += guifi-snpservices
SUBDIR += hastmon
SUBDIR += icinga-php-library
SUBDIR += icinga-php-thirdparty
SUBDIR += icinga2
SUBDIR += icingaweb2
SUBDIR += icingaweb2-module-businessprocess

31
net-mgmt/icinga-php-thirdparty/Makefile vendored Normal file
View File

@ -0,0 +1,31 @@
PORTNAME= icinga-php-thirdparty
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.0
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= joneum@FreeBSD.org
COMMENT= Icinga PHP thirdparty
WWW= https://github.com/Icinga/icinga-php-thirdparty
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors
USE_GITHUB= yes
GH_ACCOUNT= icinga
NO_BUILD= yes
NO_ARCH= yes
WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//}
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC} && \
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1671016054
SHA256 (icinga-icinga-php-thirdparty-v0.11.0_GH0.tar.gz) = 4998a8daa6a037abf4ad36f5bc935cc5bdba6e351674940fd6eca68c2735af19
SIZE (icinga-icinga-php-thirdparty-v0.11.0_GH0.tar.gz) = 764914

View File

@ -0,0 +1,2 @@
This project bundles all 3rd party PHP libraries used by Icinga Web products into one piece,
which can be integrated as library into Icinga Web 2.

825
net-mgmt/icinga-php-thirdparty/pkg-plist vendored Normal file
View File

@ -0,0 +1,825 @@
%%WWWDIR%%/.github/workflows/create-snapshot.yml
%%WWWDIR%%/.gitignore
%%WWWDIR%%/AssetLoader.php
%%WWWDIR%%/LICENSE
%%WWWDIR%%/README.md
%%WWWDIR%%/RELEASE.md
%%WWWDIR%%/VERSION
%%WWWDIR%%/asset/css/vendor/diff-table.less
%%WWWDIR%%/asset/js/jquery/jquery.js
%%WWWDIR%%/asset/js/jquery/jquery.min.js
%%WWWDIR%%/bin/make-release.sh
%%WWWDIR%%/bin/make-snapshot.sh
%%WWWDIR%%/composer.json
%%WWWDIR%%/composer.lock
%%WWWDIR%%/patches/ramsey-uuid.patch
%%WWWDIR%%/vendor/autoload.php
%%WWWDIR%%/vendor/clue/block-react/LICENSE
%%WWWDIR%%/vendor/clue/block-react/composer.json
%%WWWDIR%%/vendor/clue/block-react/src/functions.php
%%WWWDIR%%/vendor/clue/block-react/src/functions_include.php
%%WWWDIR%%/vendor/clue/buzz-react/LICENSE
%%WWWDIR%%/vendor/clue/buzz-react/composer.json
%%WWWDIR%%/vendor/clue/buzz-react/src/Browser.php
%%WWWDIR%%/vendor/clue/buzz-react/src/Io/ChunkedEncoder.php
%%WWWDIR%%/vendor/clue/buzz-react/src/Io/Sender.php
%%WWWDIR%%/vendor/clue/buzz-react/src/Io/Transaction.php
%%WWWDIR%%/vendor/clue/buzz-react/src/Message/MessageFactory.php
%%WWWDIR%%/vendor/clue/buzz-react/src/Message/ReadableBodyStream.php
%%WWWDIR%%/vendor/clue/buzz-react/src/Message/ResponseException.php
%%WWWDIR%%/vendor/clue/connection-manager-extra/LICENSE
%%WWWDIR%%/vendor/clue/connection-manager-extra/composer.json
%%WWWDIR%%/vendor/clue/connection-manager-extra/src/ConnectionManagerDelay.php
%%WWWDIR%%/vendor/clue/connection-manager-extra/src/ConnectionManagerReject.php
%%WWWDIR%%/vendor/clue/connection-manager-extra/src/ConnectionManagerRepeat.php
%%WWWDIR%%/vendor/clue/connection-manager-extra/src/ConnectionManagerSwappable.php
%%WWWDIR%%/vendor/clue/connection-manager-extra/src/ConnectionManagerTimeout.php
%%WWWDIR%%/vendor/clue/connection-manager-extra/src/Multiple/ConnectionManagerConcurrent.php
%%WWWDIR%%/vendor/clue/connection-manager-extra/src/Multiple/ConnectionManagerConsecutive.php
%%WWWDIR%%/vendor/clue/connection-manager-extra/src/Multiple/ConnectionManagerRandom.php
%%WWWDIR%%/vendor/clue/connection-manager-extra/src/Multiple/ConnectionManagerSelective.php
%%WWWDIR%%/vendor/clue/http-proxy-react/LICENSE
%%WWWDIR%%/vendor/clue/http-proxy-react/composer.json
%%WWWDIR%%/vendor/clue/http-proxy-react/src/ProxyConnector.php
%%WWWDIR%%/vendor/clue/mq-react/LICENSE
%%WWWDIR%%/vendor/clue/mq-react/composer.json
%%WWWDIR%%/vendor/clue/mq-react/src/Queue.php
%%WWWDIR%%/vendor/clue/redis-protocol/composer.json
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Factory.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/BulkReply.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/ErrorReply.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/IntegerReply.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/ModelInterface.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/MultiBulkReply.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/Request.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/StatusReply.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Parser/MessageBuffer.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Parser/ParserException.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Parser/ParserInterface.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Parser/RequestParser.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Parser/ResponseParser.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Serializer/RecursiveSerializer.php
%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Serializer/SerializerInterface.php
%%WWWDIR%%/vendor/clue/redis-react/LICENSE
%%WWWDIR%%/vendor/clue/redis-react/composer.json
%%WWWDIR%%/vendor/clue/redis-react/src/Client.php
%%WWWDIR%%/vendor/clue/redis-react/src/Factory.php
%%WWWDIR%%/vendor/clue/redis-react/src/LazyClient.php
%%WWWDIR%%/vendor/clue/redis-react/src/StreamingClient.php
%%WWWDIR%%/vendor/clue/soap-react/LICENSE
%%WWWDIR%%/vendor/clue/soap-react/composer.json
%%WWWDIR%%/vendor/clue/soap-react/src/Client.php
%%WWWDIR%%/vendor/clue/soap-react/src/Protocol/ClientDecoder.php
%%WWWDIR%%/vendor/clue/soap-react/src/Protocol/ClientEncoder.php
%%WWWDIR%%/vendor/clue/soap-react/src/Proxy.php
%%WWWDIR%%/vendor/clue/socket-raw/LICENSE
%%WWWDIR%%/vendor/clue/socket-raw/composer.json
%%WWWDIR%%/vendor/clue/socket-raw/src/Exception.php
%%WWWDIR%%/vendor/clue/socket-raw/src/Factory.php
%%WWWDIR%%/vendor/clue/socket-raw/src/Socket.php
%%WWWDIR%%/vendor/clue/socks-react/LICENSE
%%WWWDIR%%/vendor/clue/socks-react/composer.json
%%WWWDIR%%/vendor/clue/socks-react/src/Client.php
%%WWWDIR%%/vendor/clue/socks-react/src/Server.php
%%WWWDIR%%/vendor/clue/socks-react/src/StreamReader.php
%%WWWDIR%%/vendor/clue/stdio-react/LICENSE
%%WWWDIR%%/vendor/clue/stdio-react/composer.json
%%WWWDIR%%/vendor/clue/stdio-react/src/Readline.php
%%WWWDIR%%/vendor/clue/stdio-react/src/Stdio.php
%%WWWDIR%%/vendor/clue/term-react/LICENSE
%%WWWDIR%%/vendor/clue/term-react/composer.json
%%WWWDIR%%/vendor/clue/term-react/src/ControlCodeParser.php
%%WWWDIR%%/vendor/clue/utf8-react/LICENSE
%%WWWDIR%%/vendor/clue/utf8-react/composer.json
%%WWWDIR%%/vendor/clue/utf8-react/src/Sequencer.php
%%WWWDIR%%/vendor/components/jquery/bower.json
%%WWWDIR%%/vendor/components/jquery/component.json
%%WWWDIR%%/vendor/components/jquery/composer.json
%%WWWDIR%%/vendor/components/jquery/package.json
%%WWWDIR%%/vendor/composer/ClassLoader.php
%%WWWDIR%%/vendor/composer/InstalledVersions.php
%%WWWDIR%%/vendor/composer/LICENSE
%%WWWDIR%%/vendor/composer/autoload_classmap.php
%%WWWDIR%%/vendor/composer/autoload_files.php
%%WWWDIR%%/vendor/composer/autoload_namespaces.php
%%WWWDIR%%/vendor/composer/autoload_psr4.php
%%WWWDIR%%/vendor/composer/autoload_real.php
%%WWWDIR%%/vendor/composer/autoload_static.php
%%WWWDIR%%/vendor/composer/installed.json
%%WWWDIR%%/vendor/composer/installed.php
%%WWWDIR%%/vendor/composer/platform_check.php
%%WWWDIR%%/vendor/cweagans/composer-patches/composer.json
%%WWWDIR%%/vendor/cweagans/composer-patches/src/PatchEvent.php
%%WWWDIR%%/vendor/cweagans/composer-patches/src/PatchEvents.php
%%WWWDIR%%/vendor/cweagans/composer-patches/src/Patches.php
%%WWWDIR%%/vendor/evenement/evenement/LICENSE
%%WWWDIR%%/vendor/evenement/evenement/composer.json
%%WWWDIR%%/vendor/evenement/evenement/src/Evenement/EventEmitter.php
%%WWWDIR%%/vendor/evenement/evenement/src/Evenement/EventEmitterInterface.php
%%WWWDIR%%/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php
%%WWWDIR%%/vendor/fig/http-message-util/LICENSE
%%WWWDIR%%/vendor/fig/http-message-util/composer.json
%%WWWDIR%%/vendor/fig/http-message-util/src/RequestMethodInterface.php
%%WWWDIR%%/vendor/fig/http-message-util/src/StatusCodeInterface.php
%%WWWDIR%%/vendor/guzzlehttp/guzzle/LICENSE
%%WWWDIR%%/vendor/guzzlehttp/guzzle/composer.json
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Client.php
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/ClientInterface.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/SeekException.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/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/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/UriTemplate.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/LICENSE
%%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/promises/src/functions.php
%%WWWDIR%%/vendor/guzzlehttp/promises/src/functions_include.php
%%WWWDIR%%/vendor/guzzlehttp/psr7/LICENSE
%%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/FnStream.php
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Header.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/UriNormalizer.php
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriResolver.php
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Utils.php
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/functions.php
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/functions_include.php
%%WWWDIR%%/vendor/jfcherng/php-color-output/LICENSE
%%WWWDIR%%/vendor/jfcherng/php-color-output/composer.json
%%WWWDIR%%/vendor/jfcherng/php-color-output/demo.php
%%WWWDIR%%/vendor/jfcherng/php-color-output/src/CliColor.php
%%WWWDIR%%/vendor/jfcherng/php-color-output/src/helpers.php
%%WWWDIR%%/vendor/jfcherng/php-diff/.php-cs-fixer.dist.php
%%WWWDIR%%/vendor/jfcherng/php-diff/.phpstorm.meta.php
%%WWWDIR%%/vendor/jfcherng/php-diff/LICENSE
%%WWWDIR%%/vendor/jfcherng/php-diff/composer.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/DiffHelper.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Differ.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Exception/FileNotFoundException.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Exception/UnsupportedFunctionException.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Factory/LineRendererFactory.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Factory/RendererFactory.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/AbstractRenderer.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Html/AbstractHtml.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Html/Combined.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Html/Inline.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Html/Json.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Html/JsonHtml.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Html/LineRenderer/AbstractLineRenderer.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Html/LineRenderer/Char.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Html/LineRenderer/Line.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Html/LineRenderer/LineRendererInterface.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Html/LineRenderer/None.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Html/LineRenderer/Word.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Html/SideBySide.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/RendererConstant.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/RendererInterface.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Text/AbstractText.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Text/Context.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Text/JsonText.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Renderer/Text/Unified.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Utility/Arr.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Utility/Language.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Utility/ReverseIterator.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/Utility/Str.php
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/bul.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/chs.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/cht.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/deu.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/eng.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/fra.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/ita.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/jpn.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/por.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/rus.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/spa.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/tur.json
%%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/ukr.json
%%WWWDIR%%/vendor/jfcherng/php-mb-string/LICENSE
%%WWWDIR%%/vendor/jfcherng/php-mb-string/composer.json
%%WWWDIR%%/vendor/jfcherng/php-mb-string/src/MbString.php
%%WWWDIR%%/vendor/jfcherng/php-sequence-matcher/.php-cs-fixer.dist.php
%%WWWDIR%%/vendor/jfcherng/php-sequence-matcher/LICENSE
%%WWWDIR%%/vendor/jfcherng/php-sequence-matcher/composer.json
%%WWWDIR%%/vendor/jfcherng/php-sequence-matcher/src/SequenceMatcher.php
%%WWWDIR%%/vendor/paragonie/random_compat/LICENSE
%%WWWDIR%%/vendor/paragonie/random_compat/composer.json
%%WWWDIR%%/vendor/paragonie/random_compat/lib/random.php
%%WWWDIR%%/vendor/paragonie/random_compat/other/build_phar.php
%%WWWDIR%%/vendor/paragonie/random_compat/psalm-autoload.php
%%WWWDIR%%/vendor/predis/predis/LICENSE
%%WWWDIR%%/vendor/predis/predis/autoload.php
%%WWWDIR%%/vendor/predis/predis/composer.json
%%WWWDIR%%/vendor/predis/predis/src/Autoloader.php
%%WWWDIR%%/vendor/predis/predis/src/Client.php
%%WWWDIR%%/vendor/predis/predis/src/ClientContextInterface.php
%%WWWDIR%%/vendor/predis/predis/src/ClientException.php
%%WWWDIR%%/vendor/predis/predis/src/ClientInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Cluster/ClusterStrategy.php
%%WWWDIR%%/vendor/predis/predis/src/Cluster/Distributor/DistributorInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Cluster/Distributor/EmptyRingException.php
%%WWWDIR%%/vendor/predis/predis/src/Cluster/Distributor/HashRing.php
%%WWWDIR%%/vendor/predis/predis/src/Cluster/Distributor/KetamaRing.php
%%WWWDIR%%/vendor/predis/predis/src/Cluster/Hash/CRC16.php
%%WWWDIR%%/vendor/predis/predis/src/Cluster/Hash/HashGeneratorInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Cluster/PredisStrategy.php
%%WWWDIR%%/vendor/predis/predis/src/Cluster/RedisStrategy.php
%%WWWDIR%%/vendor/predis/predis/src/Cluster/StrategyInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Collection/Iterator/CursorBasedIterator.php
%%WWWDIR%%/vendor/predis/predis/src/Collection/Iterator/HashKey.php
%%WWWDIR%%/vendor/predis/predis/src/Collection/Iterator/Keyspace.php
%%WWWDIR%%/vendor/predis/predis/src/Collection/Iterator/ListKey.php
%%WWWDIR%%/vendor/predis/predis/src/Collection/Iterator/SetKey.php
%%WWWDIR%%/vendor/predis/predis/src/Collection/Iterator/SortedSetKey.php
%%WWWDIR%%/vendor/predis/predis/src/Command/Command.php
%%WWWDIR%%/vendor/predis/predis/src/Command/CommandInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ConnectionAuth.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ConnectionEcho.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ConnectionPing.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ConnectionQuit.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ConnectionSelect.php
%%WWWDIR%%/vendor/predis/predis/src/Command/GeospatialGeoAdd.php
%%WWWDIR%%/vendor/predis/predis/src/Command/GeospatialGeoDist.php
%%WWWDIR%%/vendor/predis/predis/src/Command/GeospatialGeoHash.php
%%WWWDIR%%/vendor/predis/predis/src/Command/GeospatialGeoPos.php
%%WWWDIR%%/vendor/predis/predis/src/Command/GeospatialGeoRadius.php
%%WWWDIR%%/vendor/predis/predis/src/Command/GeospatialGeoRadiusByMember.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashDelete.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashExists.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashGet.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashGetAll.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashGetMultiple.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashIncrementBy.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashIncrementByFloat.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashKeys.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashLength.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashScan.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashSet.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashSetMultiple.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashSetPreserve.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashStringLength.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HashValues.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HyperLogLogAdd.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HyperLogLogCount.php
%%WWWDIR%%/vendor/predis/predis/src/Command/HyperLogLogMerge.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyDelete.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyDump.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyExists.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyExpire.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyExpireAt.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyKeys.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyMigrate.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyMove.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyPersist.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyPreciseExpire.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyPreciseExpireAt.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyPreciseTimeToLive.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyRandom.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyRename.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyRenamePreserve.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyRestore.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyScan.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeySort.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyTimeToLive.php
%%WWWDIR%%/vendor/predis/predis/src/Command/KeyType.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListIndex.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListInsert.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListLength.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListPopFirst.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListPopFirstBlocking.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListPopLast.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListPopLastBlocking.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListPopLastPushHead.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListPopLastPushHeadBlocking.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListPushHead.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListPushHeadX.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListPushTail.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListPushTailX.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListRange.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListRemove.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListSet.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ListTrim.php
%%WWWDIR%%/vendor/predis/predis/src/Command/PrefixableCommandInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Command/Processor/KeyPrefixProcessor.php
%%WWWDIR%%/vendor/predis/predis/src/Command/Processor/ProcessorChain.php
%%WWWDIR%%/vendor/predis/predis/src/Command/Processor/ProcessorInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Command/PubSubPublish.php
%%WWWDIR%%/vendor/predis/predis/src/Command/PubSubPubsub.php
%%WWWDIR%%/vendor/predis/predis/src/Command/PubSubSubscribe.php
%%WWWDIR%%/vendor/predis/predis/src/Command/PubSubSubscribeByPattern.php
%%WWWDIR%%/vendor/predis/predis/src/Command/PubSubUnsubscribe.php
%%WWWDIR%%/vendor/predis/predis/src/Command/PubSubUnsubscribeByPattern.php
%%WWWDIR%%/vendor/predis/predis/src/Command/RawCommand.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ScriptCommand.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerBackgroundRewriteAOF.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerBackgroundSave.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerClient.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerCommand.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerConfig.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerDatabaseSize.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerEval.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerEvalSHA.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerFlushAll.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerFlushDatabase.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerInfo.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerInfoV26x.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerLastSave.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerMonitor.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerObject.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerSave.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerScript.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerSentinel.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerShutdown.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerSlaveOf.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerSlowlog.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ServerTime.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetAdd.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetCardinality.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetDifference.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetDifferenceStore.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetIntersection.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetIntersectionStore.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetIsMember.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetMembers.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetMove.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetPop.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetRandomMember.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetRemove.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetScan.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetUnion.php
%%WWWDIR%%/vendor/predis/predis/src/Command/SetUnionStore.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringAppend.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringBitCount.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringBitField.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringBitOp.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringBitPos.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringDecrement.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringDecrementBy.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringGet.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringGetBit.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringGetMultiple.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringGetRange.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringGetSet.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringIncrement.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringIncrementBy.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringIncrementByFloat.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringPreciseSetExpire.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringSet.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringSetBit.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringSetExpire.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringSetMultiple.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringSetMultiplePreserve.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringSetPreserve.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringSetRange.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringStrlen.php
%%WWWDIR%%/vendor/predis/predis/src/Command/StringSubstr.php
%%WWWDIR%%/vendor/predis/predis/src/Command/TransactionDiscard.php
%%WWWDIR%%/vendor/predis/predis/src/Command/TransactionExec.php
%%WWWDIR%%/vendor/predis/predis/src/Command/TransactionMulti.php
%%WWWDIR%%/vendor/predis/predis/src/Command/TransactionUnwatch.php
%%WWWDIR%%/vendor/predis/predis/src/Command/TransactionWatch.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetAdd.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetCardinality.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetCount.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetIncrementBy.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetIntersectionStore.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetLexCount.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetRange.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetRangeByLex.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetRangeByScore.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetRank.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetRemove.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetRemoveRangeByLex.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetRemoveRangeByRank.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetRemoveRangeByScore.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetReverseRange.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetReverseRangeByLex.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetReverseRangeByScore.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetReverseRank.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetScan.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetScore.php
%%WWWDIR%%/vendor/predis/predis/src/Command/ZSetUnionStore.php
%%WWWDIR%%/vendor/predis/predis/src/CommunicationException.php
%%WWWDIR%%/vendor/predis/predis/src/Configuration/ClusterOption.php
%%WWWDIR%%/vendor/predis/predis/src/Configuration/ConnectionFactoryOption.php
%%WWWDIR%%/vendor/predis/predis/src/Configuration/ExceptionsOption.php
%%WWWDIR%%/vendor/predis/predis/src/Configuration/OptionInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Configuration/Options.php
%%WWWDIR%%/vendor/predis/predis/src/Configuration/OptionsInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Configuration/PrefixOption.php
%%WWWDIR%%/vendor/predis/predis/src/Configuration/ProfileOption.php
%%WWWDIR%%/vendor/predis/predis/src/Configuration/ReplicationOption.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/AbstractConnection.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/Aggregate/ClusterInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/Aggregate/MasterSlaveReplication.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/Aggregate/PredisCluster.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/Aggregate/RedisCluster.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/Aggregate/ReplicationInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/Aggregate/SentinelReplication.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/AggregateConnectionInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/CompositeConnectionInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/CompositeStreamConnection.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/ConnectionException.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/ConnectionInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/Factory.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/FactoryInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/NodeConnectionInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/Parameters.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/ParametersInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/PhpiredisSocketConnection.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/PhpiredisStreamConnection.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/StreamConnection.php
%%WWWDIR%%/vendor/predis/predis/src/Connection/WebdisConnection.php
%%WWWDIR%%/vendor/predis/predis/src/Monitor/Consumer.php
%%WWWDIR%%/vendor/predis/predis/src/NotSupportedException.php
%%WWWDIR%%/vendor/predis/predis/src/Pipeline/Atomic.php
%%WWWDIR%%/vendor/predis/predis/src/Pipeline/ConnectionErrorProof.php
%%WWWDIR%%/vendor/predis/predis/src/Pipeline/FireAndForget.php
%%WWWDIR%%/vendor/predis/predis/src/Pipeline/Pipeline.php
%%WWWDIR%%/vendor/predis/predis/src/PredisException.php
%%WWWDIR%%/vendor/predis/predis/src/Profile/Factory.php
%%WWWDIR%%/vendor/predis/predis/src/Profile/ProfileInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Profile/RedisProfile.php
%%WWWDIR%%/vendor/predis/predis/src/Profile/RedisUnstable.php
%%WWWDIR%%/vendor/predis/predis/src/Profile/RedisVersion200.php
%%WWWDIR%%/vendor/predis/predis/src/Profile/RedisVersion220.php
%%WWWDIR%%/vendor/predis/predis/src/Profile/RedisVersion240.php
%%WWWDIR%%/vendor/predis/predis/src/Profile/RedisVersion260.php
%%WWWDIR%%/vendor/predis/predis/src/Profile/RedisVersion280.php
%%WWWDIR%%/vendor/predis/predis/src/Profile/RedisVersion300.php
%%WWWDIR%%/vendor/predis/predis/src/Profile/RedisVersion320.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/ProtocolException.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/ProtocolProcessorInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/RequestSerializerInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/ResponseReaderInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/CompositeProtocolProcessor.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/Handler/BulkResponse.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/Handler/ErrorResponse.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/Handler/IntegerResponse.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/Handler/MultiBulkResponse.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/Handler/ResponseHandlerInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/Handler/StatusResponse.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/Handler/StreamableMultiBulkResponse.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/ProtocolProcessor.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/RequestSerializer.php
%%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/ResponseReader.php
%%WWWDIR%%/vendor/predis/predis/src/PubSub/AbstractConsumer.php
%%WWWDIR%%/vendor/predis/predis/src/PubSub/Consumer.php
%%WWWDIR%%/vendor/predis/predis/src/PubSub/DispatcherLoop.php
%%WWWDIR%%/vendor/predis/predis/src/Replication/MissingMasterException.php
%%WWWDIR%%/vendor/predis/predis/src/Replication/ReplicationStrategy.php
%%WWWDIR%%/vendor/predis/predis/src/Replication/RoleException.php
%%WWWDIR%%/vendor/predis/predis/src/Response/Error.php
%%WWWDIR%%/vendor/predis/predis/src/Response/ErrorInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Response/Iterator/MultiBulk.php
%%WWWDIR%%/vendor/predis/predis/src/Response/Iterator/MultiBulkIterator.php
%%WWWDIR%%/vendor/predis/predis/src/Response/Iterator/MultiBulkTuple.php
%%WWWDIR%%/vendor/predis/predis/src/Response/ResponseInterface.php
%%WWWDIR%%/vendor/predis/predis/src/Response/ServerException.php
%%WWWDIR%%/vendor/predis/predis/src/Response/Status.php
%%WWWDIR%%/vendor/predis/predis/src/Session/Handler.php
%%WWWDIR%%/vendor/predis/predis/src/Transaction/AbortedMultiExecException.php
%%WWWDIR%%/vendor/predis/predis/src/Transaction/MultiExec.php
%%WWWDIR%%/vendor/predis/predis/src/Transaction/MultiExecState.php
%%WWWDIR%%/vendor/psr/http-message/LICENSE
%%WWWDIR%%/vendor/psr/http-message/composer.json
%%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/ralouphie/getallheaders/LICENSE
%%WWWDIR%%/vendor/ralouphie/getallheaders/composer.json
%%WWWDIR%%/vendor/ralouphie/getallheaders/src/getallheaders.php
%%WWWDIR%%/vendor/ramsey/uuid/LICENSE
%%WWWDIR%%/vendor/ramsey/uuid/composer.json
%%WWWDIR%%/vendor/ramsey/uuid/src/BinaryUtils.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Codec/CodecInterface.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Codec/GuidStringCodec.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Codec/StringCodec.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php
%%WWWDIR%%/vendor/ramsey/uuid/src/DegradedUuid.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/UnsatisfiedDependencyException.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php
%%WWWDIR%%/vendor/ramsey/uuid/src/FeatureSet.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/CombGenerator.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/MtRandGenerator.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/OpenSslGenerator.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/SodiumRandomGenerator.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php
%%WWWDIR%%/vendor/ramsey/uuid/src/Uuid.php
%%WWWDIR%%/vendor/ramsey/uuid/src/UuidFactory.php
%%WWWDIR%%/vendor/ramsey/uuid/src/UuidFactoryInterface.php
%%WWWDIR%%/vendor/ramsey/uuid/src/UuidInterface.php
%%WWWDIR%%/vendor/ramsey/uuid/src/functions.php
%%WWWDIR%%/vendor/react/cache/LICENSE
%%WWWDIR%%/vendor/react/cache/composer.json
%%WWWDIR%%/vendor/react/cache/src/ArrayCache.php
%%WWWDIR%%/vendor/react/cache/src/CacheInterface.php
%%WWWDIR%%/vendor/react/child-process/LICENSE
%%WWWDIR%%/vendor/react/child-process/composer.json
%%WWWDIR%%/vendor/react/child-process/src/Process.php
%%WWWDIR%%/vendor/react/datagram/LICENSE
%%WWWDIR%%/vendor/react/datagram/composer.json
%%WWWDIR%%/vendor/react/datagram/src/Buffer.php
%%WWWDIR%%/vendor/react/datagram/src/Factory.php
%%WWWDIR%%/vendor/react/datagram/src/Socket.php
%%WWWDIR%%/vendor/react/datagram/src/SocketInterface.php
%%WWWDIR%%/vendor/react/dns/LICENSE
%%WWWDIR%%/vendor/react/dns/composer.json
%%WWWDIR%%/vendor/react/dns/src/BadServerException.php
%%WWWDIR%%/vendor/react/dns/src/Config/Config.php
%%WWWDIR%%/vendor/react/dns/src/Config/HostsFile.php
%%WWWDIR%%/vendor/react/dns/src/Model/Message.php
%%WWWDIR%%/vendor/react/dns/src/Model/Record.php
%%WWWDIR%%/vendor/react/dns/src/Protocol/BinaryDumper.php
%%WWWDIR%%/vendor/react/dns/src/Protocol/Parser.php
%%WWWDIR%%/vendor/react/dns/src/Query/CachingExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/CancellationException.php
%%WWWDIR%%/vendor/react/dns/src/Query/CoopExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/ExecutorInterface.php
%%WWWDIR%%/vendor/react/dns/src/Query/FallbackExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/HostsFileExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/Query.php
%%WWWDIR%%/vendor/react/dns/src/Query/RetryExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/SelectiveTransportExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/TcpTransportExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/TimeoutException.php
%%WWWDIR%%/vendor/react/dns/src/Query/TimeoutExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/UdpTransportExecutor.php
%%WWWDIR%%/vendor/react/dns/src/RecordNotFoundException.php
%%WWWDIR%%/vendor/react/dns/src/Resolver/Factory.php
%%WWWDIR%%/vendor/react/dns/src/Resolver/Resolver.php
%%WWWDIR%%/vendor/react/dns/src/Resolver/ResolverInterface.php
%%WWWDIR%%/vendor/react/event-loop/LICENSE
%%WWWDIR%%/vendor/react/event-loop/composer.json
%%WWWDIR%%/vendor/react/event-loop/src/ExtEvLoop.php
%%WWWDIR%%/vendor/react/event-loop/src/ExtEventLoop.php
%%WWWDIR%%/vendor/react/event-loop/src/ExtLibevLoop.php
%%WWWDIR%%/vendor/react/event-loop/src/ExtLibeventLoop.php
%%WWWDIR%%/vendor/react/event-loop/src/ExtUvLoop.php
%%WWWDIR%%/vendor/react/event-loop/src/Factory.php
%%WWWDIR%%/vendor/react/event-loop/src/Loop.php
%%WWWDIR%%/vendor/react/event-loop/src/LoopInterface.php
%%WWWDIR%%/vendor/react/event-loop/src/SignalsHandler.php
%%WWWDIR%%/vendor/react/event-loop/src/StreamSelectLoop.php
%%WWWDIR%%/vendor/react/event-loop/src/Tick/FutureTickQueue.php
%%WWWDIR%%/vendor/react/event-loop/src/Timer/Timer.php
%%WWWDIR%%/vendor/react/event-loop/src/Timer/Timers.php
%%WWWDIR%%/vendor/react/event-loop/src/TimerInterface.php
%%WWWDIR%%/vendor/react/http-client/LICENSE
%%WWWDIR%%/vendor/react/http-client/composer.json
%%WWWDIR%%/vendor/react/http-client/src/ChunkedStreamDecoder.php
%%WWWDIR%%/vendor/react/http-client/src/Client.php
%%WWWDIR%%/vendor/react/http-client/src/Request.php
%%WWWDIR%%/vendor/react/http-client/src/RequestData.php
%%WWWDIR%%/vendor/react/http-client/src/Response.php
%%WWWDIR%%/vendor/react/http/LICENSE
%%WWWDIR%%/vendor/react/http/composer.json
%%WWWDIR%%/vendor/react/http/src/Browser.php
%%WWWDIR%%/vendor/react/http/src/Client/Client.php
%%WWWDIR%%/vendor/react/http/src/Client/Request.php
%%WWWDIR%%/vendor/react/http/src/Client/RequestData.php
%%WWWDIR%%/vendor/react/http/src/HttpServer.php
%%WWWDIR%%/vendor/react/http/src/Io/BufferedBody.php
%%WWWDIR%%/vendor/react/http/src/Io/ChunkedDecoder.php
%%WWWDIR%%/vendor/react/http/src/Io/ChunkedEncoder.php
%%WWWDIR%%/vendor/react/http/src/Io/CloseProtectionStream.php
%%WWWDIR%%/vendor/react/http/src/Io/EmptyBodyStream.php
%%WWWDIR%%/vendor/react/http/src/Io/HttpBodyStream.php
%%WWWDIR%%/vendor/react/http/src/Io/IniUtil.php
%%WWWDIR%%/vendor/react/http/src/Io/LengthLimitedStream.php
%%WWWDIR%%/vendor/react/http/src/Io/MiddlewareRunner.php
%%WWWDIR%%/vendor/react/http/src/Io/MultipartParser.php
%%WWWDIR%%/vendor/react/http/src/Io/PauseBufferStream.php
%%WWWDIR%%/vendor/react/http/src/Io/ReadableBodyStream.php
%%WWWDIR%%/vendor/react/http/src/Io/RequestHeaderParser.php
%%WWWDIR%%/vendor/react/http/src/Io/Sender.php
%%WWWDIR%%/vendor/react/http/src/Io/StreamingServer.php
%%WWWDIR%%/vendor/react/http/src/Io/Transaction.php
%%WWWDIR%%/vendor/react/http/src/Io/UploadedFile.php
%%WWWDIR%%/vendor/react/http/src/Message/Response.php
%%WWWDIR%%/vendor/react/http/src/Message/ResponseException.php
%%WWWDIR%%/vendor/react/http/src/Message/ServerRequest.php
%%WWWDIR%%/vendor/react/http/src/Middleware/LimitConcurrentRequestsMiddleware.php
%%WWWDIR%%/vendor/react/http/src/Middleware/RequestBodyBufferMiddleware.php
%%WWWDIR%%/vendor/react/http/src/Middleware/RequestBodyParserMiddleware.php
%%WWWDIR%%/vendor/react/http/src/Middleware/StreamingRequestMiddleware.php
%%WWWDIR%%/vendor/react/http/src/Server.php
%%WWWDIR%%/vendor/react/promise-stream/LICENSE
%%WWWDIR%%/vendor/react/promise-stream/composer.json
%%WWWDIR%%/vendor/react/promise-stream/src/UnwrapReadableStream.php
%%WWWDIR%%/vendor/react/promise-stream/src/UnwrapWritableStream.php
%%WWWDIR%%/vendor/react/promise-stream/src/functions.php
%%WWWDIR%%/vendor/react/promise-stream/src/functions_include.php
%%WWWDIR%%/vendor/react/promise-timer/LICENSE
%%WWWDIR%%/vendor/react/promise-timer/composer.json
%%WWWDIR%%/vendor/react/promise-timer/src/TimeoutException.php
%%WWWDIR%%/vendor/react/promise-timer/src/functions.php
%%WWWDIR%%/vendor/react/promise-timer/src/functions_include.php
%%WWWDIR%%/vendor/react/promise/LICENSE
%%WWWDIR%%/vendor/react/promise/composer.json
%%WWWDIR%%/vendor/react/promise/src/CancellablePromiseInterface.php
%%WWWDIR%%/vendor/react/promise/src/CancellationQueue.php
%%WWWDIR%%/vendor/react/promise/src/Deferred.php
%%WWWDIR%%/vendor/react/promise/src/Exception/LengthException.php
%%WWWDIR%%/vendor/react/promise/src/ExtendedPromiseInterface.php
%%WWWDIR%%/vendor/react/promise/src/FulfilledPromise.php
%%WWWDIR%%/vendor/react/promise/src/LazyPromise.php
%%WWWDIR%%/vendor/react/promise/src/Promise.php
%%WWWDIR%%/vendor/react/promise/src/PromiseInterface.php
%%WWWDIR%%/vendor/react/promise/src/PromisorInterface.php
%%WWWDIR%%/vendor/react/promise/src/RejectedPromise.php
%%WWWDIR%%/vendor/react/promise/src/UnhandledRejectionException.php
%%WWWDIR%%/vendor/react/promise/src/functions.php
%%WWWDIR%%/vendor/react/promise/src/functions_include.php
%%WWWDIR%%/vendor/react/socket/LICENSE
%%WWWDIR%%/vendor/react/socket/composer.json
%%WWWDIR%%/vendor/react/socket/src/Connection.php
%%WWWDIR%%/vendor/react/socket/src/ConnectionInterface.php
%%WWWDIR%%/vendor/react/socket/src/Connector.php
%%WWWDIR%%/vendor/react/socket/src/ConnectorInterface.php
%%WWWDIR%%/vendor/react/socket/src/DnsConnector.php
%%WWWDIR%%/vendor/react/socket/src/FdServer.php
%%WWWDIR%%/vendor/react/socket/src/FixedUriConnector.php
%%WWWDIR%%/vendor/react/socket/src/HappyEyeBallsConnectionBuilder.php
%%WWWDIR%%/vendor/react/socket/src/HappyEyeBallsConnector.php
%%WWWDIR%%/vendor/react/socket/src/LimitingServer.php
%%WWWDIR%%/vendor/react/socket/src/SecureConnector.php
%%WWWDIR%%/vendor/react/socket/src/SecureServer.php
%%WWWDIR%%/vendor/react/socket/src/Server.php
%%WWWDIR%%/vendor/react/socket/src/ServerInterface.php
%%WWWDIR%%/vendor/react/socket/src/SocketServer.php
%%WWWDIR%%/vendor/react/socket/src/StreamEncryption.php
%%WWWDIR%%/vendor/react/socket/src/TcpConnector.php
%%WWWDIR%%/vendor/react/socket/src/TcpServer.php
%%WWWDIR%%/vendor/react/socket/src/TimeoutConnector.php
%%WWWDIR%%/vendor/react/socket/src/UnixConnector.php
%%WWWDIR%%/vendor/react/socket/src/UnixServer.php
%%WWWDIR%%/vendor/react/stream/LICENSE
%%WWWDIR%%/vendor/react/stream/composer.json
%%WWWDIR%%/vendor/react/stream/src/CompositeStream.php
%%WWWDIR%%/vendor/react/stream/src/DuplexResourceStream.php
%%WWWDIR%%/vendor/react/stream/src/DuplexStreamInterface.php
%%WWWDIR%%/vendor/react/stream/src/ReadableResourceStream.php
%%WWWDIR%%/vendor/react/stream/src/ReadableStreamInterface.php
%%WWWDIR%%/vendor/react/stream/src/ThroughStream.php
%%WWWDIR%%/vendor/react/stream/src/Util.php
%%WWWDIR%%/vendor/react/stream/src/WritableResourceStream.php
%%WWWDIR%%/vendor/react/stream/src/WritableStreamInterface.php
%%WWWDIR%%/vendor/ringcentral/psr7/LICENSE
%%WWWDIR%%/vendor/ringcentral/psr7/composer.json
%%WWWDIR%%/vendor/ringcentral/psr7/src/AppendStream.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/BufferStream.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/CachingStream.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/DroppingStream.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/FnStream.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/InflateStream.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/LazyOpenStream.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/LimitStream.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/MessageTrait.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/MultipartStream.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/NoSeekStream.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/PumpStream.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/Request.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/Response.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/ServerRequest.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/Stream.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/StreamDecoratorTrait.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/StreamWrapper.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/Uri.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/functions.php
%%WWWDIR%%/vendor/ringcentral/psr7/src/functions_include.php
%%WWWDIR%%/vendor/symfony/polyfill-ctype/Ctype.php
%%WWWDIR%%/vendor/symfony/polyfill-ctype/LICENSE
%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap.php
%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap80.php
%%WWWDIR%%/vendor/symfony/polyfill-ctype/composer.json
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Idn.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Info.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/LICENSE
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/bootstrap.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/bootstrap80.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/composer.json
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/LICENSE
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Normalizer.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/composer.json
%%WWWDIR%%/vendor/symfony/polyfill-php72/LICENSE
%%WWWDIR%%/vendor/symfony/polyfill-php72/Php72.php
%%WWWDIR%%/vendor/symfony/polyfill-php72/bootstrap.php
%%WWWDIR%%/vendor/symfony/polyfill-php72/composer.json