<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ChangeListManager">
    <list default="true" id="eb42465b-7c09-4f1f-bf39-f183b4478dba" name="Default Changelist" comment="">
      <change afterPath="$PROJECT_DIR$/.idea" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/.idea/hexagonal-reviews.iml" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/.idea/php.xml" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/composer.json" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/composer.lock" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/hexagonal-reviews.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/index.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/languages" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/languages/hexagonal-reviews-en_GB.mo" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/languages/hexagonal-reviews-en_GB.po" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/languages/hexagonal-reviews-es_ES.mo" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/languages/hexagonal-reviews-es_ES.po" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/languages/hexagonal-reviews.mo" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/languages/hexagonal-reviews.po" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/readme.txt" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Application" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Application/Event" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Application/Event/OnReviewAddedRecalculateAverage.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Application/Event/OnReviewDeletedRecalculateAverage.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Application/Event/OnReviewUpdatedRecalculateAverage.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Application/Query" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Application/Query/GetAverage" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Application/Query/GetAverage/GetAverageHandler.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Application/Query/GetAverage/GetAverageQuery.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Domain" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Domain/DTO" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Domain/DTO/ReviewStats.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Domain/Entity" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Domain/Entity/Average.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Domain/Repository" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Domain/Repository/AverageRepository.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Domain/Service" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Domain/Service/AverageCalculator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Infrastructure" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Infrastructure/Wordpress" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Infrastructure/Wordpress/Persistence" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Average/Infrastructure/Wordpress/Persistence/WpAverageRepository.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Command" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Command/Create" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Command/Create/CreateCommand.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Command/Create/CreateHandler.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Command/Delete" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Command/Delete/DeleteCommand.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Command/Delete/DeleteHandler.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Command/Update" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Command/Update/UpdateCommand.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Command/Update/UpdateHandler.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Query" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Query/All" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Query/All/ListHandler.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Query/All/ListQuery.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Query/Get" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Query/Get/GetHandler.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Query/Get/GetQuery.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Query/GetByPost" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Query/GetByPost/GetByPostHandler.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Application/Query/GetByPost/GetByPostQuery.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/DTO" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/DTO/ListReviewsResponse.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/Entity" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/Entity/Review.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/Event" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/Event/ReviewAdded.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/Event/ReviewDeleted.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/Event/ReviewUpdated.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/Exception" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/Exception/IncorrectStars.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/Exception/ReviewNotFound.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/Exception/StatusNotFound.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/Repository" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/Repository/ReviewRepository.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/ValueObject" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/ValueObject/Email.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/ValueObject/ReviewCollection.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/ValueObject/Stars.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Domain/ValueObject/Status.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Infrastructure" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Infrastructure/Wordpress" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Infrastructure/Wordpress/Persistence" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Review/Infrastructure/Wordpress/Persistence/WpReviewRepository.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Domain" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Domain/Event" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Domain/Event/Event.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Domain/Service" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Domain/Service/EventDispatcher.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Domain/ValueObject" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Domain/ValueObject/ProductId.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/DependencyInjection" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/DependencyInjection/Container.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/DependencyInjection/Exception" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/DependencyInjection/Exception/DependencyNotFound.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/EventDispatcher" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/EventDispatcher/EventDispatcher.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/EventDispatcher/Exception" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/EventDispatcher/Exception/EventNotFound.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Gravatar" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Gravatar/GravatarService.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Period" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Period/Period.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Persistence" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Persistence/Wordpress" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Persistence/Wordpress/Migration" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Persistence/Wordpress/Migration/Migration0000000000.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Persistence/Wordpress/Migration/Migration1624304009.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Persistence/Wordpress/Migration/MigrationInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Wordpress" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Wordpress/Activate.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Wordpress/Deactivate.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Wordpress/Kernel.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Wordpress/ReviewLoader.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Wordpress/ReviewsAdminTable.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Wordpress/Translations.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/Shared/Infrastructure/Wordpress/Uninstall.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Admin" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Admin/CreateShortcutController.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Admin/EditReviewController.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Admin/ListReviewsController.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Admin/SaveReviewController.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Admin/templates" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Admin/templates/EditReview.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Admin/templates/ListReviews.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Admin/templates/ShortcutGenerator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Front" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Front/GetReviewsBlockController.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Front/assets" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Front/assets/stars.css" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Front/assets/style.css" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Front/templates" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/src/UI/Wordpress/Front/templates/GetReviewsBlock.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/autoload.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/CHANGELOG.md" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/LICENSE" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/composer.json" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/BigDecimal.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/BigInteger.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/BigNumber.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/BigRational.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Exception" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Exception/DivisionByZeroException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Exception/IntegerOverflowException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Exception/MathException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Exception/NegativeNumberException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Exception/NumberFormatException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Exception/RoundingNecessaryException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Internal" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Internal/Calculator" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Internal/Calculator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Internal/Calculator/GmpCalculator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/Internal/Calculator/NativeCalculator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/brick/math/src/RoundingMode.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer/ClassLoader.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer/InstalledVersions.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer/LICENSE" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer/autoload_classmap.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer/autoload_files.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer/autoload_namespaces.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer/autoload_psr4.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer/autoload_real.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer/autoload_static.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer/installed.json" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer/installed.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/composer/platform_check.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/container" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/container/.gitignore" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/container/LICENSE" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/container/README.md" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/container/composer.json" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/container/src" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/container/src/ContainerExceptionInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/container/src/ContainerInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/container/src/NotFoundExceptionInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/event-dispatcher" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/event-dispatcher/.editorconfig" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/event-dispatcher/.gitignore" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/event-dispatcher/LICENSE" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/event-dispatcher/README.md" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/event-dispatcher/composer.json" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/event-dispatcher/src" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/event-dispatcher/src/ListenerProviderInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/psr/event-dispatcher/src/StoppableEventInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/LICENSE" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/README.md" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/SECURITY.md" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/bin" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/composer.json" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/AbstractArray.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/AbstractCollection.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/AbstractSet.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/ArrayInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Collection.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/CollectionInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/DoubleEndedQueue.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/DoubleEndedQueueInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Exception" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Exception/CollectionMismatchException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Exception/InvalidArgumentException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Exception/InvalidSortOrderException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Exception/NoSuchElementException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Exception/OutOfBoundsException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Exception/ValueExtractionException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/GenericArray.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Map" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Map/AbstractMap.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Map/AbstractTypedMap.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Map/AssociativeArrayMap.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Map/MapInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Map/NamedParameterMap.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Map/TypedMap.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Map/TypedMapInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Queue.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/QueueInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Set.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Tool" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Tool/TypeTrait.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/collection/src/Tool/ValueToStringTrait.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/LICENSE" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/README.md" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/composer.json" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/BinaryUtils.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Builder" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Builder/BuilderCollection.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Builder/FallbackBuilder.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Codec" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Codec/CodecInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Codec/GuidStringCodec.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Codec/StringCodec.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter/Number" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter/Time" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter/Time/UnixTimeConverter.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/DegradedUuid.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/DeprecatedUuidInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/BuilderNotFoundException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/DateTimeException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/DceSecurityException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/InvalidArgumentException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/InvalidBytesException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/NameException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/NodeException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/RandomSourceException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/TimeSourceException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/UnableToBuildUuidException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Exception/UuidExceptionInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/FeatureSet.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Fields" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Fields/FieldsInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/CombGenerator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/DefaultNameGenerator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/NameGeneratorFactory.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/NameGeneratorInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Generator/UnixTimeGenerator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Guid" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Guid/Fields.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Guid/Guid.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Guid/GuidBuilder.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Lazy" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Math" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Math/BrickMathCalculator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Math/CalculatorInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Math/RoundingMode.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Nonstandard" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Nonstandard/Fields.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Nonstandard/Uuid.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Nonstandard/UuidV6.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/Dce" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/Node" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/Time" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/Fields.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/MaxTrait.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/MaxUuid.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/NilTrait.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/NilUuid.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/TimeTrait.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/UuidV1.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/UuidV2.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/UuidV3.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/UuidV4.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/UuidV5.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/UuidV6.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/UuidV7.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/UuidV8.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/Validator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Type" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Type/Decimal.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Type/Hexadecimal.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Type/Integer.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Type/NumberInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Type/Time.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Type/TypeInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Uuid.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/UuidFactory.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/UuidFactoryInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/UuidInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Validator" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Validator/GenericValidator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/Validator/ValidatorInterface.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/ramsey/uuid/src/functions.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/symfony" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/symfony/polyfill-php81" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/symfony/polyfill-php81/LICENSE" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/symfony/polyfill-php81/Php81.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/symfony/polyfill-php81/README.md" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/symfony/polyfill-php81/Resources" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/symfony/polyfill-php81/Resources/stubs" afterDir="true" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/symfony/polyfill-php81/bootstrap.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/tags/1.2.13/vendor/symfony/polyfill-php81/composer.json" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Converter/Time/UnixTimeConverter.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/UnixTimeGenerator.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/MaxTrait.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/MaxUuid.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/TimeTrait.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/UuidV6.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/UuidV7.php" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/UuidV8.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/composer.json" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/composer.json" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/composer.lock" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/composer.lock" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/hexagonal-reviews.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/hexagonal-reviews.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/readme.txt" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/readme.txt" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Average/Application/Event/OnReviewAddedRecalculateAverage.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Average/Application/Event/OnReviewAddedRecalculateAverage.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Average/Application/Event/OnReviewDeletedRecalculateAverage.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Average/Application/Event/OnReviewDeletedRecalculateAverage.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Average/Application/Event/OnReviewUpdatedRecalculateAverage.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Average/Application/Event/OnReviewUpdatedRecalculateAverage.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Average/Application/Query/GetAverage/GetAverageHandler.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Average/Application/Query/GetAverage/GetAverageHandler.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Average/Application/Query/GetAverage/GetAverageQuery.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Average/Application/Query/GetAverage/GetAverageQuery.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Average/Domain/DTO/ReviewStats.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Average/Domain/DTO/ReviewStats.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Average/Domain/Entity/Average.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Average/Domain/Entity/Average.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Average/Infrastructure/Wordpress/Persistence/WpAverageRepository.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Average/Infrastructure/Wordpress/Persistence/WpAverageRepository.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Application/Command/Create/CreateCommand.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Application/Command/Create/CreateCommand.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Application/Command/Create/CreateHandler.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Application/Command/Create/CreateHandler.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Application/Command/Delete/DeleteCommand.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Application/Command/Delete/DeleteCommand.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Application/Command/Delete/DeleteHandler.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Application/Command/Delete/DeleteHandler.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Application/Command/Update/UpdateCommand.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Application/Command/Update/UpdateCommand.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Application/Command/Update/UpdateHandler.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Application/Command/Update/UpdateHandler.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Application/Query/All/ListHandler.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Application/Query/All/ListHandler.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Application/Query/All/ListQuery.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Application/Query/All/ListQuery.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Application/Query/Get/GetHandler.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Application/Query/Get/GetHandler.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Application/Query/Get/GetQuery.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Application/Query/Get/GetQuery.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Application/Query/GetByPost/GetByPostHandler.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Application/Query/GetByPost/GetByPostHandler.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Application/Query/GetByPost/GetByPostQuery.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Application/Query/GetByPost/GetByPostQuery.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Domain/DTO/ListReviewsResponse.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Domain/DTO/ListReviewsResponse.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Domain/Entity/Review.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Domain/Entity/Review.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Domain/Event/ReviewAdded.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Domain/Event/ReviewAdded.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Domain/Event/ReviewDeleted.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Domain/Event/ReviewDeleted.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Domain/Event/ReviewUpdated.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Domain/Event/ReviewUpdated.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Domain/ValueObject/Email.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Domain/ValueObject/Email.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Domain/ValueObject/ReviewCollection.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Domain/ValueObject/ReviewCollection.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Domain/ValueObject/Stars.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Domain/ValueObject/Stars.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Domain/ValueObject/Status.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Domain/ValueObject/Status.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Review/Infrastructure/Wordpress/Persistence/WpReviewRepository.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Review/Infrastructure/Wordpress/Persistence/WpReviewRepository.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Shared/Domain/ValueObject/ProductId.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Shared/Domain/ValueObject/ProductId.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/DependencyInjection/Container.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/DependencyInjection/Container.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/EventDispatcher/EventDispatcher.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/EventDispatcher/EventDispatcher.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/Persistence/Wordpress/Migration/Migration1624304009.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/Persistence/Wordpress/Migration/Migration1624304009.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/Wordpress/Activate.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/Wordpress/Activate.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/Wordpress/Kernel.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/Wordpress/Kernel.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/Wordpress/ReviewLoader.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/Wordpress/ReviewLoader.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/Wordpress/ReviewsAdminTable.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/Wordpress/ReviewsAdminTable.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/Wordpress/Translations.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/Shared/Infrastructure/Wordpress/Translations.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/src/UI/Wordpress/Front/templates/GetReviewsBlock.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/src/UI/Wordpress/Front/templates/GetReviewsBlock.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/autoload.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/autoload.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/brick/math/CHANGELOG.md" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/brick/math/CHANGELOG.md" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/brick/math/composer.json" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/brick/math/composer.json" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/brick/math/src/BigDecimal.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/brick/math/src/BigDecimal.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/brick/math/src/BigInteger.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/brick/math/src/BigInteger.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/brick/math/src/BigNumber.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/brick/math/src/BigNumber.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/brick/math/src/BigRational.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/brick/math/src/BigRational.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/brick/math/src/Internal/Calculator.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/brick/math/src/Internal/Calculator.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/brick/math/src/Internal/Calculator/NativeCalculator.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/brick/math/src/Internal/Calculator/NativeCalculator.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/composer/autoload_classmap.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/composer/autoload_classmap.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/composer/autoload_files.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/composer/autoload_files.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/composer/autoload_psr4.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/composer/autoload_psr4.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/composer/autoload_real.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/composer/autoload_real.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/composer/autoload_static.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/composer/autoload_static.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/composer/installed.json" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/composer/installed.json" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/composer/installed.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/composer/installed.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/composer/platform_check.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/composer/platform_check.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/LICENSE" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/LICENSE" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/README.md" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/composer.json" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/composer.json" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Builder/BuilderCollection.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Builder/BuilderCollection.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Builder/FallbackBuilder.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Builder/FallbackBuilder.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Codec/GuidStringCodec.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Codec/GuidStringCodec.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Codec/StringCodec.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Codec/StringCodec.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/DeprecatedUuidInterface.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/DeprecatedUuidInterface.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/FeatureSet.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/FeatureSet.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/CombGenerator.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/CombGenerator.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Guid/Fields.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Guid/Fields.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Guid/GuidBuilder.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Guid/GuidBuilder.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Nonstandard/Fields.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Nonstandard/Fields.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Nonstandard/UuidV6.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Nonstandard/UuidV6.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/Fields.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/Fields.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/UuidV1.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/UuidV1.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/UuidV2.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/UuidV2.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/Validator.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/Validator.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Type/Decimal.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Type/Decimal.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Type/Hexadecimal.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Type/Hexadecimal.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Type/Integer.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Type/Integer.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Type/Time.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Type/Time.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Uuid.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/Uuid.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/UuidFactory.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/UuidFactory.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/UuidFactoryInterface.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/UuidFactoryInterface.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/UuidInterface.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/UuidInterface.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/functions.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/ramsey/uuid/src/functions.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/symfony/polyfill-php81/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/symfony/polyfill-php81/README.md" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/trunk/vendor/symfony/polyfill-php81/composer.json" beforeDir="false" afterPath="$PROJECT_DIR$/trunk/vendor/symfony/polyfill-php81/composer.json" afterDir="false" />
    </list>
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
    <option name="LAST_RESOLUTION" value="IGNORE" />
  </component>
  <component name="ComposerSettings" doNotAsk="true" synchronizationState="SYNCHRONIZE">
    <pharConfigPath>$PROJECT_DIR$/trunk/composer.json</pharConfigPath>
    <execution />
  </component>
  <component name="FileTemplateManagerImpl">
    <option name="RECENT_TEMPLATES">
      <list>
        <option value="composer.json" />
      </list>
    </option>
  </component>
  <component name="MarkdownSettingsMigration">
    <option name="stateVersion" value="1" />
  </component>
  <component name="PhpWorkspaceProjectConfiguration">
    <include_path>
      <path value="$PROJECT_DIR$/trunk/vendor/psr/container" />
      <path value="$PROJECT_DIR$/trunk/vendor/ramsey/uuid" />
      <path value="$PROJECT_DIR$/trunk/vendor/composer" />
      <path value="$PROJECT_DIR$/trunk/vendor/ramsey/collection" />
      <path value="$PROJECT_DIR$/trunk/vendor/brick/math" />
      <path value="$PROJECT_DIR$/trunk/vendor/symfony/polyfill-ctype" />
      <path value="$PROJECT_DIR$/trunk/vendor/psr/event-dispatcher" />
      <path value="$PROJECT_DIR$/trunk/vendor/symfony/polyfill-php80" />
      <path value="$PROJECT_DIR$/trunk/vendor/symfony/polyfill-php81" />
    </include_path>
  </component>
  <component name="ProjectId" id="1nccHgnsEkA6otrYjiho2IBP2oD" />
  <component name="ProjectViewState">
    <option name="hideEmptyMiddlePackages" value="true" />
    <option name="showLibraryContents" value="true" />
  </component>
  <component name="PropertiesComponent">{
  &quot;keyToString&quot;: {
    &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
    &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  }
}</component>
  <component name="RecentsManager">
    <key name="MoveFile.RECENT_KEYS">
      <recent name="$PROJECT_DIR$/trunk" />
    </key>
  </component>
  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  <component name="SvnConfiguration" cleanupOnStartRun="true">
    <configuration>$USER_HOME$/.subversion</configuration>
    <supportedVersion>125</supportedVersion>
  </component>
  <component name="SvnFileUrlMappingImpl">
    <option name="myMappingRoots">
      <list>
        <SvnCopyRootSimple>
          <option name="myVcsRoot" value="$PROJECT_DIR$" />
          <option name="myCopyRoot" value="$PROJECT_DIR$" />
        </SvnCopyRootSimple>
      </list>
    </option>
    <option name="myMoreRealMappingRoots">
      <list>
        <SvnCopyRootSimple>
          <option name="myVcsRoot" value="$PROJECT_DIR$" />
          <option name="myCopyRoot" value="$PROJECT_DIR$" />
        </SvnCopyRootSimple>
      </list>
    </option>
  </component>
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="eb42465b-7c09-4f1f-bf39-f183b4478dba" name="Default Changelist" comment="" />
      <created>1611692734590</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1611692734590</updated>
      <workItem from="1611692736309" duration="1360000" />
      <workItem from="1624610089410" duration="1421000" />
      <workItem from="1624909072424" duration="25000" />
      <workItem from="1625902001342" duration="777000" />
      <workItem from="1646690106734" duration="870000" />
      <workItem from="1651398546041" duration="622000" />
      <workItem from="1668795017795" duration="40000" />
      <workItem from="1668802899870" duration="1168000" />
    </task>
    <task id="LOCAL-00001" summary="1.2.12">
      <created>1624611047121</created>
      <option name="number" value="00001" />
      <option name="presentableId" value="LOCAL-00001" />
      <option name="project" value="LOCAL" />
      <updated>1624611047121</updated>
    </task>
    <task id="LOCAL-00002" summary="Update compatilibity version">
      <created>1625902067030</created>
      <option name="number" value="00002" />
      <option name="presentableId" value="LOCAL-00002" />
      <option name="project" value="LOCAL" />
      <updated>1625902067030</updated>
    </task>
    <task id="LOCAL-00003" summary="update Readme and security issues">
      <created>1646690378023</created>
      <option name="number" value="00003" />
      <option name="presentableId" value="LOCAL-00003" />
      <option name="project" value="LOCAL" />
      <updated>1646690378024</updated>
    </task>
    <option name="localTasksCounter" value="4" />
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
    <option name="version" value="3" />
  </component>
  <component name="VcsManagerConfiguration">
    <MESSAGE value="1.2.12" />
    <MESSAGE value="Update compatilibity version" />
    <MESSAGE value="update Readme and security issues" />
    <MESSAGE value="version 1.2.13" />
    <option name="LAST_COMMIT_MESSAGE" value="version 1.2.13" />
  </component>
  <component name="WordPressConfiguration" enabled="true">
    <wordpressPath>$PROJECT_DIR$/../fast_rest</wordpressPath>
  </component>
</project>