Skip to content

Commit dd674dd

Browse files
author
Konstantin Lapkovsky
committed
chore: correct autoload.
1 parent 1f3ced0 commit dd674dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,17 @@
2727
},
2828
"autoload": {
2929
"psr-4": {
30-
"RonasIT\\Support\\Tests\\": "tests/",
3130
"RonasIT\\Support\\": "src/"
3231
},
3332
"files": [
3433
"src/helpers.php"
3534
]
3635
},
3736
"autoload-dev": {
37+
"psr-4": {
38+
"RonasIT\\Support\\Tests\\": "tests/",
39+
"RonasIT\\Support\\Tests\\Support\\": "tests/Support/"
40+
},
3841
"files": [
3942
"tests/TestCase.php"
4043
]

0 commit comments

Comments
 (0)