Skip to content

Commit 0c35275

Browse files
Fix autoload issue with roave/better-reflection SourceLocator Psr0Mapping
1 parent e3fe298 commit 0c35275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"doctrine/phpcr-bundle": "<=1.2.1"
3939
},
4040
"autoload": {
41-
"psr-0": {"": "src"}
41+
"psr-4": {"PHPCR\\Shell\\": "src/PHPCR/Shell"}
4242
},
4343
"bin": ["bin/phpcrsh"]
4444
}

0 commit comments

Comments
 (0)