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

Allow symfony/finder in version ~5.0 in composer requirements #1164

Open
emanueljacob opened this issue Sep 15, 2021 · 0 comments
Open

Allow symfony/finder in version ~5.0 in composer requirements #1164

emanueljacob opened this issue Sep 15, 2021 · 0 comments

Comments

@emanueljacob
Copy link

Summary of problem or feature request

Its currently not possible to use packages that require symfony/finder in version >= 5.0.

I can not find any reason in your repository not to allow symfon/finder in version ~5.0, so I suggest to allow the version 5 in composer.json

Code snippet of problem

something like this (note this is JUST an example, also note that this is output from composer version 1, due to an older Magento 2 project. )

"Your requirements could not be resolved to an installable set of packages."
# ...
"Can only install one of: symfony/finder[v5.1.0, v4.4.25]."

Code snippet of suggestion

in composer.json:

"require-dev": {
    ...
    "symfony/finder": "~4.0||~5.0"
  },

or if possible:

"require-dev": {
    ...
    "symfony/finder": "~5.0"
  },

System details

  • Operating System
  • PHP Version: 7.4
  • ES-PHP client version: 7.14.0
  • Elasticsearch version
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