Skip to content

Commit

Permalink
Fix: Require humbug/box (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Apr 28, 2022
1 parent 96b66de commit ce6f948
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added .phive/box
Binary file not shown.
1 change: 1 addition & 0 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<phar name="php-cs-fixer" version="^3.8.0" installed="3.8.0" location="./.phive/php-cs-fixer" copy="true"/>
<phar name="composer-require-checker" version="^3.8.0" installed="3.8.0" location="./.phive/composer-require-checker" copy="true"/>
<phar name="psalm" version="^4.22.0" installed="4.22.0" location="./.phive/psalm" copy="true"/>
<phar name="humbug/box" version="^3.16.0" installed="3.16.0" location="./.phive/box" copy="true"/>
</phive>
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

composer install --no-dev
box build
.phive/box build

VERSION=$(php twigcs.phar --version)

Expand Down

0 comments on commit ce6f948

Please sign in to comment.