Namespacer icon indicating copy to clipboard operation
Namespacer copied to clipboard

PHP file throws PHP Fatal error: Class 'Zend\Serializer\AdapterPluginManager' not found

Open vianetz opened this issue 10 years ago • 1 comments

Somehow the Zend dependencies does not seem to be correct, that's why the PHP file throws this fatal error after doing composer install and calling php -f namespacer.php

This can e.g. be solved by replacing all Zend Framework packages by "zendframework/zendframework": "2.3.*" in the composer.json file.

vianetz avatar Mar 02 '15 12:03 vianetz

It becomes a little more complex than that because which packages require which has changed over time. #6 fixes this though.

dmnc avatar May 23 '16 10:05 dmnc