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.42 | 1.10.44 |
| packagist  | slam/php-cs-fixer-extensions | 3.9.0   | 3.10.0  |
| packagist  | slam/php-debug-r             | 1.8.1   | 1.9.0   |
| packagist  | slam/phpstan-extensions      | 6.0.0   | 6.1.0   |
  • Loading branch information
renovate[bot] committed Nov 22, 2023
1 parent ce92010 commit 34fa143
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"symfony/process": "^6.3.4"
},
"require-dev": {
"phpstan/phpstan": "^1.10.42",
"phpstan/phpstan": "^1.10.44",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^10.4.2",
"slam/php-cs-fixer-extensions": "^3.9",
"slam/php-debug-r": "^1.8.1",
"slam/phpstan-extensions": "^6.0.0"
"slam/php-cs-fixer-extensions": "^3.10.0",
"slam/php-debug-r": "^1.9.0",
"slam/phpstan-extensions": "^6.1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 34fa143

Please sign in to comment.