Skip to content

Conversation

othercodes
Copy link
Contributor

…ility

@othercodes othercodes requested a review from Copilot October 14, 2025 07:27
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates event contracts dependencies and improves compatibility by migrating from ServiceBus-based event contracts to dedicated Events contracts, upgrading dependencies, and adding static analysis configuration.

  • Updates import statements to use ComplexHeart\Domain\Contracts\Events instead of ComplexHeart\Domain\Contracts\ServiceBus
  • Upgrades major dependencies including PHP version requirement, complex-heart/contracts, and testing frameworks
  • Adds PHPStan configuration and code style checking to the CI workflow

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/Fixtures/OrderManagement/Domain/Events/OrderCreated.php Updates Event contract import path
tests/AggregatesTest.php Updates Event and EventBus contract import paths
src/Traits/HasDomainEvents.php Updates Event and EventBus contract import paths
phpstan.neon Adds PHPStan static analysis configuration
composer.json Upgrades PHP requirement, dependencies, and updates build scripts
.github/workflows/test.yml Adds code style checking step and removes deprecated composer flag

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@othercodes othercodes requested a review from Copilot October 16, 2025 03:31
Copy link

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@othercodes othercodes merged commit dafe4bc into main Oct 16, 2025
6 checks passed
@othercodes othercodes deleted the feature/contracts-upgraded branch October 16, 2025 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant