mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-08 23:16:14 +01:00
188303fed1
Tools that are downloadable should in general be downloaded during the CI runs, not stored in the repository. As the only PHIVE PHAR we're using is PCOV (for code coverage, which we usually only run on CI), we can skip providing PHIVE and rely on CI to provide PHIVE for us. This leaves only PCOV to be installed via PHIVE. Fixes #267
4 lines
184 B
XML
4 lines
184 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phive xmlns="https://phar.io/phive">
|
|
<phar name="phpcov" version="^8.2.1" installed="8.2.1" location="./tools/phpcov" copy="false"/>
|
|
</phive>
|