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.15.3 | 4.15.4 |
| packagist  | phpunit/phpunit                        | 9.5.28 | 9.6.5  |
| packagist  | roave/infection-static-analysis-plugin | 1.28.0 | 1.29.0 |
| packagist  | vimeo/psalm                            | 5.4.0  | 5.8.0  |
  • Loading branch information
renovate[bot] authored Mar 10, 2023
1 parent 62c4c0b commit 017a542
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 222 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"nikic/php-parser": "^4.15.3"
"nikic/php-parser": "^4.15.4"
},
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"phpunit/phpunit": "^9.5.28",
"phpunit/phpunit": "^9.6.5",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.28.0",
"vimeo/psalm": "^5.4.0"
"roave/infection-static-analysis-plugin": "^1.29.0",
"vimeo/psalm": "^5.8.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 017a542

Please sign in to comment.