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  | phpstan/phpstan | 1.10.46 | 1.10.47 |
| packagist  | phpunit/phpunit | 10.5.0  | 10.5.1  |
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent 36dbe2c commit d9a9654
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 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 || ~8.3.0",
"nikic/php-parser": "^4.17.1",
"phpstan/phpstan": "^1.10.46"
"phpstan/phpstan": "^1.10.47"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"infection/infection": "^0.27.8",
"maglnet/composer-require-checker": "^4.7.1",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.5.0",
"phpunit/phpunit": "^10.5.1",
"squizlabs/php_codesniffer": "^3.7.2"
},
"autoload": {
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

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

0 comments on commit d9a9654

Please sign in to comment.