mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-13 00:56:12 +01:00
20112ac115
We now only use PHIVE for those tools that are not compatible with the PHP versions we currently support (7.2-7.4). This currently is only the PHP copy-paste detector (which requires PHP >= 7.3). This also (as a nice side effect) provides `ddev composer normalize` out of the box. For YAML linting, we now use the `symfony/yaml` package (which already was installed as an indirected dependency, and which we now explicitly require). Fixes #274 Fixes #279
5 lines
292 B
XML
5 lines
292 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phive xmlns="https://phar.io/phive">
|
|
<phar name="phar-io/phive" version="^0.14.5" installed="0.14.5" location="./tools/phive" copy="true"/>
|
|
<phar name="phpcpd" version="^6.0.3" installed="6.0.3" location="./tools/phpcpd" copy="true"/>
|
|
</phive>
|