Initial Drupal 11 with DDEV setup
This commit is contained in:
20
web/core/tests/PHPStan/composer.json
Normal file
20
web/core/tests/PHPStan/composer.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "drupal/phpstan-testing",
|
||||
"description": "Tests Drupal core's PHPStan rules",
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^11",
|
||||
"phpstan/phpstan": "2.1.17"
|
||||
},
|
||||
"license": "GPL-2.0-or-later",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Drupal\\PHPStan\\Rules\\": "Rules/",
|
||||
"Drupal\\BuildTests\\": "../Drupal/BuildTests/",
|
||||
"Drupal\\FunctionalJavascriptTests\\": "../Drupal/FunctionalJavascriptTests",
|
||||
"Drupal\\FunctionalTests\\": "../Drupal/FunctionalTests",
|
||||
"Drupal\\KernelTests\\": "../Drupal/KernelTests/",
|
||||
"Drupal\\Tests\\": "../Drupal/Tests/"
|
||||
}
|
||||
},
|
||||
"require": {}
|
||||
}
|
||||
Reference in New Issue
Block a user