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.6.2  |
| packagist  | roave/infection-static-analysis-plugin | 1.27.0 | 1.28.0 |
| packagist  | symfony/console                        | 6.2.3  | 6.2.5  |
| packagist  | vimeo/psalm                            | 5.4.0  | 5.6.0  |
  • Loading branch information
renovate[bot] authored Feb 4, 2023
1 parent 7869787 commit b06a2a5
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 225 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"php": "~8.1.0 || ~8.2.0",
"ext-phar": "*",
"composer-runtime-api": "^2.0.0",
"nikic/php-parser": "^4.15.2",
"symfony/console": "^6.2.3",
"nikic/php-parser": "^4.15.3",
"symfony/console": "^6.2.5",
"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",
"vimeo/psalm": "^5.4.0"
"phpstan/phpstan": "^1.9.14",
"phpunit/phpunit": "^9.6.2",
"roave/infection-static-analysis-plugin": "^1.28.0",
"vimeo/psalm": "^5.6.0"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit b06a2a5

Please sign in to comment.