Skip to content

Commit 1b437a3

Browse files
author
Bastian Schwarz
committed
Updated phive dependencies
1 parent 02696ed commit 1b437a3

12 files changed

Lines changed: 5155 additions & 2428 deletions

File tree

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
/.cache export-ignore
55
/.github export-ignore
66
/.logs export-ignore
7+
/.phive export-ignore
78

89
/.gitignore export-ignore
910
/.gitattributes export-ignore
1011
/.env.dist
1112
/docker-compose.yml export-ignore
1213
/infection.json.dist export-ignore
13-
/phive.xml export-ignore
1414
/psalm.xml export-ignore

.idea/php.xml

Lines changed: 90 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/phpunit.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/platform.secretsManager.base.iml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Default.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phive.xml renamed to .phive/phars.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
~
1717
-->
1818
<phive xmlns="https://phar.io/phive">
19-
<phar name="phpunit" version="^10.0" installed="10.0.14" location="./tools/phpunit.phar" copy="true"/>
20-
<phar name="psalm" version="^5.7" installed="5.7.7" location="./tools/psalm" copy="true"/>
21-
<phar name="composer-unused" version="^0.8.5" installed="0.8.5" location="./tools/composer-unused" copy="true"/>
22-
<phar name="composer-require-checker" version="^4.5" installed="4.5.0" location="./tools/composer-require-checker" copy="true"/>
23-
<phar name="infection" version="^0.26" installed="0.26.18" location="./tools/infection" copy="true"/>
19+
<phar name="phpunit" version="^10.1" installed="10.1.3" location="./tools/phpunit.phar" copy="true"/>
20+
<phar name="psalm" version="^5.11" installed="5.11.0" location="./tools/psalm" copy="true"/>
21+
<phar name="composer-unused" version="^0.8.5" installed="0.8.8" location="./tools/composer-unused" copy="true"/>
22+
<phar name="composer-require-checker" version="^4.5" installed="4.6.0" location="./tools/composer-require-checker" copy="true"/>
23+
<phar name="infection" version="^0.26" installed="0.26.21" location="./tools/infection" copy="true"/>
2424
</phive>

test/phpunit.dist.xml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,8 @@
1515
~ limitations under the License.
1616
~
1717
-->
18-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
colors="true"
20-
bootstrap="./../vendor/autoload.php"
21-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
22-
cacheDirectory="../.cache/phpunit"
23-
>
24-
<coverage>
25-
<include>
26-
<directory suffix=".php">./../src</directory>
27-
</include>
28-
</coverage>
18+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" bootstrap="./../vendor/autoload.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" cacheDirectory="../.cache/phpunit">
19+
<coverage/>
2920
<testsuites>
3021
<testsuite name="all">
3122
<directory>.</directory>
@@ -34,4 +25,9 @@
3425
<php>
3526
<ini name="date.timezone" value="Europe/Berlin"/>
3627
</php>
28+
<source>
29+
<include>
30+
<directory>./../src</directory>
31+
</include>
32+
</source>
3733
</phpunit>

tools/composer-require-checker

135 Bytes
Binary file not shown.

tools/composer-unused

27.2 MB
Binary file not shown.

tools/infection

1.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)