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.67 | 1.11.0 |
| packagist  | phpstan/phpstan-deprecation-rules | 1.1.4   | 1.2.0  |
| packagist  | phpstan/phpstan-phpunit           | 1.3.16  | 1.4.0  |
| packagist  | phpstan/phpstan-strict-rules      | 1.5.5   | 1.6.0  |
  • Loading branch information
renovate[bot] authored May 13, 2024
1 parent bfe354e commit 1c3d565
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 @@ -52,10 +52,10 @@
"ext-pcov": "*",
"ext-posix": "*",
"doctrine/coding-standard": "^12.0.0",
"phpstan/phpstan": "^1.10.67",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/phpstan-strict-rules": "^1.5.5",
"phpstan/phpstan": "^1.11.0",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"squizlabs/php_codesniffer": "^3.9.2",
"symfony/filesystem": "^6.4.3 || ^7.0.7"
},
Expand Down

0 comments on commit 1c3d565

Please sign in to comment.