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

Could not find a matching version of package laravel-frontend-presets/tabler. #1

Open
redbastie opened this issue Aug 22, 2020 · 1 comment

Comments

@redbastie
Copy link

[InvalidArgumentException]
Could not find a matching version of package laravel-frontend-presets/tabler. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (dev).

I get this when I try and composer require.

@danswiser
Copy link
Contributor

I don't have any control of the laravel-frontend-presets namespace on packagist so I haven't been able to publish this package there. See: laravel-frontend-presets/internals#16 (comment)

Until then, you could clone the repo to a location and add the repository to your main project.

{
    ...
    "repositories": [
      {
          "type": "path",
          "url": "../../packages/laravel-frontend-presets/tabler",
          "options": {
              "symlink": true
          }
      },
    ],
    "require": {
        "laravel-frontend-presets/tabler": "dev-master",
    },
    ...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants