Skip to content

Conversation

@huangdijia
Copy link
Contributor

Summary

  • Add support for PHPStan 2.0 alongside existing 1.0 support
  • Add support for Symfony 7.0 components alongside existing 6.4 support

Changes

This PR updates the development dependencies to support newer versions:

PHPStan

  • Updated constraint from ^1.0 to ^1.0 || ^2.0

Symfony Components

  • symfony/http-client: ^6.4^6.4 || ^7.0
  • symfony/mailgun-mailer: ^6.4^6.4 || ^7.0
  • symfony/notifier: ^6.4^6.4 || ^7.0
  • symfony/postmark-mailer: ^6.4^6.4 || ^7.0

Benefits

  • Ensures compatibility with the latest stable versions of development tools
  • Maintains backward compatibility with existing versions
  • Allows developers to use newer features and improvements from PHPStan 2.0 and Symfony 7.0

Test plan

  • Verify composer update runs successfully
  • Run PHPStan analysis to ensure no compatibility issues
  • Run existing test suite to verify no regressions

- Add support for PHPStan 2.0 (^1.0 || ^2.0)
- Add support for Symfony 7.0 components:
  - symfony/http-client (^6.4 || ^7.0)
  - symfony/mailgun-mailer (^6.4 || ^7.0)
  - symfony/notifier (^6.4 || ^7.0)
  - symfony/postmark-mailer (^6.4 || ^7.0)

This update ensures compatibility with the latest versions of these
development dependencies while maintaining backward compatibility.
@coderabbitai
Copy link

coderabbitai bot commented Nov 16, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • main

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/update-dev-dependencies

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@huangdijia huangdijia merged commit 6137422 into 3.2 Nov 16, 2025
106 of 107 checks passed
@huangdijia huangdijia deleted the chore/update-dev-dependencies branch November 16, 2025 08:34
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.

2 participants