diff --git a/Makefile b/Makefile index af64aa5f..d1684866 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ endif all: ## Runs everything #### @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | grep -v "####" | awk 'BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | xargs --open-tty $(MAKE) + syntax-php: ## Lint PHP syntax $(DOCKER_RUN) vendor/bin/parallel-lint --exclude vendor . diff --git a/composer.json b/composer.json index 27bd2b4d..9eac2dd6 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,10 @@ "conflict": { "composer/pcre": "<3.3.2" }, + "suggest": { + "wyrihaximus/async-test-utilities": "The recommended addition to this package when building ReactPHP packages and projects.", + "wyrihaximus/makefiles": "Provides autogenerated Makefile utilizing all utilities provided through this package." + }, "autoload": { "psr-4": { "WyriHaximus\\TestUtilities\\": "src/"