55 lines
1.2 KiB
PHP
55 lines
1.2 KiB
PHP
<?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()
|
|
{
|
|
}
|
|
|
|
}
|