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

Repositories listing in composer.json prevents install #4

Open
Zanaras opened this issue May 20, 2020 · 0 comments
Open

Repositories listing in composer.json prevents install #4

Zanaras opened this issue May 20, 2020 · 0 comments

Comments

@Zanaras
Copy link

Zanaras commented May 20, 2020

The following code in composer.json will present an error on install when following installation instructions, as it directs composer to look for a repository locally when the vast majority of people won't have it at that directory.

"repositories": {
        "titan-framework": {
            "type": "path",
            "url": "packages/titan-framework",
            "options": {
                "symlink": true
            }
        }
    }

Removing this will prompt composer to utilize packagist to grab pbbg-io/titan-framework, which it will do successfully.

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

1 participant