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

Cannot commit this package when installed via composer #3

Open
mlambley opened this issue Jun 22, 2017 · 0 comments
Open

Cannot commit this package when installed via composer #3

mlambley opened this issue Jun 22, 2017 · 0 comments

Comments

@mlambley
Copy link

Good day,

My composer file looks like the following:

{
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "psr/http-message": "1.0",
        "slim/slim": "^3.8.1",
        "respect/validation": "^1.1",
        "rszrama/negotiation-middleware": "dev-master"
    }
}

When I do composer update and install, the files install on my machine. That is not the problem. But with every other package in my vendor directory, I can commit the full source code to my own project, without the need for submodule unpacking. Instead, git is reporting that these files are "under version control" and won't commit them.

Am I supposed to be retrieving this package via a submodule? I see no options for installing via a submodule in this package's readme - only via composer.

I would prefer to install this package via composer and commit the full code to my project like I do with every other. Please assist with this. Thank you.

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