Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ composer-require-checker: ## Ensure we require every package used in this packag
composer-unused: ## Ensure we don't require any package we don't use in this package directly ##*C*##
$(DOCKER_RUN) vendor/bin/composer-unused --ansi --configuration=./etc/qa/composer-unused.php

libyear: ### Calculate how many libyear this package is behind with dependencies
$(DOCKER_RUN) vendor/bin/libyear

backward-compatibility-check: ## Check code for backwards incompatible changes ##*C*##
$(MAKE) backward-compatibility-check-raw || true

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"roave/backward-compatibility-check": "^8.14.0",
"squizlabs/php_codesniffer": "^3.13.2",
"wyrihaximus/coding-standard": "^2.20.2",
"wyrihaximus/phpstan-rules-wrapper": "^10.17.0"
"wyrihaximus/phpstan-rules-wrapper": "^10.18.0"
},
"require-dev": {
"wyrihaximus/makefiles": "^0.4.3"
Expand Down
63 changes: 32 additions & 31 deletions composer.lock

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

Loading