When installing yotpo/module-yotpo-combined 4.3.2 by composer it's require yotpo/module-yotpo-reviews 4.3.1 which seems not fully compatible with PHP7.
So, because of yotpo/module-yotpo-reviews/Block/Yotpo contains 'enum', which was introduced in PHP 8.1, there is set:di:co error: unexpected 'WidgetsLocations' (T_STRING)
Please, implement it in other way or add restriction for php version at least. For now it's php": "~5.6.0|^7.0|^8.0"
Thanks!
When installing yotpo/module-yotpo-combined 4.3.2 by composer it's require yotpo/module-yotpo-reviews 4.3.1 which seems not fully compatible with PHP7. So, because of yotpo/module-yotpo-reviews/Block/Yotpo contains 'enum', which was introduced in PHP 8.1, there is set:di:co error: unexpected 'WidgetsLocations' (T_STRING) Please, implement it in other way or add restriction for php version at least. For now it's php": "~5.6.0|^7.0|^8.0" Thanks!