git: 1f480df15235 - main - www/webtrees22: Update to 2.2.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Oct 2025 12:54:03 UTC
The branch main has been updated by uzsolt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f480df15235f7aa52fa8382037f668733f5aafb
commit 1f480df15235f7aa52fa8382037f668733f5aafb
Author: Krzysztof <ports@bsdserwis.com>
AuthorDate: 2025-10-07 12:51:49 +0000
Commit: Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-10-07 12:53:51 +0000
www/webtrees22: Update to 2.2.4
Changelog:
https://webtrees.net/blog/2025/08/04/new-webtrees-release-2-2-4.html
PR: 289000
Approved by: submitter is maintainer
---
www/webtrees22/Makefile | 5 +-
www/webtrees22/distinfo | 6 +-
www/webtrees22/pkg-plist | 1022 +++++-----------------------------------------
3 files changed, 108 insertions(+), 925 deletions(-)
diff --git a/www/webtrees22/Makefile b/www/webtrees22/Makefile
index f2fae14cd8a1..7a18bae595af 100644
--- a/www/webtrees22/Makefile
+++ b/www/webtrees22/Makefile
@@ -1,5 +1,5 @@
PORTNAME= webtrees
-DISTVERSION= 2.2.1
+DISTVERSION= 2.2.4
CATEGORIES= www
MASTER_SITES= https://github.com/fisharebest/${PORTNAME}/releases/download/${PORTVERSION}/
PKGNAMESUFFIX= 22${PHP_PKGNAMESUFFIX}
@@ -32,7 +32,8 @@ OPTIONS_DEFINE= DOCS
do-install:
-${MKDIR} ${STAGEDIR}${WWWDIR}
- @cd ${WRKSRC}/${PORTNAME} && ${COPYTREE_BIN} . ${STAGEDIR}${WWWDIR} "! -name *\.md"
+ @cd ${WRKSRC}/${PORTNAME} && ${COPYTREE_BIN} . ${STAGEDIR}${WWWDIR} "! -name *\.md" \
+ "! -name .DS_Store"
@(cd ${WRKSRC}/${PORTNAME}; ${FIND} . -not -type d) | ${SORT} | \
${SED} -ne 's,^${PORTNAME}/,${WWWDIR_REL}/,p' >> ${TMPPLIST}
@${ECHO_CMD} \
diff --git a/www/webtrees22/distinfo b/www/webtrees22/distinfo
index fe5b5373fddd..65b56e844f48 100644
--- a/www/webtrees22/distinfo
+++ b/www/webtrees22/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1733337659
-SHA256 (webtrees-2.2.1.zip) = f500d7e839441a71cae10d8c81bb7f6c4753e3885b40f3d954f575971e27ef42
-SIZE (webtrees-2.2.1.zip) = 34116725
+TIMESTAMP = 1755802453
+SHA256 (webtrees-2.2.4.zip) = dd42701d1c6b751cae426ed318c80c30710aeca4fb3c7157bbb75bdbe0a4db45
+SIZE (webtrees-2.2.4.zip) = 32114773
diff --git a/www/webtrees22/pkg-plist b/www/webtrees22/pkg-plist
index 2b3add5d515c..d82dd6f68e9d 100644
--- a/www/webtrees22/pkg-plist
+++ b/www/webtrees22/pkg-plist
@@ -198,12 +198,21 @@
%%WWWDIR%%/app/Census/RegisterOfEngland1939.php
%%WWWDIR%%/app/Census/RegisterOfScotland1939.php
%%WWWDIR%%/app/Census/RegisterOfWales1939.php
+%%WWWDIR%%/app/Cli/Commands/AbstractCommand.php
%%WWWDIR%%/app/Cli/Commands/CompilePoFiles.php
+%%WWWDIR%%/app/Cli/Commands/ConfigIni.php
+%%WWWDIR%%/app/Cli/Commands/SiteOffline.php
+%%WWWDIR%%/app/Cli/Commands/SiteOnline.php
+%%WWWDIR%%/app/Cli/Commands/SiteSetting.php
%%WWWDIR%%/app/Cli/Commands/TreeCreate.php
%%WWWDIR%%/app/Cli/Commands/TreeExport.php
+%%WWWDIR%%/app/Cli/Commands/TreeImport.php
%%WWWDIR%%/app/Cli/Commands/TreeList.php
+%%WWWDIR%%/app/Cli/Commands/TreeSetting.php
%%WWWDIR%%/app/Cli/Commands/UserCreate.php
%%WWWDIR%%/app/Cli/Commands/UserList.php
+%%WWWDIR%%/app/Cli/Commands/UserSetting.php
+%%WWWDIR%%/app/Cli/Commands/UserTreeSetting.php
%%WWWDIR%%/app/Cli/Console.php
%%WWWDIR%%/app/ColorGenerator.php
%%WWWDIR%%/app/CommonMark/CensusTableContinueParser.php
@@ -552,6 +561,7 @@
%%WWWDIR%%/app/Header.php
%%WWWDIR%%/app/Helpers/functions.php
%%WWWDIR%%/app/Html.php
+%%WWWDIR%%/app/Http/Dispatcher.php
%%WWWDIR%%/app/Http/Exceptions/HttpAccessDeniedException.php
%%WWWDIR%%/app/Http/Exceptions/HttpBadRequestException.php
%%WWWDIR%%/app/Http/Exceptions/HttpException.php
@@ -566,6 +576,7 @@
%%WWWDIR%%/app/Http/Middleware/AuthManager.php
%%WWWDIR%%/app/Http/Middleware/AuthMember.php
%%WWWDIR%%/app/Http/Middleware/AuthModerator.php
+%%WWWDIR%%/app/Http/Middleware/AuthNotRobot.php
%%WWWDIR%%/app/Http/Middleware/BadBotBlocker.php
%%WWWDIR%%/app/Http/Middleware/BaseUrl.php
%%WWWDIR%%/app/Http/Middleware/BootModules.php
@@ -580,7 +591,6 @@
%%WWWDIR%%/app/Http/Middleware/ErrorHandler.php
%%WWWDIR%%/app/Http/Middleware/HandleExceptions.php
%%WWWDIR%%/app/Http/Middleware/LoadRoutes.php
-%%WWWDIR%%/app/Http/Middleware/NoRouteFound.php
%%WWWDIR%%/app/Http/Middleware/PublicFiles.php
%%WWWDIR%%/app/Http/Middleware/ReadConfigIni.php
%%WWWDIR%%/app/Http/Middleware/RegisterGedcomTags.php
@@ -780,6 +790,7 @@
%%WWWDIR%%/app/Http/RequestHandlers/ModulesThemesAction.php
%%WWWDIR%%/app/Http/RequestHandlers/ModulesThemesPage.php
%%WWWDIR%%/app/Http/RequestHandlers/NotePage.php
+%%WWWDIR%%/app/Http/RequestHandlers/NotFound.php
%%WWWDIR%%/app/Http/RequestHandlers/PasswordRequestAction.php
%%WWWDIR%%/app/Http/RequestHandlers/PasswordRequestPage.php
%%WWWDIR%%/app/Http/RequestHandlers/PasswordResetAction.php
@@ -999,7 +1010,7 @@
%%WWWDIR%%/app/Module/GeonamesAutocomplete.php
%%WWWDIR%%/app/Module/GoogleAnalyticsModule.php
%%WWWDIR%%/app/Module/GoogleMaps.php
-%%WWWDIR%%/app/Module/GoogleWebmasterToolsModule.php
+%%WWWDIR%%/app/Module/GoogleSearchConsole.php
%%WWWDIR%%/app/Module/HereMaps.php
%%WWWDIR%%/app/Module/HitCountFooterModule.php
%%WWWDIR%%/app/Module/HourglassChartModule.php
@@ -1014,6 +1025,7 @@
%%WWWDIR%%/app/Module/LanguageAfrikaans.php
%%WWWDIR%%/app/Module/LanguageAlbanian.php
%%WWWDIR%%/app/Module/LanguageArabic.php
+%%WWWDIR%%/app/Module/LanguageArmenian.php
%%WWWDIR%%/app/Module/LanguageBasque.php
%%WWWDIR%%/app/Module/LanguageBosnian.php
%%WWWDIR%%/app/Module/LanguageBulgarian.php
@@ -1300,12 +1312,15 @@
%%WWWDIR%%/app/Services/IndividualFactsService.php
%%WWWDIR%%/app/Services/LeafletJsService.php
%%WWWDIR%%/app/Services/LinkedRecordService.php
+%%WWWDIR%%/app/Services/MaintenanceModeService.php
%%WWWDIR%%/app/Services/MapDataService.php
%%WWWDIR%%/app/Services/MediaFileService.php
%%WWWDIR%%/app/Services/MessageService.php
%%WWWDIR%%/app/Services/MigrationService.php
%%WWWDIR%%/app/Services/ModuleService.php
+%%WWWDIR%%/app/Services/NetworkService.php
%%WWWDIR%%/app/Services/PendingChangesService.php
+%%WWWDIR%%/app/Services/PhpService.php
%%WWWDIR%%/app/Services/RateLimitService.php
%%WWWDIR%%/app/Services/RelationshipService.php
%%WWWDIR%%/app/Services/RomanNumeralsService.php
@@ -1323,58 +1338,10 @@
%%WWWDIR%%/app/SiteUser.php
%%WWWDIR%%/app/Soundex.php
%%WWWDIR%%/app/Source.php
-%%WWWDIR%%/app/Statistics/Google/ChartAge.php
-%%WWWDIR%%/app/Statistics/Google/ChartBirth.php
-%%WWWDIR%%/app/Statistics/Google/ChartChildren.php
-%%WWWDIR%%/app/Statistics/Google/ChartCommonGiven.php
-%%WWWDIR%%/app/Statistics/Google/ChartCommonSurname.php
-%%WWWDIR%%/app/Statistics/Google/ChartDeath.php
-%%WWWDIR%%/app/Statistics/Google/ChartDistribution.php
-%%WWWDIR%%/app/Statistics/Google/ChartDivorce.php
-%%WWWDIR%%/app/Statistics/Google/ChartFamilyLargest.php
-%%WWWDIR%%/app/Statistics/Google/ChartFamilyWithSources.php
-%%WWWDIR%%/app/Statistics/Google/ChartIndividualWithSources.php
-%%WWWDIR%%/app/Statistics/Google/ChartMarriage.php
-%%WWWDIR%%/app/Statistics/Google/ChartMarriageAge.php
-%%WWWDIR%%/app/Statistics/Google/ChartMedia.php
-%%WWWDIR%%/app/Statistics/Google/ChartMortality.php
-%%WWWDIR%%/app/Statistics/Google/ChartNoChildrenFamilies.php
-%%WWWDIR%%/app/Statistics/Google/ChartSex.php
-%%WWWDIR%%/app/Statistics/Repository/BrowserRepository.php
-%%WWWDIR%%/app/Statistics/Repository/ContactRepository.php
-%%WWWDIR%%/app/Statistics/Repository/EventRepository.php
-%%WWWDIR%%/app/Statistics/Repository/FamilyDatesRepository.php
-%%WWWDIR%%/app/Statistics/Repository/FamilyRepository.php
-%%WWWDIR%%/app/Statistics/Repository/FavoritesRepository.php
-%%WWWDIR%%/app/Statistics/Repository/GedcomRepository.php
-%%WWWDIR%%/app/Statistics/Repository/HitCountRepository.php
-%%WWWDIR%%/app/Statistics/Repository/IndividualRepository.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/BrowserRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/ContactRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/EventRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/FamilyDatesRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/FavoritesRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/GedcomRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/HitCountRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/IndividualRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/LatestUserRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/MediaRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/MessageRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/NewsRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/PlaceRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/ServerRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/Interfaces/UserRepositoryInterface.php
-%%WWWDIR%%/app/Statistics/Repository/LatestUserRepository.php
-%%WWWDIR%%/app/Statistics/Repository/MediaRepository.php
-%%WWWDIR%%/app/Statistics/Repository/MessageRepository.php
-%%WWWDIR%%/app/Statistics/Repository/NewsRepository.php
-%%WWWDIR%%/app/Statistics/Repository/PlaceRepository.php
-%%WWWDIR%%/app/Statistics/Repository/ServerRepository.php
-%%WWWDIR%%/app/Statistics/Repository/UserRepository.php
-%%WWWDIR%%/app/Statistics/Service/CenturyService.php
-%%WWWDIR%%/app/Statistics/Service/ColorService.php
%%WWWDIR%%/app/Statistics/Service/CountryService.php
%%WWWDIR%%/app/Statistics.php
+%%WWWDIR%%/app/StatisticsData.php
+%%WWWDIR%%/app/StatisticsFormat.php
%%WWWDIR%%/app/Submission.php
%%WWWDIR%%/app/Submitter.php
%%WWWDIR%%/app/SurnameTradition/DefaultSurnameTradition.php
@@ -1824,6 +1791,7 @@
%%WWWDIR%%/resources/lang/hi/messages.php
%%WWWDIR%%/resources/lang/hr/messages.php
%%WWWDIR%%/resources/lang/hu/messages.php
+%%WWWDIR%%/resources/lang/hy/messages.php
%%WWWDIR%%/resources/lang/id/messages.php
%%WWWDIR%%/resources/lang/is/messages.php
%%WWWDIR%%/resources/lang/it/messages.php
@@ -2043,6 +2011,7 @@
%%WWWDIR%%/resources/views/help/romanized.phtml
%%WWWDIR%%/resources/views/help/source-events.phtml
%%WWWDIR%%/resources/views/help/surname.phtml
+%%WWWDIR%%/resources/views/icons/account.phtml
%%WWWDIR%%/resources/views/icons/add.phtml
%%WWWDIR%%/resources/views/icons/analytics.phtml
%%WWWDIR%%/resources/views/icons/anniversary.phtml
@@ -2524,6 +2493,7 @@
%%WWWDIR%%/vendor/bin/vobject
%%WWWDIR%%/vendor/brick/math/composer.json
%%WWWDIR%%/vendor/brick/math/LICENSE
+%%WWWDIR%%/vendor/brick/math/psalm-baseline.xml
%%WWWDIR%%/vendor/brick/math/src/BigDecimal.php
%%WWWDIR%%/vendor/brick/math/src/BigInteger.php
%%WWWDIR%%/vendor/brick/math/src/BigNumber.php
@@ -4939,12 +4909,14 @@
%%WWWDIR%%/vendor/illuminate/collections/Collection.php
%%WWWDIR%%/vendor/illuminate/collections/composer.json
%%WWWDIR%%/vendor/illuminate/collections/Enumerable.php
+%%WWWDIR%%/vendor/illuminate/collections/functions.php
%%WWWDIR%%/vendor/illuminate/collections/helpers.php
%%WWWDIR%%/vendor/illuminate/collections/HigherOrderCollectionProxy.php
%%WWWDIR%%/vendor/illuminate/collections/ItemNotFoundException.php
%%WWWDIR%%/vendor/illuminate/collections/LazyCollection.php
%%WWWDIR%%/vendor/illuminate/collections/MultipleItemsFoundException.php
%%WWWDIR%%/vendor/illuminate/collections/Traits/EnumeratesValues.php
+%%WWWDIR%%/vendor/illuminate/collections/Traits/TransformsToResourceCollection.php
%%WWWDIR%%/vendor/illuminate/conditionable/composer.json
%%WWWDIR%%/vendor/illuminate/conditionable/HigherOrderWhenProxy.php
%%WWWDIR%%/vendor/illuminate/conditionable/Traits/Conditionable.php
@@ -4952,11 +4924,15 @@
%%WWWDIR%%/vendor/illuminate/container/Attributes/Authenticated.php
%%WWWDIR%%/vendor/illuminate/container/Attributes/Cache.php
%%WWWDIR%%/vendor/illuminate/container/Attributes/Config.php
+%%WWWDIR%%/vendor/illuminate/container/Attributes/Context.php
%%WWWDIR%%/vendor/illuminate/container/Attributes/CurrentUser.php
%%WWWDIR%%/vendor/illuminate/container/Attributes/Database.php
%%WWWDIR%%/vendor/illuminate/container/Attributes/DB.php
+%%WWWDIR%%/vendor/illuminate/container/Attributes/Give.php
%%WWWDIR%%/vendor/illuminate/container/Attributes/Log.php
%%WWWDIR%%/vendor/illuminate/container/Attributes/RouteParameter.php
+%%WWWDIR%%/vendor/illuminate/container/Attributes/Scoped.php
+%%WWWDIR%%/vendor/illuminate/container/Attributes/Singleton.php
%%WWWDIR%%/vendor/illuminate/container/Attributes/Storage.php
%%WWWDIR%%/vendor/illuminate/container/Attributes/Tag.php
%%WWWDIR%%/vendor/illuminate/container/BoundMethod.php
@@ -4985,6 +4961,7 @@
%%WWWDIR%%/vendor/illuminate/contracts/Broadcasting/ShouldBeUnique.php
%%WWWDIR%%/vendor/illuminate/contracts/Broadcasting/ShouldBroadcast.php
%%WWWDIR%%/vendor/illuminate/contracts/Broadcasting/ShouldBroadcastNow.php
+%%WWWDIR%%/vendor/illuminate/contracts/Broadcasting/ShouldRescue.php
%%WWWDIR%%/vendor/illuminate/contracts/Bus/Dispatcher.php
%%WWWDIR%%/vendor/illuminate/contracts/Bus/QueueingDispatcher.php
%%WWWDIR%%/vendor/illuminate/contracts/Cache/Factory.php
@@ -5011,6 +4988,7 @@
%%WWWDIR%%/vendor/illuminate/contracts/Database/Eloquent/Castable.php
%%WWWDIR%%/vendor/illuminate/contracts/Database/Eloquent/CastsAttributes.php
%%WWWDIR%%/vendor/illuminate/contracts/Database/Eloquent/CastsInboundAttributes.php
+%%WWWDIR%%/vendor/illuminate/contracts/Database/Eloquent/ComparesCastableAttributes.php
%%WWWDIR%%/vendor/illuminate/contracts/Database/Eloquent/DeviatesCastableAttributes.php
%%WWWDIR%%/vendor/illuminate/contracts/Database/Eloquent/SerializesCastableAttributes.php
%%WWWDIR%%/vendor/illuminate/contracts/Database/Eloquent/SupportsPartialRelations.php
@@ -5040,6 +5018,7 @@
%%WWWDIR%%/vendor/illuminate/contracts/Foundation/MaintenanceMode.php
%%WWWDIR%%/vendor/illuminate/contracts/Hashing/Hasher.php
%%WWWDIR%%/vendor/illuminate/contracts/Http/Kernel.php
+%%WWWDIR%%/vendor/illuminate/contracts/Log/ContextLogProcessor.php
%%WWWDIR%%/vendor/illuminate/contracts/Mail/Attachable.php
%%WWWDIR%%/vendor/illuminate/contracts/Mail/Factory.php
%%WWWDIR%%/vendor/illuminate/contracts/Mail/Mailable.php
@@ -5083,6 +5062,7 @@
%%WWWDIR%%/vendor/illuminate/contracts/Support/CanBeEscapedWhenCastToString.php
%%WWWDIR%%/vendor/illuminate/contracts/Support/DeferrableProvider.php
%%WWWDIR%%/vendor/illuminate/contracts/Support/DeferringDisplayableValue.php
+%%WWWDIR%%/vendor/illuminate/contracts/Support/HasOnceHash.php
%%WWWDIR%%/vendor/illuminate/contracts/Support/Htmlable.php
%%WWWDIR%%/vendor/illuminate/contracts/Support/Jsonable.php
%%WWWDIR%%/vendor/illuminate/contracts/Support/MessageBag.php
@@ -5093,6 +5073,7 @@
%%WWWDIR%%/vendor/illuminate/contracts/Translation/HasLocalePreference.php
%%WWWDIR%%/vendor/illuminate/contracts/Translation/Loader.php
%%WWWDIR%%/vendor/illuminate/contracts/Translation/Translator.php
+%%WWWDIR%%/vendor/illuminate/contracts/Validation/CompilableRules.php
%%WWWDIR%%/vendor/illuminate/contracts/Validation/DataAwareRule.php
%%WWWDIR%%/vendor/illuminate/contracts/Validation/Factory.php
%%WWWDIR%%/vendor/illuminate/contracts/Validation/ImplicitRule.php
@@ -5111,6 +5092,7 @@
%%WWWDIR%%/vendor/illuminate/database/ClassMorphViolationException.php
%%WWWDIR%%/vendor/illuminate/database/composer.json
%%WWWDIR%%/vendor/illuminate/database/Concerns/BuildsQueries.php
+%%WWWDIR%%/vendor/illuminate/database/Concerns/BuildsWhereDateClauses.php
%%WWWDIR%%/vendor/illuminate/database/Concerns/CompilesJsonPaths.php
%%WWWDIR%%/vendor/illuminate/database/Concerns/ExplainsQueries.php
%%WWWDIR%%/vendor/illuminate/database/Concerns/ManagesTransactions.php
@@ -5162,7 +5144,11 @@
%%WWWDIR%%/vendor/illuminate/database/DetectsLostConnections.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Attributes/CollectedBy.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Attributes/ObservedBy.php
+%%WWWDIR%%/vendor/illuminate/database/Eloquent/Attributes/Scope.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Attributes/ScopedBy.php
+%%WWWDIR%%/vendor/illuminate/database/Eloquent/Attributes/UseEloquentBuilder.php
+%%WWWDIR%%/vendor/illuminate/database/Eloquent/Attributes/UseFactory.php
+%%WWWDIR%%/vendor/illuminate/database/Eloquent/Attributes/UsePolicy.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/BroadcastableModelEventOccurred.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/BroadcastsEvents.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/BroadcastsEventsAfterCommit.php
@@ -5174,7 +5160,10 @@
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Casts/AsEncryptedCollection.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Casts/AsEnumArrayObject.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Casts/AsEnumCollection.php
+%%WWWDIR%%/vendor/illuminate/database/Eloquent/Casts/AsFluent.php
+%%WWWDIR%%/vendor/illuminate/database/Eloquent/Casts/AsHtmlString.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Casts/AsStringable.php
+%%WWWDIR%%/vendor/illuminate/database/Eloquent/Casts/AsUri.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Casts/Attribute.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Casts/Json.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Collection.php
@@ -5188,10 +5177,11 @@
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Concerns/HasUniqueIds.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Concerns/HasUniqueStringIds.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Concerns/HasUuids.php
-%%WWWDIR%%/vendor/illuminate/database/Eloquent/Concerns/HasVersion7Uuids.php
+%%WWWDIR%%/vendor/illuminate/database/Eloquent/Concerns/HasVersion4Uuids.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Concerns/HidesAttributes.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Concerns/PreventsCircularRecursion.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Concerns/QueriesRelationships.php
+%%WWWDIR%%/vendor/illuminate/database/Eloquent/Concerns/TransformsToResource.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Factories/BelongsToManyRelationship.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Factories/BelongsToRelationship.php
%%WWWDIR%%/vendor/illuminate/database/Eloquent/Factories/CrossJoinSequence.php
@@ -5248,6 +5238,7 @@
%%WWWDIR%%/vendor/illuminate/database/Events/MigrationEvent.php
%%WWWDIR%%/vendor/illuminate/database/Events/MigrationsEnded.php
%%WWWDIR%%/vendor/illuminate/database/Events/MigrationsEvent.php
+%%WWWDIR%%/vendor/illuminate/database/Events/MigrationsPruned.php
%%WWWDIR%%/vendor/illuminate/database/Events/MigrationsStarted.php
%%WWWDIR%%/vendor/illuminate/database/Events/MigrationStarted.php
%%WWWDIR%%/vendor/illuminate/database/Events/ModelPruningFinished.php
@@ -5270,6 +5261,7 @@
%%WWWDIR%%/vendor/illuminate/database/Migrations/Migration.php
%%WWWDIR%%/vendor/illuminate/database/Migrations/MigrationCreator.php
%%WWWDIR%%/vendor/illuminate/database/Migrations/MigrationRepositoryInterface.php
+%%WWWDIR%%/vendor/illuminate/database/Migrations/MigrationResult.php
%%WWWDIR%%/vendor/illuminate/database/Migrations/Migrator.php
%%WWWDIR%%/vendor/illuminate/database/Migrations/stubs/migration.create.stub
%%WWWDIR%%/vendor/illuminate/database/Migrations/stubs/migration.stub
@@ -5339,6 +5331,7 @@
%%WWWDIR%%/vendor/illuminate/support/DefaultProviders.php
%%WWWDIR%%/vendor/illuminate/support/Defer/DeferredCallback.php
%%WWWDIR%%/vendor/illuminate/support/Defer/DeferredCallbackCollection.php
+%%WWWDIR%%/vendor/illuminate/support/EncodedHtmlString.php
%%WWWDIR%%/vendor/illuminate/support/Env.php
%%WWWDIR%%/vendor/illuminate/support/Exceptions/MathException.php
%%WWWDIR%%/vendor/illuminate/support/Facades/App.php
@@ -5365,6 +5358,7 @@
%%WWWDIR%%/vendor/illuminate/support/Facades/Lang.php
%%WWWDIR%%/vendor/illuminate/support/Facades/Log.php
%%WWWDIR%%/vendor/illuminate/support/Facades/Mail.php
+%%WWWDIR%%/vendor/illuminate/support/Facades/MaintenanceMode.php
%%WWWDIR%%/vendor/illuminate/support/Facades/Notification.php
%%WWWDIR%%/vendor/illuminate/support/Facades/ParallelTesting.php
%%WWWDIR%%/vendor/illuminate/support/Facades/Password.php
@@ -5402,7 +5396,6 @@
%%WWWDIR%%/vendor/illuminate/support/Onceable.php
%%WWWDIR%%/vendor/illuminate/support/Optional.php
%%WWWDIR%%/vendor/illuminate/support/Pluralizer.php
-%%WWWDIR%%/vendor/illuminate/support/Process/PhpExecutableFinder.php
%%WWWDIR%%/vendor/illuminate/support/ProcessUtils.php
%%WWWDIR%%/vendor/illuminate/support/Reflector.php
%%WWWDIR%%/vendor/illuminate/support/ServiceProvider.php
@@ -5424,12 +5417,15 @@
%%WWWDIR%%/vendor/illuminate/support/Testing/Fakes/QueueFake.php
%%WWWDIR%%/vendor/illuminate/support/Timebox.php
%%WWWDIR%%/vendor/illuminate/support/Traits/CapsuleManagerTrait.php
+%%WWWDIR%%/vendor/illuminate/support/Traits/Conditionable.php
%%WWWDIR%%/vendor/illuminate/support/Traits/Dumpable.php
%%WWWDIR%%/vendor/illuminate/support/Traits/ForwardsCalls.php
%%WWWDIR%%/vendor/illuminate/support/Traits/InteractsWithData.php
%%WWWDIR%%/vendor/illuminate/support/Traits/Localizable.php
%%WWWDIR%%/vendor/illuminate/support/Traits/ReflectsClosures.php
%%WWWDIR%%/vendor/illuminate/support/Traits/Tappable.php
+%%WWWDIR%%/vendor/illuminate/support/Uri.php
+%%WWWDIR%%/vendor/illuminate/support/UriQueryString.php
%%WWWDIR%%/vendor/illuminate/support/ValidatedInput.php
%%WWWDIR%%/vendor/illuminate/support/ViewErrorBag.php
%%WWWDIR%%/vendor/intervention/gif/composer.json
@@ -5555,6 +5551,7 @@
%%WWWDIR%%/vendor/intervention/image/src/Drivers/AbstractDriver.php
%%WWWDIR%%/vendor/intervention/image/src/Drivers/AbstractEncoder.php
%%WWWDIR%%/vendor/intervention/image/src/Drivers/AbstractFontProcessor.php
+%%WWWDIR%%/vendor/intervention/image/src/Drivers/AbstractFrame.php
%%WWWDIR%%/vendor/intervention/image/src/Drivers/Gd/Analyzers/ColorspaceAnalyzer.php
%%WWWDIR%%/vendor/intervention/image/src/Drivers/Gd/Analyzers/HeightAnalyzer.php
%%WWWDIR%%/vendor/intervention/image/src/Drivers/Gd/Analyzers/PixelColorAnalyzer.php
@@ -5693,6 +5690,7 @@
%%WWWDIR%%/vendor/intervention/image/src/Drivers/Imagick/Modifiers/ScaleModifier.php
%%WWWDIR%%/vendor/intervention/image/src/Drivers/Imagick/Modifiers/SharpenModifier.php
%%WWWDIR%%/vendor/intervention/image/src/Drivers/Imagick/Modifiers/SliceAnimationModifier.php
+%%WWWDIR%%/vendor/intervention/image/src/Drivers/Imagick/Modifiers/StripMetaModifier.php
%%WWWDIR%%/vendor/intervention/image/src/Drivers/Imagick/Modifiers/TextModifier.php
%%WWWDIR%%/vendor/intervention/image/src/Drivers/Imagick/Modifiers/TrimModifier.php
%%WWWDIR%%/vendor/intervention/image/src/Drivers/Specializable.php
@@ -5829,710 +5827,32 @@
%%WWWDIR%%/vendor/intervention/image/src/Typography/FontFactory.php
%%WWWDIR%%/vendor/intervention/image/src/Typography/Line.php
%%WWWDIR%%/vendor/intervention/image/src/Typography/TextBlock.php
-%%WWWDIR%%/vendor/io-developer/php-whois/.devcontainer/devcontainer.json
-%%WWWDIR%%/vendor/io-developer/php-whois/.devcontainer/docker-compose.yml
-%%WWWDIR%%/vendor/io-developer/php-whois/.devcontainer/Dockerfile
-%%WWWDIR%%/vendor/io-developer/php-whois/.github/workflows/tests.yml
-%%WWWDIR%%/vendor/io-developer/php-whois/.gitignore
-%%WWWDIR%%/vendor/io-developer/php-whois/bin/php-whois
-%%WWWDIR%%/vendor/io-developer/php-whois/bin/php-whois.php
-%%WWWDIR%%/vendor/io-developer/php-whois/composer.json
-%%WWWDIR%%/vendor/io-developer/php-whois/docker-compose.yml
-%%WWWDIR%%/vendor/io-developer/php-whois/Dockerfile
-%%WWWDIR%%/vendor/io-developer/php-whois/LICENSE
-%%WWWDIR%%/vendor/io-developer/php-whois/run-tests.sh
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Config.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Configs/module.asn.servers.json
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Configs/module.tld.parser.auto.json
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Configs/module.tld.parser.block.json
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Configs/module.tld.parser.common.json
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Configs/module.tld.parser.indent.json
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Configs/module.tld.servers.json
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/DataObject.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Exceptions/ConnectionException.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Exceptions/ServerMismatchException.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Exceptions/WhoisException.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Factory.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Helpers/DateHelper.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Helpers/DomainHelper.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Helpers/GroupFilter.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Helpers/GroupHelper.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Helpers/GroupSelector.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Helpers/GroupTrait.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Helpers/ParserHelper.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Helpers/TextHelper.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/IFactory.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Loaders/CurlLoader.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Loaders/ILoader.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Loaders/MemcachedLoader.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Loaders/SocketLoader.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Asn/AsnInfo.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Asn/AsnInfoDeprecated.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Asn/AsnModule.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Asn/AsnParser.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Asn/AsnParserDeprecated.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Asn/AsnResponse.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Asn/AsnResponseDeprected.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Asn/AsnRouteInfo.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Asn/AsnRouteInfoDeprecated.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Asn/AsnServer.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Module.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/ModuleType.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/Parsers/AutoParser.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/Parsers/BlockParser.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/Parsers/CommonParser.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/Parsers/IndentParser.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/TldInfo.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/TldInfoDeprecated.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/TldModule.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/TldParser.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/TldParserDeprecated.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/TldResponse.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/TldResponseDeprected.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/TldServer.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Punycode/IntlPunycode.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Punycode/IPunycode.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/Whois.php
-%%WWWDIR%%/vendor/io-developer/php-whois/src/Iodev/Whois/WhoisDeprecated.php
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/bootstrap.php
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Helpers/text_data/encoding.fin.in.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Helpers/text_data/encoding.fin.out.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Helpers/text_data/encoding.ukr.in.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Helpers/text_data/encoding.ukr.out.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Helpers/TextHelperTest.php
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Loaders/FakeSocketLoader.php
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Asn/AsnParsingTest.php
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Asn/AsnResponseTest.php
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Asn/parsing_data/AS32934/whois.radb.net.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Asn/parsing_data/AS32934/whois.radb.net.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Asn/parsing_data/AS32934/whois.ripe.net.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Asn/parsing_data/AS62041/whois.radb.net.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Asn/parsing_data/AS62041/whois.radb.net.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Asn/parsing_data/AS62041/whois.ripe.net.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Asn/parsing_data/AS62041/whois.ripe.net.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/Parsers/TestCommonParser.php
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ac/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ac/google.ac.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ac/google.ac.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ae/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ae/google.ae.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ae/google.ae.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.af/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.af/google.com.af.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.af/google.com.af.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.africa/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.africa/google.africa.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.africa/google.africa.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ag/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ag/google.com.ag.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ag/google.com.ag.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ai/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ai/google.com.ai.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ai/google.com.ai.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.am/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.am/google.am.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.am/google.am.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.am/google.com.am.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.am/google.com.am.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ar/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ar/google.com.ar.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ar/google.com.ar.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.army/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.army/nic.army.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.army/nic.army.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.art/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.art/google.art.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.art/google.art.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.as/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.as/google.as.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.as/google.as.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.at/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.at/google.at.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.at/google.at.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.attorney/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.attorney/nic.attorney.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.attorney/nic.attorney.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.au/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.au/google.com.au.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.au/google.com.au.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.baby/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.baby/google.baby.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.baby/google.baby.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.band/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.band/nic.band.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.band/nic.band.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.be/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.be/google.be.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.be/google.be.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.be/youtu.be.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.be/youtu.be.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bg/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bg/google.bg.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bg/google.bg.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bi/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bi/google.bi.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bi/google.bi.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bj/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bj/google.bj.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bj/google.bj.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bm/bermudanic.bm.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bm/bermudanic.bm.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bm/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bn/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bn/google.com.bn.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bn/google.com.bn.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bo/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bo/google.com.bo.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bo/google.com.bo.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.br/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.br/google.com.br.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.br/google.com.br.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bw/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bw/google.co.bw.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bw/google.co.bw.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.by/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.by/google.by.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.by/google.by.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.by/google.com.by.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.by/google.com.by.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bz/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bz/google.com.bz.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.bz/google.com.bz.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cafe/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cafe/nic.cafe.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cafe/nic.cafe.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cam/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cam/google.cam.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cam/google.cam.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cat/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cat/google.cat.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cat/google.cat.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cc/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cc/google.cc.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cc/google.cc.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cf/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cf/google.cf.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cf/google.cf.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ci/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ci/google.ci.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ci/google.ci.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cl/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cl/google.cl.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cm/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cm/google.cm.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cm/google.cm.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cn/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cn/google.cn.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cn/google.cn.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.co/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.co/google.co.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.co/google.co.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.co/google.com.co.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.co/google.com.co.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cologne/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cologne/google.cologne.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cologne/google.cologne.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.com/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.com/google.com_registrar_whois.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.com/google.com_registrar_whois.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.com/google.com.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.com/google.com.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cr/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cr/google.co.cr.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cr/google.co.cr.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cz/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cz/google.cz.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.cz/google.cz.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.de/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.de/google.de.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.de/google.de.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.de/xn--fw-via.de.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.de/xn--fw-via.de.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.degree/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.degree/nic.degree.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.degree/nic.degree.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dentist/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dentist/nic.dentist.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dentist/nic.dentist.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dk/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dk/google.dk.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dk/google.dk.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dm/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dm/google.dm.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dm/google.dm.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.do/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.do/google.com.do.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.do/google.com.do.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dog/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dog/nic.dog.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dog/nic.dog.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dz/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dz/google.dz.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.dz/google.dz.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.earth/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.earth/google.earth.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.earth/google.earth.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ec/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ec/google.com.ec.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ee/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ee/google.ee.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ee/google.ee.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.engineer/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.engineer/nic.engineer.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.engineer/nic.engineer.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.es/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.es/google.es.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.es/google.es.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.eu/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.eu/google.eu.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.eu/google.eu.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fi/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fi/google.fi.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fi/google.fi.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fi/xn--sisministeri-icb5x.fi.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fi/xn--sisministeri-icb5x.fi.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.film/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.film/google.film.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.film/google.film.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fj/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fj/google.com.fj.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fm/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fm/google.fm.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fm/google.fm.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fr/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fr/google.fr.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.fr/google.fr.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ga/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ga/google.ga.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gay/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gay/google.gay.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gay/google.gay.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gd/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gd/google.gd.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gd/google.gd.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gf/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gf/google.gf.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gg/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gg/google.gg.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gi/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gi/google.com.gi.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gi/google.com.gi.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gives/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gives/nic.gives.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gives/nic.gives.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gl/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gl/google.gl.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gl/google.gl.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gov/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gov/usa.gov.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gov/usa.gov.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.group/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.group/nic.group.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.group/nic.group.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gy/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gy/google.gy.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.gy/google.gy.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.hk/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.hk/google.com.hk.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.hk.com/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.hk.com/udr.hk.com.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.hk.com/udr.hk.com.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.hr/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.hr/google.hr.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.hr/google.hr.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ht/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ht/google.ht.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ht/google.ht.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.hu/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.hu/google.hu.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.hu/google.hu.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.icu/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.icu/google.icu.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.icu/google.icu.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.id/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.id/google.co.id.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.id/google.co.id.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ie/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ie/google.ie.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ie/google.ie.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.il/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.il/google.co.il.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.il/google.co.il.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.im/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.im/google.im.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.in/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.in/google.co.in.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.in/google.co.in.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.info/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.info/info.info.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.info/info.info.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.io/codepen.io.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.io/codepen.io.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.io/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.io/github.io.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.io/github.io.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.io/google.io.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.io/google.io.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.iq/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.iq/google.iq.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.iq/google.iq.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ir/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ir/mhf.ir.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ir/mhf.ir.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.is/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.is/google.is.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.is/google.is.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.it/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.it/google.it.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.it/google.it.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.it/nintendo.it.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.it/nintendo.it.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.it.ao/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.it.ao/google.it.ao.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.it.ao/google.it.ao.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.je/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.je/google.je.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.jewelry/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.jewelry/microsoft.jewelry.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.jewelry/microsoft.jewelry.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.jp/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.jp/google.co.jp.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.jp/google.co.jp.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.jp/shop.jp.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.jp/shop.jp.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kg/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kg/google.kg.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ki/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ki/google.ki.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ki/google.ki.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kids/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kids/google.kids.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kids/google.kids.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.koeln/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.koeln/google.koeln.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.koeln/google.koeln.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kr/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kr/google.co.kr.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kr/google.co.kr.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kw/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kw/google.com.kw.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kw/google.com.kw.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kz/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kz/google.kz.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.kz/google.kz.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.la/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.la/google.la.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.la/google.la.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lawyer/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lawyer/nic.lawyer.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lawyer/nic.lawyer.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lc/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lc/google.com.lc.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lc/google.com.lc.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.live/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.live/microsoft.live.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.live/microsoft.live.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.llc/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.llc/google.llc.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.llc/google.llc.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.loan/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.loan/google.loan.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.loan/google.loan.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lt/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lt/google.lt.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lt/google.lt.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ltd/donuts.ltd.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ltd/donuts.ltd.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ltd/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lu/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lu/google.lu.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lu/google.lu.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lv/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lv/google.lv.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.lv/google.lv.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ly/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ly/google.com.ly.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ma/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ma/google.co.ma.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ma/google.co.ma.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.market/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.market/nic.market.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.market/nic.market.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.md/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.md/google.md.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.md/google.md.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.me/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.me/google.me.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.me/google.me.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mg/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mg/google.mg.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mg/google.mg.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mk/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mk/google.mk.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mk/google.mk.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ml/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ml/google.ml.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mn/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mn/google.mn.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mn/google.mn.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mortgage/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mortgage/nic.mortgage.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mortgage/nic.mortgage.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ms/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ms/google.ms.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ms/google.ms.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mu/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mu/google.mu.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mu/google.mu.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mx/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mx/google.com.mx.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mz/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mz/google.co.mz.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.mz/google.co.mz.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.na/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.na/google.com.na.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.na/google.com.na.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.navy/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.navy/nic.navy.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.navy/nic.navy.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.net/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.net/speedtest.net_registrar_whois.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.net/speedtest.net_registrar_whois.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.net/speedtest.net.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.net/speedtest.net.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.news/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.news/google.news.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.news/google.news.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nf/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nf/google.com.nf.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nf/google.com.nf.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ng/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ng/google.com.ng.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ng/google.com.ng.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nl/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nl/google.nl.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.no/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.no/google.no.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.no/google.no.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nu/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nu/google.nu.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nu/google.nu.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nz/free_progressbuilders.co.nz.nz.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nz/free_secuirty-services.co.nz.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nz/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nz/google.co.nz.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nz/google.co.nz.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nz/payrollmatters.co.nz.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nz/payrollmatters.co.nz.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nz/smarttech.nz.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.nz/smarttech.nz.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.om/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.om/google.com.om.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.om/google.com.om.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.org/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.org/linux.org.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.org/linux.org.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.page/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.page/microsoft.page.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.page/microsoft.page.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.pe/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.pe/google.com.pe.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.pe/google.com.pe.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.pl/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.pl/google.pl.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.pl/google.pl.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.plus/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.plus/google.plus.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.plus/google.plus.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.pr/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.pr/google.com.pr.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.pr/google.com.pr.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.promo/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.promo/google.promo.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.promo/google.promo.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ps/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ps/google.ps.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ps/google.ps.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.qa/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.qa/google.com.qa.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.qa/google.com.qa.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.rehab/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.rehab/nic.rehab.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.rehab/nic.rehab.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ren/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ren/nic.ren.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ren/nic.ren.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.republican/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.republican/nic.republican.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.republican/nic.republican.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.rip/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.rip/nic.rip.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.rip/nic.rip.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ro/anaf.ro.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ro/anaf.ro.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ro/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ro/google.ro.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ro/google.ro.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ro/rotld.ro.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ro/rotld.ro.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.rs/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.rs/google.rs.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.rs/google.rs.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ru/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ru/google.ru.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.ru/google.ru.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.rw/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.rw/google.rw.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.rw/google.rw.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.sa/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.sa/google.com.sa.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.sale/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.sale/nic.sale.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.sale/nic.sale.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.sb/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.sb/google.com.sb.json
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.sb/google.com.sb.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.sc/free.txt
-%%WWWDIR%%/vendor/io-developer/php-whois/tests/Iodev/Whois/Modules/Tld/parsing_data/.sc/google.sc.json
*** 530 LINES SKIPPED ***