I guess it's still not fixed? Because I see:
Deprecated: The third argument to Zend\Stratigility\MiddlewarePipe() ($out) will be required starting with Stratigility version 2; please see https://docs.zendframework.com/zend-stratigility/migration/to-v2/ for more details on how to update your application to remove this message. in C:\xampp\htdocs\forums\vendor\zendframework\zend-stratigility\src\MiddlewarePipe.php on line 101
On my Flarum install page.
And when I click Install i got this error:
Deprecated: The third argument to Zend\Stratigility\MiddlewarePipe() ($out) will be required starting with Stratigility version 2; please see https://docs.zendframework.com/zend-stratigility/migration/to-v2/ for more details on how to update your application to remove this message. in C:\xampp\htdocs\forums\vendor\zendframework\zend-stratigility\src\MiddlewarePipe.php on line 101
validation.required validation.required
EDIT:
After adding "zendframework/zend-stratigility": "1.2.1", in the require section of the composer.json file everything is now OK.