Skip to content

Commit

Permalink
Merge pull request #420 from sensiolabs-de/update-box
Browse files Browse the repository at this point in the history
update to box v3.9.1
  • Loading branch information
Simon Mönch authored Nov 23, 2020
2 parents 5627865 + 24aa7ed commit 76d94c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
extensions: mbstring, xml, ctype, iconv
ini-values: phar.readonly=0
coverage: none
tools: phive, composer:v1
tools: phive, composer:v2

- name: Get composer cache directory
id: composercache
Expand Down
2 changes: 1 addition & 1 deletion .phive/phars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<phar name="phpunit" version="^8.5.6||^9.4" installed="8.5.9" location="./tools/phpunit.phar" copy="true"/>
<phar name="phpstan" version="^0.12.29" installed="0.12.43" location="./tools/phpstan" copy="true"/>
<phar name="psalm" version="^3.12.2" installed="3.18.2" location="./tools/psalm" copy="true"/>
<phar name="humbug/box" version="^3.8.4" installed="3.8.5" location="./tools/box" copy="true"/>
<phar name="humbug/box" version="^3.9.1" installed="3.9.1" location="./tools/box" copy="true"/>
</phive>

0 comments on commit 76d94c0

Please sign in to comment.