Skip to content

Commit

Permalink
Upgrade to Box 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willemstuursma committed Oct 3, 2021
1 parent e4a4db8 commit 73d74f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
castblock-php.phar: box.phar
# Composer must be installed globally for box to work.
composer install --no-dev
php box.phar compile

box.phar:
curl -Ls https://github.com/box-project/box/releases/download/3.11.1/box.phar -o box.phar
curl -Ls https://github.com/box-project/box/releases/download/3.13.0/box.phar -o box.phar

0 comments on commit 73d74f9

Please sign in to comment.