Skip to content

Commit 74b6c55

Browse files
authored
Merge pull request #1005 from WyriHaximus/add-suggests
Add Suggests for related packages
2 parents bb31b62 + 93d8c8a commit 74b6c55

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ endif
3535
all: ## Runs everything ####
3636
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | grep -v "####" | awk 'BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | xargs --open-tty $(MAKE)
3737

38+
3839
syntax-php: ## Lint PHP syntax
3940
$(DOCKER_RUN) vendor/bin/parallel-lint --exclude vendor .
4041

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"conflict": {
3434
"composer/pcre": "<3.3.2"
3535
},
36+
"suggest": {
37+
"wyrihaximus/async-test-utilities": "The recommended addition to this package when building ReactPHP packages and projects.",
38+
"wyrihaximus/makefiles": "Provides autogenerated Makefile utilizing all utilities provided through this package."
39+
},
3640
"autoload": {
3741
"psr-4": {
3842
"WyriHaximus\\TestUtilities\\": "src/"

0 commit comments

Comments
 (0)