X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=0ff6bd3f7a5ef59ed7900b29a3b093855352b928;hb=077908fcb1a2d5c6cc874d686e3965f6035e24ee;hp=4c9a9c832d8bf428830f2037923f7d34e15431bf;hpb=85b972baf67c61ebabf1ce332358e4dfd2456a4e;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index 4c9a9c83..0ff6bd3f 100644 --- a/Makefile +++ b/Makefile @@ -85,6 +85,10 @@ all_tests: test locale_test_de_DE locale_test_en_US locale_test_fr_FR @# --text doesn't work with phpunit 4.* (v5 requires PHP 5.6) @#$(BIN)/phpcov merge --text coverage/txt coverage +### download 3rd-party PHP libraries, including dev dependencies +composer_dependencies_dev: clean + composer install --prefer-dist + ## # Custom release archive generation #