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

doctrine/dbal requirement prevents installation alongside Filament #343

Closed
jackwh opened this issue Mar 16, 2024 · 0 comments · Fixed by #344
Closed

doctrine/dbal requirement prevents installation alongside Filament #343

jackwh opened this issue Mar 16, 2024 · 0 comments · Fixed by #344
Labels
bug Something isn't working

Comments

@jackwh
Copy link
Contributor

jackwh commented Mar 16, 2024

Stack

Filament Admin Panel

Package Version

v6.0

Laravel Version

v11.0.7

Livewire Version

No response

react Version

No response

Vue Version

No response

PHP Version

PHP 8.3

Problem description

The requirement for doctrine/dbal v4 in composer.json is preventing installation alongside the latest release of Filament and Laravel 11.

Is this requirement intentional? It's been removed in Laravel 11, and I couldn't find any reference to "doctrine" in the repository search.

Expected behavior

It should be possible to install Laravel 11 and the latest release of Filament with v6.

Steps to reproduce

See filamentphp/filament#11891

Reproduction repository

filamentphp/filament#11891

Relevant log output

composer require "filament/filament:3.2.48" --dry-run --with-all-dependencies
./composer.json has been updated
Running composer update filament/filament --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - filament/support v3.2.48 requires doctrine/dbal ^3.2 -> found doctrine/dbal[3.2.0, ..., 3.9.x-dev] but these were not loaded, likely because it conflicts with another require.
    - filament/filament v3.2.48 requires filament/support v3.2.48 -> satisfiable by filament/support[v3.2.48].
    - Root composer.json requires filament/filament 3.2.48 -> satisfiable by filament/filament[v3.2.48].


Installation failed, reverting ./composer.json and ./composer.lock to their original content.
@jackwh jackwh added the bug Something isn't working label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant