Skip to content

Commit cc3f168

Browse files
authored
Fixed Typo for monolog
Forgot the "~" in front of 2.0 for monolog package. Symfony 5 installation should now be successful.
1 parent 1de7ead commit cc3f168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"symfony/form": "~3.0|~4.0|~5.0",
1616
"symfony/console": "~3.0|~4.0|~5.0",
1717
"pimple/pimple": "~3.0",
18-
"monolog/monolog": "~1.4|2.0",
18+
"monolog/monolog": "~1.4|~2.0",
1919
"league/flysystem": "^1.0.37",
2020
"league/flysystem-aws-s3-v3": "^1.0.13",
2121
"league/flysystem-cached-adapter": "^1.0.6"

0 commit comments

Comments
 (0)