Skip to content

Commit 4b3019a

Browse files
authored
Merge pull request #18 from WyriHaximus/renovate/wyrihaximus-makefiles-0.x
Update dependency wyrihaximus/makefiles to ^0.1.0 || ^0.2.0
2 parents 8774f6f + 0c30ad3 commit 4b3019a

File tree

3 files changed

+43
-32
lines changed

3 files changed

+43
-32
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require-dev": {
1919
"react/promise-timer": "^1.10.0",
20-
"wyrihaximus/makefiles": "^0.1.0",
20+
"wyrihaximus/makefiles": "^0.2.0",
2121
"wyrihaximus/test-utilities": "dev-master as 7.0.0"
2222
},
2323
"conflict": {

composer.lock

Lines changed: 41 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)