Skip to content

Commit

Permalink
Update all non-major dependencies to ^2.0.1
Browse files Browse the repository at this point in the history
| datasource | package                 | from  | to    |
| ---------- | ----------------------- | ----- | ----- |
| packagist  | phpstan/phpstan         | 2.0.1 | 2.0.1 |
| packagist  | phpstan/phpstan-phpunit | 2.0.1 | 2.0.1 |
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent a4f64ea commit 42927ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"require-dev": {
"infection/infection": "^0.29",
"matthiasnoback/symfony-dependency-injection-test": "^6.0.0",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan": "^2.0.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-phpunit": "^2.0.1",
"phpunit/phpunit": "^10.5.11 || ^11.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "dev-master"
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42927ce

Please sign in to comment.