8000 merged branch stloyd/patch-1 (PR #6572) · klend/symfony@4f7791d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f7791d

Browse files
committed
merged branch stloyd/patch-1 (PR symfony#6572)
This PR was merged into the 2.0 branch. Commits ------- ba2d035 Restrict Monolog version to be in version <1.3 Discussion ---------- [2.0] Restrict Monolog version to be in version <1.3 Because of conflict between `HttpKernel\Log\LoggerInterface` and `Psr\Log\LoggerInterface` (PSR-3). Main `composer.json` already restricts to proper version, but bridge allows also conflicting version. --------------------------------------------------------------------------- by Seldaek at 2013-01-05T14:58:18Z Looks fine, I will try to wrap up the 1.3.0 soon so you can migrate the code to use it (well it can already be done I guess in the master branch).
2 parents 5157693 + ba2d035 commit 4f7791d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Monolog/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.2",
2020
"symfony/http-kernel": "self.version",
21-
"monolog/monolog": "1.*"
21+
"monolog/monolog": ">=1.0,<1.3-dev"
2222
},
2323
"autoload": {
2424
"psr-0": { "Symfony\\Bridge\\Monolog": "" }

0 commit comments

Comments
 (0)
0