Skip to content

Commit 1646d46

Browse files
committed
Include phpstan.extension.neon in exports, autoload PHPStan classes
1 parent abbd3f0 commit 1646d46

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/phpstan* export-ignore
1111
/phpstan-baseline-7.4.neon linguist-generated
1212
/phpstan-baseline-8.3.neon linguist-generated
13+
/phpstan.extension.neon -export-ignore
1314
/phpunit* export-ignore
1415
/scripts export-ignore
1516
/src/Toolkit/Cli/CliOptionBuilder.php linguist-generated

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
},
5353
"autoload": {
5454
"psr-4": {
55-
"Salient\\": "src/Toolkit/"
55+
"Salient\\": "src/Toolkit/",
56+
"Salient\\PHPStan\\": "src/PHPStan/"
5657
},
5758
"classmap": [
5859
"stubs/"
@@ -64,7 +65,6 @@
6465
"autoload-dev": {
6566
"psr-4": {
6667
"Salient\\Sli\\": "src/Sli/",
67-
"Salient\\PHPStan\\": "src/PHPStan/",
6868
"Salient\\Tests\\PHPStan\\": "tests/unit/PHPStan/",
6969
"Salient\\Tests\\": [
7070
"tests/unit/Toolkit/",

0 commit comments

Comments
 (0)