Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated phive dependencies
  • Loading branch information
Bastian Schwarz committed Mar 12, 2023
commit 5573374dfcf2c53d4460ba6ff267e6a20c43617b
10 changes: 5 additions & 5 deletions phive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
~ limitations under the License.
-->
<phive xmlns="https://phar.io/phive">
<phar name="phpunit" version="^9.0.1" installed="9.5.27" location="./tools/phpunit.phar" copy="true"/>
<phar name="psalm" version="^5.0" installed="5.2.0" location="./tools/psalm" copy="true"/>
<phar name="composer-unused" version="^0.8" installed="0.8.5" location="./tools/composer-unused" copy="true"/>
<phar name="composer-require-checker" version="^4.0" installed="4.4.0" location="./tools/composer-require-checker" copy="true"/>
<phar name="infection" version="^0.26" installed="0.26.16" location="./tools/infection" copy="true"/>
<phar name="phpunit" version="^10.0" installed="10.0.15" location="./tools/phpunit.phar" copy="true"/>
<phar name="psalm" version="^5.0" installed="5.8.0" location="./tools/psalm" copy="true"/>
<phar name="composer-unused" version="^0.8" installed="0.8.6" location="./tools/composer-unused" copy="true"/>
<phar name="composer-require-checker" version="^4.0" installed="4.5.0" location="./tools/composer-require-checker" copy="true"/>
<phar name="infection" version="^0.26" installed="0.26.18" location="./tools/infection" copy="true"/>
</phive>
Binary file modified tools/composer-require-checker
Binary file not shown.
Binary file modified tools/composer-unused
Binary file not shown.
Binary file modified tools/infection
Binary file not shown.
Loading