[GH-ISSUE #64] update of symfony-standard with master branch dont update monolog to master #18

Closed
opened 2026-03-04 02:11:24 +03:00 by kerem · 1 comment
Owner

Originally created by @oweitman on GitHub (Mar 6, 2012).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/64

i dont know if this was intended, but i tried to update the monolog library in the symfony-standard-package (from master).
monolog version stays at 1.02 maybe because of the requirement in the composer file of symfony/monolog-bridge (master):
monolog/monolog: 1.*
it should be changed to "dev-master"

i create the issue here, because it was not possible to create an issue in symfony / MonologBridge
and seldaek is the same maintainer.

Originally created by @oweitman on GitHub (Mar 6, 2012). Original GitHub issue: https://github.com/Seldaek/monolog/issues/64 i dont know if this was intended, but i tried to update the monolog library in the symfony-standard-package (from master). monolog version stays at 1.02 maybe because of the requirement in the composer file of symfony/monolog-bridge (master): monolog/monolog: 1.* it should be changed to "dev-master" i create the issue here, because it was not possible to create an issue in symfony / MonologBridge and seldaek is the same maintainer.
kerem closed this issue 2026-03-04 02:11:24 +03:00
Author
Owner

@Seldaek commented on GitHub (Mar 6, 2012):

Well, the bridge relies on Monolog 1.*, but composer allows you to use master anyway by adding this to your app's require:

"monolog/monolog": "dev-master as 1.1.0-dev" for example which makes dev-master look like a 1.1.0-dev, which passes 1.*, and then it'll install fine. Relying on dev-master versions is not recommended though for libraries and such, since they are moving targets you never know if it'll break, but as an app developer if you want to do it anyway you have the option since it only affects you.

<!-- gh-comment-id:4357660 --> @Seldaek commented on GitHub (Mar 6, 2012): Well, the bridge relies on Monolog 1.*, but composer allows you to use master anyway by adding this to your app's require: `"monolog/monolog": "dev-master as 1.1.0-dev"` for example which makes dev-master look like a 1.1.0-dev, which passes 1.*, and then it'll install fine. Relying on dev-master versions is not recommended though for libraries and such, since they are moving targets you never know if it'll break, but as an app developer if you want to do it anyway you have the option since it only affects you.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#18
No description provided.