Skip to content

Commit b363ffc

Browse files
Update tools
1 parent 56b7a5a commit b363ffc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+11753
-4429
lines changed

.phive/phars.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="composer" version="^2.8" installed="2.8.9" location="./tools/composer" copy="true"/>
4-
<phar name="php-cs-fixer" version="^3.69" installed="3.75.0" location="./tools/php-cs-fixer" copy="true"/>
5-
<phar name="phpunit" version="^12.0" installed="12.1.5" location="./tools/phpunit" copy="true"/>
6-
<phar name="infection" version="^0.29" installed="0.29.14" location="./tools/infection" copy="true"/>
3+
<phar name="composer" version="^2.8" installed="2.8.11" location="./tools/composer" copy="true"/>
4+
<phar name="php-cs-fixer" version="^3.86" installed="3.86.0" location="./tools/php-cs-fixer" copy="true"/>
5+
<phar name="phpunit" version="^12.3" installed="12.3.6" location="./tools/phpunit" copy="true"/>
6+
<phar name="infection" version="^0.31" installed="0.31.2" location="./tools/infection" copy="true"/>
77
</phive>

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.1/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.3/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
cacheDirectory=".phpunit.cache"
66
executionOrder="depends,defects"

tools/.phpstan/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"require-dev": {
3-
"phpstan/phpstan": "^2.1.14",
3+
"phpstan/phpstan": "^2.1.22",
44
"phpstan/extension-installer": "^1.4.3",
5-
"phpstan/phpstan-strict-rules": "^2.0.4",
5+
"phpstan/phpstan-strict-rules": "^2.0.6",
66
"tomasvotruba/type-coverage": "^2.0.2",
7-
"ergebnis/phpstan-rules": "^2.8.0"
7+
"ergebnis/phpstan-rules": "^2.11.0"
88
},
99
"config": {
1010
"allow-plugins": {

tools/.phpstan/composer.lock

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

tools/.phpstan/vendor/composer/autoload_psr4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
'TomasVotruba\\TypeCoverage\\' => array($vendorDir . '/tomasvotruba/type-coverage/src'),
1010
'PHPStan\\ExtensionInstaller\\' => array($vendorDir . '/phpstan/extension-installer/src'),
1111
'PHPStan\\' => array($vendorDir . '/phpstan/phpstan-strict-rules/src'),
12+
'Nette\\' => array($vendorDir . '/nette/utils/src'),
1213
'Ergebnis\\PHPStan\\Rules\\' => array($vendorDir . '/ergebnis/phpstan-rules/src'),
1314
);

tools/.phpstan/vendor/composer/autoload_static.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ class ComposerStaticInitf9e7218f71d5874b5632927df4f72bd7
2020
'PHPStan\\ExtensionInstaller\\' => 27,
2121
'PHPStan\\' => 8,
2222
),
23+
'N' =>
24+
array (
25+
'Nette\\' => 6,
26+
),
2327
'E' =>
2428
array (
2529
'Ergebnis\\PHPStan\\Rules\\' => 23,
@@ -39,6 +43,10 @@ class ComposerStaticInitf9e7218f71d5874b5632927df4f72bd7
3943
array (
4044
0 => __DIR__ . '/..' . '/phpstan/phpstan-strict-rules/src',
4145
),
46+
'Nette\\' =>
47+
array (
48+
0 => __DIR__ . '/..' . '/nette/utils/src',
49+
),
4250
'Ergebnis\\PHPStan\\Rules\\' =>
4351
array (
4452
0 => __DIR__ . '/..' . '/ergebnis/phpstan-rules/src',

0 commit comments

Comments
 (0)