http-optimization/SERVICES/ASSETICASSETIC_WRAPPER.service.php

ASSETIC WRAPPER https://github.com/kriswallsmith/assetic

when installing dependencies from composer I ran into some BS defining "autoload" : { "classmap" : [ "SERVICES" ] }

DOESNT allow a dependent project using the psr-0 namespace (or more explicitly defines a "psr-0" section under its own "autoload" definition ) to be parsed for a reason I wasn't able to determine in less than 20 mins...

you need to add the projects source directory to the autoload->classmap of the main projects composer.json "autoload" : { "classmap" : [ "SERVICES", "vendor/kriswallsmith/assetic/src" ] } *

Classes

ASSETIC_WRAPPER Class ASSETIC_WRAPPER