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

Symfony 5 compatibility #47

Open
Gregoire-M opened this issue Jun 19, 2020 · 1 comment
Open

Symfony 5 compatibility #47

Gregoire-M opened this issue Jun 19, 2020 · 1 comment

Comments

@Gregoire-M
Copy link

Hi,

I've tried to install leanphp/behat-code-coverage on a Symfony 5 application, but composer doesn't allow it, since your library requires older versions of Symfony components (^2.3||^3.0||^4.0).

$ composer require leanphp/behat-code-coverage --dev
Using version ^3.4 for leanphp/behat-code-coverage
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "5.1.*"
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - leanphp/behat-code-coverage v3.4.1 requires symfony/config ^2.3||^3.0||^4.0 -> no matching package found.
    - leanphp/behat-code-coverage v3.4.0 requires symfony/config ^2.3||^3.0||^4.0 -> no matching package found.
    - Installation request for leanphp/behat-code-coverage ^3.4 -> satisfiable by leanphp/behat-code-coverage[v3.4.0, v3.4.1].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.

Do you consider allowing Symfony 5 components in your requirements?

@froozeify
Copy link

Hey, it seems this package is abandoned.

This project has been forked by dvdoug and I've just check in the composer.json and it seems Symfony 5 is supported.

You should take a look at it ;-)

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

2 participants