Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package                      | from    | to     |
| ---------- | ---------------------------- | ------- | ------ |
| packagist  | phpstan/phpstan              | 1.10.67 | 1.11.0 |
| packagist  | phpstan/phpstan-phpunit      | 1.3.16  | 1.4.0  |
| packagist  | phpstan/phpstan-strict-rules | 1.5.5   | 1.6.0  |
  • Loading branch information
renovate[bot] authored May 13, 2024
1 parent bfdf2c5 commit a981e44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"friendsofphp/php-cs-fixer": "^3.56.1",
"infection/infection": "^0.28.1",
"phpbench/phpbench": "^1.2.15",
"phpstan/phpstan": "^1.10.67",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/phpstan-strict-rules": "^1.5.5",
"phpstan/phpstan": "^1.11.0",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"phpunit/phpunit": "^10.5.20"
},
"suggest": {
Expand Down

0 comments on commit a981e44

Please sign in to comment.