Skip to content

Commit

Permalink
Merge pull request #1 from bankiru/master
Browse files Browse the repository at this point in the history
fixed monolog requirements to allow use last 1.11
  • Loading branch information
dakatsuka committed Jan 30, 2015
2 parents 857aa02 + f98ed53 commit 263397c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 179 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.phar
vendor
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": ">=5.3",
"fluent/logger": "0.3.*",
"monolog/monolog": ">=1.6,<1.11"
"monolog/monolog": "~1.6"
},
"autoload": {
"psr-0": {
Expand Down
178 changes: 0 additions & 178 deletions composer.lock

This file was deleted.

0 comments on commit 263397c

Please sign in to comment.