Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit c5f87ec

Browse files
Merge pull request #2 from aloware/fix/package-autoload-typo
Fix | Package Autoload Typo
2 parents 40fb4c7 + 7d3db6e commit c5f87ec

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@
2323
},
2424
"autoload": {
2525
"psr-4": {
26-
"aloware\\CursorPagination\\": "src/"
27-
}
28-
},
29-
"autoload-dev": {
30-
"psr-4": {
31-
"aloware\\CursorPagination\\Tests\\": "tests/"
26+
"Aloware\\CursorPagination\\": "src/"
3227
}
3328
},
3429
"extra": {

0 commit comments

Comments
 (0)