-
Notifications
You must be signed in to change notification settings - Fork 24
Conversation
@weierophinney There are failures (only for lowest dependencies) because of a deprecation in zend-validator:
Are deprecation warnings acceptable for lowest dependencies? |
In this case, bump the minimum supported version of zend-validator as part of the patch; that's essentially what is necessary to make this component work under 7.2. Thanks! |
@weierophinney I tried 2.10.1 which is one version lower than I anticipated, and it passes there for lowest. By the way this tests pass for the current lowest (2.5.0) if the intl extension is not loaded. Apparently the iffy behavior actually starts happening once the intl extension is enabled. |
Seems like |
I've generated the |
Thanks, @amcsi ! |
Starting with a
.travis.yml
file change to see what doesn't work.