I normally namespace—rather than prefix every function—my WordPress …

I normally namespace—rather than prefix every function—my WordPress plugins. But only Feed Reader uses Composer’s autoloader. And it’s there I found Feed_Reader doesn’t work. (I changed its namespace to FeedReader.) Probably means I’ll have to use a custom autoloader for my older plugins.