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  | infection/infection     | 0.26.16 | 0.26.16 |
| packagist  | phpstan/phpstan         | 1.8.11  | 1.8.11  |
| packagist  | phpstan/phpstan-phpunit | 1.2.2   | 1.2.2   |
| packagist  | phpunit/phpunit         | 9.5.26  | 9.5.26  |
  • Loading branch information
renovate[bot] authored Oct 31, 2022
1 parent 34c1dd3 commit 4b83a0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"nikic/php-parser": "^4.15.1",
"phpstan/phpstan": "^1.8.10"
"phpstan/phpstan": "^1.8.11"
},
"require-dev": {
"doctrine/coding-standard": "^10.0.0",
"infection/infection": "^0.26.1",
"infection/infection": "^0.26.16",
"maglnet/composer-require-checker": "^4.2.0",
"phpstan/phpstan-phpunit": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.2.2",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpunit/phpunit": "^9.5.25",
"phpunit/phpunit": "^9.5.26",
"squizlabs/php_codesniffer": "^3.7.1"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 4b83a0e

Please sign in to comment.