Skip to content

Commit c8e36cd

Browse files
authored
Merge pull request #1061 from WyriHaximus/renovate/phpstan-packages
Update dependency wyrihaximus/phpstan-rules-wrapper to ^10.18.0
2 parents ee4f3f0 + c667cbd commit c8e36cd

File tree

3 files changed

+36
-32
lines changed

3 files changed

+36
-32
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ composer-require-checker: ## Ensure we require every package used in this packag
7474
composer-unused: ## Ensure we don't require any package we don't use in this package directly ##*C*##
7575
$(DOCKER_RUN) vendor/bin/composer-unused --ansi --configuration=./etc/qa/composer-unused.php
7676

77+
libyear: ### Calculate how many libyear this package is behind with dependencies
78+
$(DOCKER_RUN) vendor/bin/libyear
79+
7780
backward-compatibility-check: ## Check code for backwards incompatible changes ##*C*##
7881
$(MAKE) backward-compatibility-check-raw || true
7982

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"roave/backward-compatibility-check": "^8.14.0",
2525
"squizlabs/php_codesniffer": "^3.13.2",
2626
"wyrihaximus/coding-standard": "^2.20.2",
27-
"wyrihaximus/phpstan-rules-wrapper": "^10.17.0"
27+
"wyrihaximus/phpstan-rules-wrapper": "^10.18.0"
2828
},
2929
"require-dev": {
3030
"wyrihaximus/makefiles": "^0.4.3"

composer.lock

Lines changed: 32 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)