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.12.2 | 1.12.3 |
| packagist  | phpunit/phpunit | 11.3.3 | 11.3.4 |
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent f7204a2 commit 5b8e664
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"require-dev": {
"phpbench/phpbench": "^1.3.1",
"phpunit/phpunit": "^11.3.3"
"phpunit/phpunit": "^11.3.4"
},
"autoload": {
"psr-4": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

2 changes: 1 addition & 1 deletion tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"require": {
"doctrine/coding-standard": "^12.0.0",
"phpstan/phpstan": "^1.12.2",
"phpstan/phpstan": "^1.12.3",
"phpstan/phpstan-phpunit": "^1.4.0",
"vimeo/psalm": "^5.26.0",
"roave/backward-compatibility-check": "^8.9.0",
Expand Down
12 changes: 6 additions & 6 deletions tools/composer.lock

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

0 comments on commit 5b8e664

Please sign in to comment.