-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
composer: require ^1.12.20 #1
Conversation
alternatively, you could just drop older tags than 1.12.20, because these do not provide "replace" keyword. |
this kind of change is definitely needed, even own packages from
|
I tried to reproduce it but composer does not resolve to any
Tried with --prefer-dist flag:
I also removed composer's cache and tried again, but it again installed only |
I created reproducer in zf1s/zend-application#2 (comment): how it behaves there? |
I tested it there: zf1s/zend-application#2 (comment) but here we have an output from travis installing just zend-view package - and it should not install any |
yes, more changes needed to use |
@falkenhawk can you please decide something:
I understand you're busy with monorepo, but just answer would be nice to have. |
- substr(): Passing null to parameter #1 ($string) of type string is deprecated - strtolower(): Passing null to parameter #1 ($string) of type string is deprecated - strlen(): Passing null to parameter #1 ($string) of type string is deprecated - trim(): Passing null to parameter #1 ($string) of type string is deprecated - str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated - strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated - http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated - current(): Calling current() on an object is deprecated - preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated - preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated - always construct Zend_Exception with string message, avoid null - Implicit conversion from float-string "x.xyz" to int loses precision - PDOStatement::fetch(): Passing null to parameter #2 ($cursorOrientation) of type int is deprecated - ctype_space(): Argument of type null will be interpreted as string in the future - file_get_contents(): Passing null to parameter #2 ($use_include_path) of type bool is deprecated - imagefilledpolygon(): Using the $num_points parameter is deprecated - Implicit conversion from float to int loses precision - PDOStatement::bindParam(): Passing null to parameter #4 ($maxLength) of type int is deprecated - preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated - ctype_print(): Argument of type int will be interpreted as string in the future - trim(): Passing null to parameter #1 ($string) of type string is deprecated etc.
require version that uses "replace" of old "zf1" namespace.
should fix problem reported here:
this is at least first level. but as i see, all interdependencies should be updated.
cc @falkenhawk