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  | lcobucci/clock               | 3.0.0   | 3.1.0   |
| packagist  | phpbench/phpbench            | 1.2.10  | 1.2.10  |
| packagist  | phpstan/phpstan              | 1.10.9  | 1.10.11 |
| packagist  | phpstan/phpstan-phpunit      | 1.3.11  | 1.3.11  |
| packagist  | phpstan/phpstan-strict-rules | 1.5.1   | 1.5.1   |
| packagist  | phpunit/phpunit              | 10.0.19 | 10.0.19 |
  • Loading branch information
renovate[bot] committed Apr 4, 2023
1 parent 145bc53 commit c0aae72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
},
"require-dev": {
"infection/infection": "^0.26.19",
"lcobucci/clock": "^3.0",
"lcobucci/clock": "^3.1.0",
"lcobucci/coding-standard": "^9.0",
"phpbench/phpbench": "^1.2.9",
"phpbench/phpbench": "^1.2.10",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.10.7",
"phpstan/phpstan": "^1.10.11",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.10",
"phpstan/phpstan-strict-rules": "^1.5.0",
"phpunit/phpunit": "^10.0.17"
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.0.19"
},
"suggest": {
"lcobucci/clock": ">= 3.0"
Expand Down

0 comments on commit c0aae72

Please sign in to comment.