File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <!--
3+ PHIVE CONFIGURATION SKELETON FILE
4+
5+ This file was automatically generated by PHIVE 0.13.2 on 2019-12-09 16:33:55+0000
6+ -->
7+ <phive xmlns =" https://phar.io/phive" >
8+ <!-- PHIVE CONFIGURATION -->
9+ <!--
10+ By default, PHIVE stores all PHARs and some additional files containing meta data in ~/.phive.
11+ You can change the working directory, but it is recommended to stick with it.
12+
13+ <config home="~/.phive" />
14+ -->
15+ <!-- DEPENDENCY MANAGEMENT -->
16+ <!--
17+ If the dependency you need is listed on https://phar.io, you can simply add the alias to your config.
18+ Although not recommended, you can leave out the version attribute, so the newest available version will
19+ be installed.
20+
21+ <phar name="phpunit" version="^4.6" />
22+ -->
23+ <!--
24+ If the dependency you need is not listed on https://phar.io or you do not want to rely on a central database,
25+ you can also add an URL pointing to any PHAR to your config or use the github "project/repository" combination.
26+
27+ <phar url="https://some.tld/tool.phar" />
28+ <phar url="someone/somerepo" />
29+ -->
30+ <phar name =" phpunit" version =" ^9.5" installed =" 9.5.26" location =" ./bin/phpunit" copy =" true" />
31+ <phar name =" phpstan" version =" ^1.8.10" installed =" 1.9.0" location =" ./bin/phpstan" copy =" true" />
32+ <phar name =" phpcs" version =" ^3.5.3" installed =" 3.7.1" location =" ./bin/phpcs" copy =" true" />
33+ <phar name =" phpcbf" version =" ^3.5.3" installed =" 3.7.1" location =" ./bin/phpcbf" copy =" true" />
34+ <phar name =" grumphp" version =" ^0.19.1" installed =" 0.19.1" location =" ./bin/grumphp" copy =" true" />
35+ </phive >
You can’t perform that action at this time.
0 commit comments