Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

GeneratedConfig.php

Namespace

PHPStan\ExtensionInstaller

File

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

View source
<?php

declare (strict_types=1);
namespace PHPStan\ExtensionInstaller;


/**
 * This class is generated by phpstan/extension-installer.
 * @internal
 */
final class GeneratedConfig {
    public const EXTENSIONS = array(
        'composer/composer' => array(
            'install_path' => '/opt/drupal/code/drupal-11.1.x/vendor/composer/composer',
            'relative_install_path' => '../../../composer/composer',
            'extra' => array(
                'includes' => array(
                    0 => 'phpstan/rules.neon',
                ),
            ),
            'version' => '2.8.3',
            'phpstanVersionConstraint' => NULL,
        ),
        'composer/pcre' => array(
            'install_path' => '/opt/drupal/code/drupal-11.1.x/vendor/composer/pcre',
            'relative_install_path' => '../../../composer/pcre',
            'extra' => array(
                'includes' => array(
                    0 => 'extension.neon',
                ),
            ),
            'version' => '3.3.2',
            'phpstanVersionConstraint' => NULL,
        ),
        'mglaman/phpstan-drupal' => array(
            'install_path' => '/opt/drupal/code/drupal-11.1.x/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' => '/opt/drupal/code/drupal-11.1.x/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',
        ),
        'phpstan/phpstan-phpunit' => array(
            'install_path' => '/opt/drupal/code/drupal-11.1.x/vendor/phpstan/phpstan-phpunit',
            'relative_install_path' => '../../phpstan-phpunit',
            'extra' => array(
                'includes' => array(
                    0 => 'extension.neon',
                    1 => 'rules.neon',
                ),
            ),
            'version' => '1.4.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() {
    }

}

Classes

Title Deprecated Summary
GeneratedConfig This class is generated by phpstan/extension-installer. @internal

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal