Skip to content

Commit 3984bb7

Browse files
committed
Fixed typo.
1 parent 11d87bb commit 3984bb7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"autoload": {
1919
"psr-4": {
2020
"SetBased\\ErrorHandler\\": "src/"
21-
},
22-
"autoload-dev": {
23-
"psr-4": {
24-
"SetBased\\ErrorHandler\\Test\\": "test/"
25-
}
21+
}
22+
},
23+
"autoload-dev": {
24+
"psr-4": {
25+
"SetBased\\ErrorHandler\\Test\\": "test/"
2626
}
2727
},
2828
"config": {

0 commit comments

Comments
 (0)