Skip to content

Commit 263397c

Browse files
committed
Merge pull request #1 from bankiru/master
fixed monolog requirements to allow use last 1.11
2 parents 857aa02 + f98ed53 commit 263397c

File tree

3 files changed

+2
-179
lines changed

3 files changed

+2
-179
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.phar
22
vendor
3+
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=5.3",
1616
"fluent/logger": "0.3.*",
17-
"monolog/monolog": ">=1.6,<1.11"
17+
"monolog/monolog": "~1.6"
1818
},
1919
"autoload": {
2020
"psr-0": {

composer.lock

Lines changed: 0 additions & 178 deletions
This file was deleted.

0 commit comments

Comments
 (0)