Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

ZF 2.4.* compatibility #135

Closed
edigu opened this issue Apr 1, 2015 · 4 comments
Closed

ZF 2.4.* compatibility #135

edigu opened this issue Apr 1, 2015 · 4 comments

Comments

@edigu
Copy link

edigu commented Apr 1, 2015

Yesterday, ZF 2.4.0 released and when i try to install together with Zf2TwbBundle, composer generates the message below:

neilime/zf2-twb-bundle dev-master requires zendframework/zend-view 2.3.* -> 
satisfiable by zendframework/zendframework[2.3.7], 
zendframework/zend-view[2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7].

Is it possible to update composer.json dependencies without breaking any existing functionality?

Since last release introduces sort of BC breaks, here is the list of Zend\Form related changes to check, I am not sure whether one will cause problems:

@edigu edigu changed the title ZF 2.4.* compatibilty ZF 2.4.* compatibiilty Apr 1, 2015
@edigu edigu changed the title ZF 2.4.* compatibiilty ZF 2.4.* compatibility Apr 1, 2015
@Martin-P
Copy link

Martin-P commented Apr 4, 2015

I noticed the reference to zendframework/zendframework#7171

zendframework/zendframework#7171 modifies Zend\Form\Form::prepare() to reset (i.e., clear) password values, ensuring they are not displayed in rendered forms.

I updated the title, because it does not modify Zend\Form\Form::prepare() (which was my initial approach), but only removes the password value in the render() method of the view helper.

@seyfer
Copy link
Contributor

seyfer commented Apr 10, 2015

#139

@ThaDafinser
Copy link

@edigu should be fine now?

@edigu
Copy link
Author

edigu commented Sep 18, 2015

Sorry for the late response. it seems ok

@edigu edigu closed this as completed Sep 18, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants