diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-09-30 11:12:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 11:12:17 +0200 |
commit | 769a28833b68f4c629c5578348b31d51016fbf6f (patch) | |
tree | 59ef68d5d21dc03439d98a6aa574437e2664b9b4 /Makefile | |
parent | 6cdca9562c7685e9a0eb77b51584d0cc458c44e0 (diff) | |
parent | 0f686afe11e56392e0beb3131a8380922600d408 (diff) | |
download | Shaarli-769a28833b68f4c629c5578348b31d51016fbf6f.tar.gz Shaarli-769a28833b68f4c629c5578348b31d51016fbf6f.tar.zst Shaarli-769a28833b68f4c629c5578348b31d51016fbf6f.zip |
Merge pull request #1566 from nodiscc/makefile-composer-install
doc/Makefile: remove references to composer update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -85,6 +85,10 @@ all_tests: test locale_test_de_DE locale_test_en_US locale_test_fr_FR | |||
85 | @# --text doesn't work with phpunit 4.* (v5 requires PHP 5.6) | 85 | @# --text doesn't work with phpunit 4.* (v5 requires PHP 5.6) |
86 | @#$(BIN)/phpcov merge --text coverage/txt coverage | 86 | @#$(BIN)/phpcov merge --text coverage/txt coverage |
87 | 87 | ||
88 | ### download 3rd-party PHP libraries, including dev dependencies | ||
89 | composer_dependencies_dev: clean | ||
90 | composer install --prefer-dist | ||
91 | |||
88 | ## | 92 | ## |
89 | # Custom release archive generation | 93 | # Custom release archive generation |
90 | # | 94 | # |