RhymeDigital / isotope_feeds

Updated implementation for creating Product Feeds in Isotope eCommerce for Contao Open Source CMS
GNU Lesser General Public License v3.0
3 stars 6 forks source link

Missing dependency for NamespaceClassLoader #11

Closed richardhj closed 8 years ago

richardhj commented 8 years ago

Using composer’s autoloading will do it too but this solution is the uncomplicated one

bytehead commented 8 years ago

The NamespaceClassLoader is a dependency of Isotope anyway.

richardhj commented 8 years ago

Not anymore… It seems they dropped the dependency since they are using the composer's autoloader per default (see Isotope's README)

bytehead commented 8 years ago

You're right. But then I would rather use the composer autoloading as well. Get rid of dependencies ;-)

richardhj commented 8 years ago

I'm fan of it too. Someone could check the latest commit :-)