Issues Installing Version 2.x of Filament
What I am trying to do:
I'm attempting to install the 2.x version of Filament in my Laravel project
What I did:
I ran
My issue/the error:
The Composer returns an error stating "Your requirements could not be resolved to an installable set of packages." It seems to be unable to find a matching version for the 2.x series of Filament. I'm attaching the error screenshot
Code:
Here's the relevant part of my composer.json:
I'm attempting to install the 2.x version of Filament in my Laravel project
What I did:
I ran
composer require filament/filament:"^2.0.0" to get the latest 2.x versionMy issue/the error:
The Composer returns an error stating "Your requirements could not be resolved to an installable set of packages." It seems to be unable to find a matching version for the 2.x series of Filament. I'm attaching the error screenshot
Code:
Here's the relevant part of my composer.json: