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

[Scoper] Remove php-cs-fixer before require phpstan-src #6350

Merged
merged 2 commits into from
May 5, 2021

Conversation

samsonasik
Copy link
Member

No description provided.

@samsonasik
Copy link
Member Author

Handling error:

Problem 1
20
    - Root composer.json requires phpstan/phpstan-src 0.12.85 -> satisfiable by phpstan/phpstan-src[0.12.85].
21
    - symplify/easy-coding-standard v9.3.0 requires friendsofphp/php-cs-fixer ^2.18.5 -> found friendsofphp/php-cs-fixer[dev-master, v2.18.5, ..., 2.19.x-dev (alias of dev-master)] but it conflicts with your root composer.json require (^3.0).
22
    - symplify/easy-coding-standard 9.4.x-dev is an alias of symplify/easy-coding-standard dev-main and thus requires it to be installed too.
23
    - symplify/easy-coding-standard[dev-main, v9.3.1] require composer/xdebug-handler ^2.0 -> satisfiable by composer/xdebug-handler[2.0.0].
24
    - Conclusion: don't install composer/xdebug-handler 2.0.0 (conflict analysis result)
25
    - Root composer.json requires symplify/easy-coding-standard ^9.3 -> satisfiable by symplify/easy-coding-standard[v9.3.0, v9.3.1, 9.4.x-dev (alias of dev-main)].
26

27
  Problem 1
28
    - Root composer.json requires phpstan/phpstan-src 0.12.85 -> satisfiable by phpstan/phpstan-src[0.12.85].
29
    - symplify/easy-coding-standard v9.3.0 requires friendsofphp/php-cs-fixer ^2.18.5 -> found friendsofphp/php-cs-fixer[dev-master, v2.18.5, ..., 2.19.x-dev (alias of dev-master)] but it conflicts with your root composer.json require (^3.0).
30
    - symplify/easy-coding-standard 9.4.x-dev is an alias of symplify/easy-coding-standard dev-main and thus requires it to be installed too.
31
    - symplify/easy-coding-standard[dev-main, v9.3.1] require composer/xdebug-handler ^2.0 -> satisfiable by composer/xdebug-handler[2.0.0].
32
    - Conclusion: don't install composer/xdebug-handler 2.0.0 (conflict analysis result)
33
    - Root composer.json requires symplify/easy-coding-standard ^9.3 -> satisfiable by symplify/easy-coding-standard[v9.3.0, v9.3.1, 9.4.x-dev (alias of dev-main)].

@samsonasik samsonasik enabled auto-merge (squash) May 5, 2021 14:54
@samsonasik samsonasik merged commit 9be37ac into main May 5, 2021
@samsonasik samsonasik deleted the remove-php-cs-fixer-scoper branch May 5, 2021 15:00
TomasVotruba added a commit that referenced this pull request Oct 4, 2024
rectorphp/rector-src@447afc1 Fix UnusedImportRemovingPostRector for different letter case (#6350)
TomasVotruba added a commit that referenced this pull request Oct 5, 2024
rectorphp/rector-src@330fda9 Revert "Fix UnusedImportRemovingPostRector for different letter case (#6350)" (#6354)
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

1 participant