Skip to content

Commit 54bf921

Browse files
committed
Adding monolog to composer
1 parent 2d6fb0d commit 54bf921

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"require": {
1616
"wtfzdotnet/php-tmdb-api": "*",
17-
"doctrine/cache": ">=1.3.0"
17+
"doctrine/cache": ">=1.3.0",
18+
"monolog/monolog": ">=1.7.0"
1819
},
1920
"autoload": {
2021
"psr-0": { "Wtfz\\TmdbBundle": "" }

0 commit comments

Comments
 (0)