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

Breadcrumb

  1. Drupal Core 11.1.x
  2. GeneratedConfig.php

GeneratedConfig::EXTENSIONS

File

vendor/phpstan/extension-installer/src/GeneratedConfig.php, line 12

Class

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

Namespace

PHPStan\ExtensionInstaller

Code

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',
    ),
);

API Navigation

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