-
Notifications
You must be signed in to change notification settings - Fork 41
Conversation
Both are required to allow both v2 and v3 usage; can you update to include both, please? |
@weierophinney updated, is it ok? |
not sure about this: protected $invokableClasses = [
'arrayserializable' => 'Zend\Hydrator\ArraySerializable',
'classmethods' => 'Zend\Hydrator\ClassMethods',
'objectproperty' => 'Zend\Hydrator\ObjectProperty',
'reflection' => 'Zend\Hydrator\Reflection'
]; maybe also add aliases? |
@svycka That should be broken into aliases and factories (using |
@weierophinney one more question should I add |
Also not sure if I can use |
Absolutely; minimum PHP version is 5.5, which is the version introducing that magic constant. 😄 |
Go ahead and do it in this one, and change the title to reflect that it's doing a full v2/v3 compatibility changeset. |
@weierophinney I think @kynx did a lot of work for V3 support in #17 so I think I will not duplicate the same :-) |
more on this zendframework/zend-servicemanager#50