Skip to content
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

Merged
merged 20 commits into from
May 13, 2024

Conversation

BartoszWojdalowicz
Copy link
Contributor

No description provided.

@BartoszWojdalowicz BartoszWojdalowicz changed the title Feature/sylius 1.13 update OP-273 - Feature/sylius 1.13 update May 10, 2024
@@ -34,7 +34,7 @@ public function __set(string $facetId, $selectedBuckets)

public function __isset(string $facetId)
{
return isset($this->selectedBuckets[$facetId]);
return true;
Copy link
Member

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 🖖

@BartoszWojdalowicz BartoszWojdalowicz merged commit 3349335 into master May 13, 2024
96 checks passed
@TakesTheBiscuit
Copy link

TakesTheBiscuit commented May 13, 2024

I think this has caused a breaking change in sylius b2bkit, raising a defect with sylius support.


8.043 !!    The service "BitBag\SyliusElasticsearchPlugin\Transformer\Product\ChannelPr
8.043 !!    icingTransformer" has a dependency on a non-existent service "Sylius\Compon
8.043 !!    ent\Product\Resolver\ProductVariantResolverInterface". Did you mean one of
8.043 !!    these: "Sylius\Component\Product\Factory\ProductVariantFactoryInterface", "
8.043 !!    Sylius\Component\Product\Factory\ProductFactoryInterface", "Sylius\Componen
8.043 !!    t\Order\Remover\ExpiredCartsRemoverInterface", "Sylius\Component\Product\Ge
8.043 !!    nerator\ProductVariantGeneratorInterface", "Sylius\Component\Product\Checke
8.043 !!    r\ProductVariantsParityCheckerInterface", "Sylius\Component\Product\Resolve
8.043 !!    r\AvailableProductOptionValuesResolverInterface", "Sylius\Component\Taxatio
8.043 !!    n\Resolver\TaxRateResolverInterface", "Sylius\Component\Payment\Resolver\Pa
8.043 !!    ymentMethodsResolverInterface", "Sylius\Component\Payment\Resolver\DefaultP
8.044 !!    aymentMethodResolverInterface"?

symfony: "^6.0"
php: [ "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.0" ]
sylius: [ "^1.12", "^1.13" ]
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants