-
Notifications
You must be signed in to change notification settings - Fork 92
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
OP-273 - Feature/sylius 1.13 update #241
Conversation
… 1.11 support, update dependencies
@@ -34,7 +34,7 @@ public function __set(string $facetId, $selectedBuckets) | |||
|
|||
public function __isset(string $facetId) | |||
{ | |||
return isset($this->selectedBuckets[$facetId]); | |||
return true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to remember this solution is very temporary 🖖
I think this has caused a breaking change in sylius b2bkit, raising a defect with sylius support.
|
symfony: "^6.0" | ||
php: [ "8.1", "8.2", "8.3" ] | ||
symfony: [ "^5.4", "^6.0" ] | ||
sylius: [ "^1.12", "^1.13" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^1.12
installs the Sylius 1.13, so now version 1.12 is not tested at all, you need to change that to ~1.12.0
No description provided.