mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 18:56:12 +01:00
Merge 8d22277de3
into 0a01e3f20c
This commit is contained in:
commit
f02faf85a0
1 changed files with 15 additions and 0 deletions
|
@ -16,3 +16,18 @@ install or upgrade some tool as the tool's dependencies conflict with the
|
|||
dependencies on another library). It also allows running versions of tools
|
||||
that require a PHP version that is higher than the lowest allowed PHP version
|
||||
for this project.
|
||||
|
||||
.. _using-phive-to-install-phpcov:
|
||||
|
||||
Using PHIVE to install `phpunit/phpcov`
|
||||
=======================================
|
||||
|
||||
To support php version 7.4 and 8.2 in the `tea` extension, we are using PHIVE
|
||||
to install `phpunit/phpcov`.
|
||||
We need `phpunit/phpcov` in version 10 to support php 8.2.
|
||||
Our minimum php version 7.4 would prevent the installation with composer.
|
||||
|
||||
.. note::
|
||||
|
||||
To find more information about install and usage,
|
||||
please check out the documentation of `PHIVE <https://phar.io>`__.
|
||||
|
|
Loading…
Reference in a new issue