Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Commit

Permalink
Update composer.json snippet to reference v1.2.*
Browse files Browse the repository at this point in the history
I just copied the version to my `composer.json` that you had in your `README.md`, but apparently it has some issues with Laravel 4.2, but it appears to be fixed in `1.2.*`. This fix is just to help people like me who are copy-paste happy and don't check the tags right off. =)
  • Loading branch information
CWSpear committed Oct 9, 2014
1 parent 0cfd123 commit 09684d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Add `kmd/logviewer` as a requirement to `composer.json`:
...
"require": {
...
"kmd/logviewer": "1.1.*"
"kmd/logviewer": "1.2.*"
...
},
}
Expand Down

0 comments on commit 09684d2

Please sign in to comment.