You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
running composer require -vvv zendframework/zend-form
will result in an immediate fatal error on your project.
Fatal error: Class 'Zend\ServiceManager\AbstractPluginManager' not found
autoload/formElementManagerPolyfill.php uses Zend\ServiceManager\ServiceManager but this package is not required in the composer file, it is merely suggested.
The text was updated successfully, but these errors were encountered:
markkimsal
changed the title
Zend Form requires ServiceManager but doesn't require it
Zend Form requires ServiceManager but doesn't require it (Fatal Error)
Dec 28, 2016
running
composer require -vvv zendframework/zend-form
will result in an immediate fatal error on your project.
autoload/formElementManagerPolyfill.php uses Zend\ServiceManager\ServiceManager but this package is not required in the composer file, it is merely suggested.
The text was updated successfully, but these errors were encountered: