-
Notifications
You must be signed in to change notification settings - Fork 0
Update development dependencies and PHPUnit configuration #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: deps
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## deps #29 +/- ##
=========================================
Coverage 93.00% 93.00%
Complexity 141 141
=========================================
Files 6 6
Lines 386 386
=========================================
Hits 359 359
Misses 27 27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Description
Updates development dependencies to latest compatible versions and migrates PHPUnit configuration to version 10.5 schema.
Dependency updates:
digitalcz/coding-standard: ^0.4.0ergebnis/composer-normalize: ^2.48.2phpstan/phpstan: ^2.1.31phpstan/phpstan-strict-rules: ^2.0.7phpunit/phpunit: ^10.5symfony/var-dumper: ^6.4.3 || ^7.3.4PHPUnit 10.5 migration:
https://schema.phpunit.de/10.5/phpunit.xsdcacheDirectory=".phpunit.cache"andrequireCoverageMetadata="true"attributes<coverage>→<source>forceCoversAnnotation,beStrictAboutTodoAnnotatedTests.phpunit.cacheto.gitignoreMotivation and context
Keeps dependencies current with latest stable versions and aligns PHPUnit configuration with version 10.5 schema requirements.
How has this been tested?
Validated
composer.jsonsyntax and verified dependency resolution throughcomposer.lockgeneration.Screenshots (if appropriate)
N/A
Types of changes
What types of changes does your code introduce? Put an
xin all the boxes that apply:Checklist:
Go over all the following points, and put an
xin all the boxes that apply.Please, please, please, don't send your pull request until all of the boxes are ticked. Once your pull request is created, it will trigger a build on our continuous integration server to make sure your tests and code style pass.
If you're unsure about any of these, don't hesitate to ask. We're here to help!
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.