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  | phpunit/phpunit | 10.0.17 | 10.0.18 |
  • Loading branch information
renovate[bot] committed Mar 22, 2023
1 parent 86bcefc commit e24902c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.10.7",
"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"
"phpunit/phpunit": "^10.0.18"
},
"suggest": {
"lcobucci/clock": ">= 3.0"
Expand Down

0 comments on commit e24902c

Please sign in to comment.