Skip to content

Commit

Permalink
[DOCS] Extend PHIVE section in docs
Browse files Browse the repository at this point in the history
Fixes #543
Fixes #429
  • Loading branch information
kanow committed Jul 29, 2024
1 parent 93d8c3c commit 8d22277
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/DependencyManager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`__.

0 comments on commit 8d22277

Please sign in to comment.