Skip to content

Update dev dependencies#50

Merged
JanTvrdik merged 1 commit intomainfrom
update-dev-dependencies
Feb 24, 2026
Merged

Update dev dependencies#50
JanTvrdik merged 1 commit intomainfrom
update-dev-dependencies

Conversation

@JanTvrdik
Copy link
Member

Summary

  • Bump nette/tester from ~2.0 to ^2.6
  • Bump phpstan from 2.1.17 to 2.1.40
  • Bump phpstan-strict-rules from 2.0.4 to 2.0.10
  • Simplify tester command (remove -C flag and ./ prefix)

Test plan

  • Verify composer install succeeds
  • Run composer tests and confirm tests pass
  • Run composer phpstan and confirm no new errors

- nette/tester ~2.0 -> ^2.6
- phpstan 2.1.17 -> 2.1.40
- phpstan-strict-rules 2.0.4 -> 2.0.10
- Simplify tester command
Copilot AI review requested due to automatic review settings February 24, 2026 17:06
@JanTvrdik JanTvrdik merged commit 9578361 into main Feb 24, 2026
14 checks passed
@JanTvrdik JanTvrdik deleted the update-dev-dependencies branch February 24, 2026 17:06
Copy link

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 development dependencies to their latest versions and simplifies the test runner command in the composer scripts.

Changes:

  • Bumped nette/tester from ~2.0 to ^2.6, updating to a newer minor version with minimum 2.6 requirement
  • Updated phpstan/phpstan from 2.1.17 to 2.1.40 and phpstan/phpstan-strict-rules from 2.0.4 to 2.0.10
  • Simplified the test script command by removing the -C flag (forced colors) and ./ prefix

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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