Skip to content

Commit

Permalink
Update dev dependencies (FreshRSS#7052)
Browse files Browse the repository at this point in the history
I was expecting some of them (e.g. PHPStan) as part of the last Dependabot round, so here is a global update
  • Loading branch information
Alkarex authored Dec 3, 2024
1 parent 594ef04 commit 01f2325
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 505 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"ext-phar": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "^10",
"squizlabs/php_codesniffer": "^3.9"
"squizlabs/php_codesniffer": "^3.11"
},
"scripts": {
"php-lint": "find . -type d -name 'vendor' -prune -o -name '*.php' -print0 | xargs -0 -n1 -P4 php -l 1>/dev/null",
Expand Down
66 changes: 33 additions & 33 deletions composer.lock

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

Loading

0 comments on commit 01f2325

Please sign in to comment.