Skip to content

Commit e1b31d7

Browse files
update namespace in composer.json
1 parent dbbb99e commit e1b31d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
},
2929
"autoload": {
3030
"psr-4": {
31-
"Pesepay\\": "src/"
31+
"Pesepay\\Payments\\": "src/"
3232
}
3333
},
3434
"autoload-dev": {
3535
"psr-4": {
36-
"Pesepay\\Tests\\": "tests"
36+
"Pesepay\\Payments\\Tests\\": "tests"
3737
}
3838
},
3939
"scripts": {

0 commit comments

Comments
 (0)