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  | nikic/php-parser     | 4.18.0  | 4.19.1  |
| packagist  | phpstan/phpstan      | 1.10.62 | 1.10.64 |
| packagist  | phpunit/phpunit      | 10.5.13 | 10.5.15 |
| packagist  | psalm/plugin-phpunit | 0.18.4  | 0.19.0  |
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent 8f3f3a7 commit 5b4246b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"php": "~8.2.0 || ~8.3.0",
"ext-phar": "*",
"composer-runtime-api": "^2.0.0",
"nikic/php-parser": "^4.18.0",
"nikic/php-parser": "^4.19.1",
"symfony/console": "^6.4.1 || ^7.0.1",
"webmozart/assert": "^1.11.0",
"webmozart/glob": "^4.7.0"
Expand All @@ -38,9 +38,9 @@
"ext-zend-opcache": "*",
"doctrine/coding-standard": "^12.0.0",
"phing/phing": "^2.17.4",
"phpstan/phpstan": "^1.10.62",
"phpunit/phpunit": "^10.5.13",
"psalm/plugin-phpunit": "^0.18.4",
"phpstan/phpstan": "^1.10.64",
"phpunit/phpunit": "^10.5.15",
"psalm/plugin-phpunit": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.35.0",
"spatie/temporary-directory": "^2.2.1",
"vimeo/psalm": "^5.23.1"
Expand Down
54 changes: 27 additions & 27 deletions composer.lock

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

0 comments on commit 5b4246b

Please sign in to comment.