You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Good day,
My composer file looks like the following:
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.
The text was updated successfully, but these errors were encountered: