drupal-core-require-dev
drupal-core-require-dev copied to clipboard
composer.lock file changes on server with change in repo for webflo/drupal-core-require-dev
This is probably more a support request and a documentation than a bug report. This is what is happening.
Whenever I run composer update on a server with a repository that has a composer.lock pushed from my local I get a modified composer.lock file on the server with the following lines taken out from the committed version.
"source": {
"type": "git",
"url": "https://github.com/webflo/drupal-core-require-dev.git",
"reference": "6ab0d5c54addc3000ed7797bbcddec105d5f4dd9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/6ab0d5c54addc3000ed7797bbcddec105d5f4dd9",
"reference": "6ab0d5c54addc3000ed7797bbcddec105d5f4dd9",
"shasum": ""
},
Thanks in advance for your help.