Minimal Theme install?

Hi,

I just preorderd the Minimal Theme.

When i want to install after i added to composer.json

"repositories": [
    {
        "type": "composer",
        "url": "https://privato.pub/composer/filament"
    }
]


and executed the following command

composer require filament/minimal-theme:"^3.0@alpha"


i get following error

    - Root composer.json requires filament/minimal-theme 3.0@alpha, found filament/minimal-theme[v3.0.0-alpha1, ..., v3.0.0-alpha12] but it does not match the constraint.


How can i solve this problem?

Is it also possible to get Github Repo acces?

Thanks
Solution
What is your minimum-stability in your composer.json?
Was this page helpful?