mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 16:15:49 +03:00
[GH-ISSUE #575] Error in composer.json #201
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#201
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 @Reflic on GitHub (Jun 8, 2015).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/575
I just updated my developement environment and got these two error messages which show that the reqirements in the composer.json of seldaek/monolog have an error.
It seems that this line (https://github.com/Seldaek/monolog/blob/master/composer.json#L23) is the error:
a simple comma between the two version constrains fixes the error.
I have attached a pull request which fixes the problem.
@stof commented on GitHub (Jun 8, 2015):
This is not an error. Just use an uptodate version of Composer rather than a composer version older than 7 months
@Reflic commented on GitHub (Jun 8, 2015):
Oops, your right should have checked that first. Sorry.