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

Would be nice to have sylius/promotion not require doctrine/orm #16208

Open
mathielen opened this issue May 2, 2024 · 0 comments
Open

Would be nice to have sylius/promotion not require doctrine/orm #16208

mathielen opened this issue May 2, 2024 · 0 comments

Comments

@mathielen
Copy link
Contributor

mathielen commented May 2, 2024

Describe the proposed solution
I am using the sylius components without an ORM backend. When requiring sylius/core, all the components get required which is nice. The only component that depends on doctrine/orm is sylius/promotion. Would be nice if that would not be the case.

Describe alternatives you've considered
As a workaround, I can put this in my composer.json to skip dependency to doctrine/orm.

  "replace": {
    "doctrine/orm": "2.19.5"
  },

Additional context

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

No branches or pull requests

1 participant