Skip to content

Commit

Permalink
Bump to Box 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 15, 2024
1 parent 1723d6f commit 14df980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ifeq (, $(wildcard vendor))
endif

build/box.phar:
curl -LSs https://github.com/box-project/box/releases/download/4.3.8/box.phar -o build/box.phar
curl -LSs https://github.com/box-project/box/releases/download/4.6.1/box.phar -o build/box.phar

build/moodle-plugin-ci.phar: build/box.phar
$(COMPOSER) install --no-dev --prefer-dist --classmap-authoritative --quiet
Expand Down

0 comments on commit 14df980

Please sign in to comment.