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  | doctrine/coding-standard               | 11.0.0 | 11.1.0 |
| packagist  | nikic/php-parser                       | 4.15.2 | 4.15.3 |
| packagist  | phpstan/phpstan                        | 1.9.4  | 1.9.14 |
| packagist  | phpunit/phpunit                        | 9.5.27 | 9.5.28 |
| packagist  | roave/infection-static-analysis-plugin | 1.27.0 | 1.28.0 |
  • Loading branch information
renovate[bot] authored Jan 19, 2023
1 parent 7869787 commit 3c7b6a5
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 75 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
"php": "~8.1.0 || ~8.2.0",
"ext-phar": "*",
"composer-runtime-api": "^2.0.0",
"nikic/php-parser": "^4.15.2",
"nikic/php-parser": "^4.15.3",
"symfony/console": "^6.2.3",
"webmozart/assert": "^1.11.0",
"webmozart/glob": "^4.6.0"
},
"require-dev": {
"ext-zend-opcache": "*",
"doctrine/coding-standard": "^11.0.0",
"doctrine/coding-standard": "^11.1.0",
"mikey179/vfsstream": "^1.6.11",
"phing/phing": "^2.17.4",
"phpstan/phpstan": "^1.9.4",
"phpunit/phpunit": "^9.5.27",
"roave/infection-static-analysis-plugin": "^1.27.0",
"phpstan/phpstan": "^1.9.14",
"phpunit/phpunit": "^9.5.28",
"roave/infection-static-analysis-plugin": "^1.28.0",
"vimeo/psalm": "^5.4.0"
},
"config": {
Expand Down
Loading

0 comments on commit 3c7b6a5

Please sign in to comment.