File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed
phpstan/extension-installer/src Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ),
Original file line number Diff line number Diff line change 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 (),
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 (),
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments