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

Fix Pest v3 dependency #294

Merged
merged 3 commits into from
Oct 18, 2024
Merged

Conversation

dissto
Copy link
Collaborator

@dissto dissto commented Oct 18, 2024

This PR should fix an issue when your project is already using Pest v3 and related plugins. This now adds support for v3 too

Problem 1
- Root composer.json requires codewithdennis/filament-tests * -> satisfiable by codewithdennis/filament-tests[dev-main, dev-fix-pest3-dep].
- codewithdennis/filament-tests[dev-main, dev-fix-pest3-dep] require pestphp/pest-plugin-livewire ^2.1 -> found pestphp/pest-plugin-livewire[v2.1.0, 2.x-dev] but it conflicts with your root composer.json require (^3.0).

This should fix an issue if you project is already using pest v3 and all of the related plugins

> Problem 1
    - Root composer.json requires codewithdennis/filament-tests * -> satisfiable by codewithdennis/filament-tests[dev-main, dev-fix-pest3-dep].
    - codewithdennis/filament-tests[dev-main, dev-fix-pest3-dep] require pestphp/pest-plugin-livewire ^2.1 -> found pestphp/pest-plugin-livewire[v2.1.0, 2.x-dev] but it conflicts with your root composer.json require (^3.0).
@CodeWithDennis CodeWithDennis merged commit 6bf16de into CodeWithDennis:main Oct 18, 2024
1 check passed
@dissto dissto deleted the fix-pest3-dep branch October 18, 2024 14:46
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.

2 participants