flarum / framework

Simple forum software for building great communities.
http://flarum.org/
6.35k stars 834 forks source link

Zendguardframework requires attention #1139

Closed dotjsNet closed 7 years ago

dotjsNet commented 7 years ago

Some arguments deprecated after the update and experiecing the following errors need to be take care of.

 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:\xamppp\htdocs\marketplace\vendor\zendframework\zend-stratigility\src\MiddlewarePipe.php on line 101 

Also

 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:\xamppp\htdocs\marketplace\vendor\zendframework\zend-stratigility\src\MiddlewarePipe.php on line 101 
validation.required validation.required. 
dotjsNet commented 7 years ago

I just want to add that i was able to fix the issue by rolling back to zend-stratigility older version

composer require zendframework/zend-stratigility 1.2.1
dav-is commented 7 years ago

1065