Does not install filament package
When I update the filament package, it shows me this error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires filament/upgrade ^3.1, it is satisfiable by filament/upgrade[v3.1.0-alpha1, ..., 3.x-dev] from composer repo (https://repo.packagist.org) but filament/upgrade[dev-main] from path repo (filament/packages/*) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo's packages are not installable. See https://getcomposer.org/repoprio for details and assistance.
Follow these steps: https://github.com/filamentphp/filament/tree/3.x?tab=readme-ov-file#contributing
Packagist
The PHP Package Repository
Repository priorities - Composer
A Dependency Manager for PHP
GitHub
GitHub - filamentphp/filament: A collection of beautiful full-stack...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - GitHub - filamentphp/filament: A collection ...
1 Reply
fixed it, just remove this in my composer.json "filament/upgrade": "^3.1",