File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 35
35
all : # # Runs everything ####
36
36
@grep -E ' ^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST ) | grep -v " ####" | awk ' BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | xargs --open-tty $(MAKE )
37
37
38
+
38
39
syntax-php : # # Lint PHP syntax
39
40
$(DOCKER_RUN ) vendor/bin/parallel-lint --exclude vendor .
40
41
Original file line number Diff line number Diff line change 33
33
"conflict" : {
34
34
"composer/pcre" : " <3.3.2"
35
35
},
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
+ },
36
40
"autoload" : {
37
41
"psr-4" : {
38
42
"WyriHaximus\\ TestUtilities\\ " : " src/"
You can’t perform that action at this time.
0 commit comments