Skip to content

Commit 0893520

Browse files
committed
Specify namespace character in autoloader
Without an namespace character, this is causing collisions with our legacy application which uses _Halo_ as a PEAR style namespace prefix.
1 parent 5cda017 commit 0893520

File tree

1 file 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
@@ -30,7 +30,7 @@
3030
},
3131
"autoload":{
3232
"psr-0":{
33-
"Hal":"library"
33+
"Hal\\":"library"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)