You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`composer require konnco/filament-import
./composer.json has been updated
Running composer update konnco/filament-import
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires konnco/filament-import * -> satisfiable by konnco/filament-import[0.0.1, 0.0.2, 1.0.0, ..., 1.6.1].
- konnco/filament-import[0.0.1, ..., 0.0.2, 1.0.0, ..., 1.2.1] require illuminate/contracts ^9.0 -> found illuminate/contracts[v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- konnco/filament-import[1.2.2, ..., 1.6.0] require filament/filament ^2.0 -> found filament/filament[v2.5.3, ..., v2.17.56] but it conflicts with your root composer.json require (^3.2).
- konnco/filament-import 1.6.1 requires illuminate/contracts ^10 -> found illuminate/contracts[v10.0.0, ..., v10.48.22] but these were not loaded, likely because it conflicts with another require.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require konnco/filament-import:*" to figure out if any version is installable, or "composer require konnco/filament-import:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.`
The text was updated successfully, but these errors were encountered:
`composer require konnco/filament-import
./composer.json has been updated
Running composer update konnco/filament-import
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires konnco/filament-import * -> satisfiable by konnco/filament-import[0.0.1, 0.0.2, 1.0.0, ..., 1.6.1].
- konnco/filament-import[0.0.1, ..., 0.0.2, 1.0.0, ..., 1.2.1] require illuminate/contracts ^9.0 -> found illuminate/contracts[v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- konnco/filament-import[1.2.2, ..., 1.6.0] require filament/filament ^2.0 -> found filament/filament[v2.5.3, ..., v2.17.56] but it conflicts with your root composer.json require (^3.2).
- konnco/filament-import 1.6.1 requires illuminate/contracts ^10 -> found illuminate/contracts[v10.0.0, ..., v10.48.22] but these were not loaded, likely because it conflicts with another require.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require konnco/filament-import:*" to figure out if any version is installable, or "composer require konnco/filament-import:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.`
The text was updated successfully, but these errors were encountered: