Skip to content

Commit 3062cff

Browse files
committed
Move file.
1 parent 8fddcd8 commit 3062cff

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.phive/phars.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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>

0 commit comments

Comments
 (0)