Skip to content

Commit 077cb45

Browse files
Set correct namespace in composer.json
1 parent a6379ed commit 077cb45

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
@@ -12,10 +12,10 @@
1212
}],
1313
"autoload": {
1414
"psr-4": {
15-
"Postbode\\": "src"
15+
"PostbodeApi\\": "src"
1616
}
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^8"
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)