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
Since Zend Expressive 2.2 (which is transitional release to get people prepared for Expressive 3.0) if error_reporting includes E_USER_DEPRECATED (and it's set to E_ALL, which does, at least in development mode), shlink will fail some tests and all http requests. Shlink allows any 2.* version of Zend Expressive, including 2.2. You can trigger a build on travis to see test failures for yourself.
There are several options:
Tighten version constraints to forbid Expressive 2.2 from being used with Shlink (going to submit PR for that soon)
Since Zend Expressive 2.2 (which is transitional release to get people prepared for Expressive 3.0) if
error_reporting
includes E_USER_DEPRECATED (and it's set to E_ALL, which does, at least in development mode), shlink will fail some tests and all http requests. Shlink allows any 2.* version of Zend Expressive, including 2.2. You can trigger a build on travis to see test failures for yourself.There are several options:
The text was updated successfully, but these errors were encountered: