diff --git a/composer.json b/composer.json index 02e119c1..a6e4954c 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Logging for PHP 5.3", "keywords": ["log","logging"], "homepage": "http://github.com/Seldaek/monolog", - "version": "1.1.0-dev", + "type": "library", "license": "MIT", "authors": [ { @@ -14,5 +14,8 @@ ], "require": { "php": ">=5.3.0" + }, + "autoload": { + "psr-0": {"Monolog": "src/"} } }