Skip to content

Commit 34ba5d4

Browse files
authored
[BUGFIX] Make class aliases available for consumers (#1534)
Fixes #1532
1 parent 447fcb8 commit 34ba5d4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@
4646
"autoload": {
4747
"psr-4": {
4848
"Sabberworm\\CSS\\": "src/"
49-
}
49+
},
50+
"files": [
51+
"src/Rule/Rule.php",
52+
"src/RuleSet/RuleContainer.php"
53+
]
5054
},
5155
"autoload-dev": {
5256
"psr-4": {

config/phpstan.neon

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ parameters:
1515
- %currentWorkingDirectory%/src/
1616
- %currentWorkingDirectory%/tests/
1717

18-
bootstrapFiles:
19-
- %currentWorkingDirectory%/src/Rule/Rule.php
20-
- %currentWorkingDirectory%/src/RuleSet/RuleContainer.php
21-
2218
type_perfect:
2319
no_mixed_property: true
2420
no_mixed_caller: true

0 commit comments

Comments
 (0)