We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f6352 commit 824bbf4Copy full SHA for 824bbf4
Makefile
@@ -1,9 +1,10 @@
1
OPTS ?= ""
2
+PHP = php
3
4
all: test md no-links only-dev only-prod json json-pretty
5
6
test:
- php ./composer-lock-diff --from test-data/composer.from.lock --to test-data/composer.to.lock $(OPTS)
7
+ $(PHP) ./composer-lock-diff --from test-data/composer.from.lock --to test-data/composer.to.lock $(OPTS)
8
9
md:
10
$(MAKE) test OPTS=--md
0 commit comments