clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
<?php declare(strict_types = 1);
namespace PHPStan\ExtensionInstaller;
/**
* This class is generated by phpstan/extension-installer.
* @internal
*/
final class GeneratedConfig
{
public const EXTENSIONS = array (
'mglaman/phpstan-drupal' =>
array (
'install_path' => '/home/spider_pig/src/php/farmOS-dev/vendor/mglaman/phpstan-drupal',
'relative_install_path' => '../../../mglaman/phpstan-drupal',
'extra' =>
array (
'includes' =>
array (
0 => 'extension.neon',
1 => 'rules.neon',
),
),
'version' => '1.3.1',
'phpstanVersionConstraint' => '>=1.10.56.0-dev, <2.0.0.0-dev',
),
'phpstan/phpstan-deprecation-rules' =>
array (
'install_path' => '/home/spider_pig/src/php/farmOS-dev/vendor/phpstan/phpstan-deprecation-rules',
'relative_install_path' => '../../phpstan-deprecation-rules',
'extra' =>
array (
'includes' =>
array (
0 => 'rules.neon',
),
),
'version' => '1.2.1',
'phpstanVersionConstraint' => '>=1.12.0.0-dev, <2.0.0.0-dev',
),
);
public const NOT_INSTALLED = array (
);
/** @var string|null */
public const PHPSTAN_VERSION_CONSTRAINT = '>=1.12.0.0-dev, <2.0.0.0-dev';
private function __construct()
{
}
}