Skip to content

Commit 73f3520

Browse files
committed
Update tools
1 parent 64d7dcf commit 73f3520

6 files changed

Lines changed: 34 additions & 34 deletions

File tree

.phive/phars.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="php-cs-fixer" version="^3.93" location="./tools/php-cs-fixer" copy="true" installed="3.94.2"/>
4-
<phar name="phpunit" version="^12.0" location="./tools/phpunit" copy="true" installed="12.5.14"/>
3+
<phar name="php-cs-fixer" version="^3.94.2" location="./tools/php-cs-fixer" copy="true" installed="3.94.2"/>
4+
<phar name="phpunit" version="^12.5.14" location="./tools/phpunit" copy="true" installed="12.5.14"/>
55
<phar name="composer-normalize" version="^2.50.0" location="./tools/composer-normalize" copy="true" installed="2.50.0"/>
66
</phive>

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.0/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.5/phpunit.xsd"
55
beStrictAboutOutputDuringTests="true"
66
displayDetailsOnAllIssues="true"
77
bootstrap="tests/bootstrap.php"

tools/.phpstan/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require-dev": {
33
"phpstan/extension-installer": "^1.4.3",
4-
"phpstan/phpstan": "^2.1.40",
4+
"phpstan/phpstan": "^2.1.44",
55
"phpstan/phpstan-deprecation-rules": "^2.0.4",
66
"phpstan/phpstan-phpunit": "^2.0.16",
77
"phpstan/phpstan-strict-rules": "^2.0.10",

tools/.phpstan/composer.lock

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

tools/.rector/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require-dev": {
33
"phpunit/phpunit": "^12.5.14",
4-
"rector/rector": "^2.3.8"
4+
"rector/rector": "^2.3.9"
55
},
66
"config": {
77
"sort-packages": true

tools/.rector/composer.lock

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

0 commit comments

Comments
 (0)