1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-07 21:56:31 +02:00

version of monolog changed to minimal version

This commit is contained in:
Peter Kokot
2013-09-23 19:08:26 +02:00
parent af3a65e4e0
commit 7199f2f8b4

View File

@@ -8,7 +8,7 @@ Monolog is available on Packagist ([monolog/monolog](http://packagist.org/packag
and as such installable via [Composer](http://getcomposer.org/). and as such installable via [Composer](http://getcomposer.org/).
```bash ```bash
php composer.phar require monolog/monolog dev-master php composer.phar require monolog/monolog '~1.4'
``` ```
If you do not use Composer, you can grab the code from GitHub, and use any If you do not use Composer, you can grab the code from GitHub, and use any