Skip to content

Commit b778c36

Browse files
Merge branch '12.5'
* 12.5: Update tools
2 parents 02d9f12 + c69b853 commit b778c36

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.phive/phars.xml

Lines changed: 2 additions & 2 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">
33
<phar name="phpab" version="^1.29" installed="1.29.3" location="./tools/phpab" copy="true"/>
4-
<phar name="php-cs-fixer" version="^3.80" installed="3.89.1" location="./tools/php-cs-fixer" copy="true"/>
4+
<phar name="php-cs-fixer" version="^3.80" installed="3.89.2" location="./tools/php-cs-fixer" copy="true"/>
55
<phar name="humbug/php-scoper" version="^0.18" installed="0.18.18" location="./tools/php-scoper" copy="true"/>
6-
<phar name="composer" version="^2.8" installed="2.8.12" location="./tools/composer" copy="true"/>
6+
<phar name="composer" version="^2.8" installed="2.9.0-RC1" location="./tools/composer" copy="true"/>
77
</phive>

tools/.phpstan/composer.lock

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,43 +11,43 @@ class ComposerStaticInitf9e7218f71d5874b5632927df4f72bd7
1111
);
1212

1313
public static $prefixLengthsPsr4 = array (
14-
'T' =>
14+
'T' =>
1515
array (
1616
'TomasVotruba\\TypeCoverage\\' => 26,
1717
),
18-
'P' =>
18+
'P' =>
1919
array (
2020
'PHPStan\\ExtensionInstaller\\' => 27,
2121
'PHPStan\\' => 8,
2222
),
23-
'N' =>
23+
'N' =>
2424
array (
2525
'Nette\\' => 6,
2626
),
27-
'E' =>
27+
'E' =>
2828
array (
2929
'Ergebnis\\PHPStan\\Rules\\' => 23,
3030
),
3131
);
3232

3333
public static $prefixDirsPsr4 = array (
34-
'TomasVotruba\\TypeCoverage\\' =>
34+
'TomasVotruba\\TypeCoverage\\' =>
3535
array (
3636
0 => __DIR__ . '/..' . '/tomasvotruba/type-coverage/src',
3737
),
38-
'PHPStan\\ExtensionInstaller\\' =>
38+
'PHPStan\\ExtensionInstaller\\' =>
3939
array (
4040
0 => __DIR__ . '/..' . '/phpstan/extension-installer/src',
4141
),
42-
'PHPStan\\' =>
42+
'PHPStan\\' =>
4343
array (
4444
0 => __DIR__ . '/..' . '/phpstan/phpstan-strict-rules/src',
4545
),
46-
'Nette\\' =>
46+
'Nette\\' =>
4747
array (
4848
0 => __DIR__ . '/..' . '/nette/utils/src',
4949
),
50-
'Ergebnis\\PHPStan\\Rules\\' =>
50+
'Ergebnis\\PHPStan\\Rules\\' =>
5151
array (
5252
0 => __DIR__ . '/..' . '/ergebnis/phpstan-rules/src',
5353
),

tools/.phpstan/vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => '__root__',
44
'pretty_version' => '12.5.x-dev',
55
'version' => '12.5.9999999.9999999-dev',
6-
'reference' => '5e5ff7c9977b5d1d9c7c31147187f1b5ecb9d661',
6+
'reference' => 'd45ae7d6d6871c9bb6f2185be01f7a4ad90ba1d4',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'__root__' => array(
1414
'pretty_version' => '12.5.x-dev',
1515
'version' => '12.5.9999999.9999999-dev',
16-
'reference' => '5e5ff7c9977b5d1d9c7c31147187f1b5ecb9d661',
16+
'reference' => 'd45ae7d6d6871c9bb6f2185be01f7a4ad90ba1d4',
1717
'type' => 'library',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

tools/.phpstan/vendor/phpstan/extension-installer/src/GeneratedConfig.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class GeneratedConfig
1212
public const EXTENSIONS = array (
1313
'ergebnis/phpstan-rules' =>
1414
array (
15-
'install_path' => '/usr/local/src/phpunit/tools/.phpstan/vendor/ergebnis/phpstan-rules',
15+
'install_path' => '/Users/sb/Work/OpenSource/phpunit/tools/.phpstan/vendor/ergebnis/phpstan-rules',
1616
'relative_install_path' => '../../../ergebnis/phpstan-rules',
1717
'extra' =>
1818
array (
@@ -26,7 +26,7 @@ final class GeneratedConfig
2626
),
2727
'phpstan/phpstan-strict-rules' =>
2828
array (
29-
'install_path' => '/usr/local/src/phpunit/tools/.phpstan/vendor/phpstan/phpstan-strict-rules',
29+
'install_path' => '/Users/sb/Work/OpenSource/phpunit/tools/.phpstan/vendor/phpstan/phpstan-strict-rules',
3030
'relative_install_path' => '../../phpstan-strict-rules',
3131
'extra' =>
3232
array (
@@ -40,7 +40,7 @@ final class GeneratedConfig
4040
),
4141
'tomasvotruba/type-coverage' =>
4242
array (
43-
'install_path' => '/usr/local/src/phpunit/tools/.phpstan/vendor/tomasvotruba/type-coverage',
43+
'install_path' => '/Users/sb/Work/OpenSource/phpunit/tools/.phpstan/vendor/tomasvotruba/type-coverage',
4444
'relative_install_path' => '../../../tomasvotruba/type-coverage',
4545
'extra' =>
4646
array (

tools/composer

120 KB
Binary file not shown.

tools/php-cs-fixer

393 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)