8000 Merge pull request #25 from tlj/composer-psr0-fix · kler/getopt-php@5d44f4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d44f4c

Browse files
committed
Merge pull request getopt-php#25 from tlj/composer-psr0-fix
Fixed an issue with the composer psr-0 autload setup.
2 parents eff5549 + dc7bdec commit 5d44f4c

File tree

1 file 8000 changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"autoload": {
2020
"psr-0": {
21-
"Ulrichsg": "src"
21+
"Ulrichsg\\": "src"
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)
0