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.55 | 1.10.57 |
| packagist  | phpstan/phpstan-symfony | 1.3.6   | 1.3.7   |
| packagist  | phpunit/phpunit         | 10.5.5  | 10.5.9  |
| packagist  | vimeo/psalm             | 5.18.0  | 5.20.0  |
  • Loading branch information
renovate[bot] committed Jan 24, 2024
1 parent 1323d94 commit f4a355b
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 @@ -42,19 +42,19 @@
"doctrine/coding-standard": "^12.0.0",
"ergebnis/composer-normalize": "^2.41.1",
"php-standard-library/psalm-plugin": "^2.3.0",
"phpstan/phpstan": "^1.10.55",
"phpstan/phpstan": "^1.10.57",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpstan/phpstan-symfony": "^1.3.6",
"phpstan/phpstan-symfony": "^1.3.7",
"phpstan/phpstan-webmozart-assert": "^1.2.4",
"phpunit/phpunit": "^10.5.5",
"phpunit/phpunit": "^10.5.9",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-master",
"symfony/config": "^6.4 || ^7.0",
"symfony/var-dumper": "^6.4 || ^7.0",
"thecodingmachine/phpstan-strict-rules": "^1.0.0",
"vimeo/psalm": "^5.18.0"
"vimeo/psalm": "^5.20.0"
},
"conflict": {},
"prefer-stable": true,
Expand Down

0 comments on commit f4a355b

Please sign in to comment.