mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #857] Monolog require-dev on elastica? #334
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#334
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @laszlof on GitHub (Sep 27, 2016).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/857
Hello,
Is there a particular reason there is a require-dev on elastica? My understanding is that require-dev is used for development tools. Elastica perhaps belongs as a "suggest" as you have it, but I do not believe it should be a require-dev. This is causing issues with one of our packages currently. (See composer issue: https://github.com/composer/composer/issues/5727)
Thanks.
@stof commented on GitHub (Sep 27, 2016):
well, it is necessary to have elastica during development to run the testsuite fully. It probably also belongs to suggestions.
require-devis a root-only property. So it cannot cause any issue in your package. It is totally ignored anywhere else than when working on monolog itself.@laszlof commented on GitHub (Sep 27, 2016):
We commit our lock file, and the require-dev for elastica is ending up in our root level composer.lock file.
@laszlof commented on GitHub (Sep 27, 2016):
This appears to be an unrelated issue. Closing.
@nicolashohm commented on GitHub (Nov 14, 2016):
@laszlof try
composer update --no-dev