-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphive.xml
34 lines (30 loc) · 1.5 KB
/
phive.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<!--
PHIVE CONFIGURATION SKELETON FILE
This file was automatically generated by PHIVE 0.13.2 on 2019-12-09 16:33:55+0000
-->
<phive xmlns="https://phar.io/phive">
<!-- PHIVE CONFIGURATION -->
<!--
By default, PHIVE stores all PHARs and some additional files containing meta data in ~/.phive.
You can change the working directory, but it is recommended to stick with it.
<config home="~/.phive" />
-->
<!-- DEPENDENCY MANAGEMENT -->
<!--
If the dependency you need is listed on https://phar.io, you can simply add the alias to your config.
Although not recommended, you can leave out the version attribute, so the newest available version will
be installed.
<phar name="phpunit" version="^4.6" />
-->
<!--
If the dependency you need is not listed on https://phar.io or you do not want to rely on a central database,
you can also add an URL pointing to any PHAR to your config or use the github "project/repository" combination.
<phar url="https://some.tld/tool.phar" />
<phar url="someone/somerepo" />
-->
<phar name="phpunit" version="^9.0" installed="9.0.1" location="./bin/phpunit" copy="true"/>
<phar name="phpstan" version="^0.12.1" installed="0.12.1" location="./bin/phpstan" copy="true"/>
<phar name="phpcs" version="^3.5.3" installed="3.5.3" location="./bin/phpcs" copy="true"/>
<phar name="phpcbf" version="^3.5.3" installed="3.5.4" location="./bin/phpcbf" copy="true"/>
</phive>