1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 04:37:38 +02:00

Update composer.json

This commit is contained in:
Jordi Boggiano
2011-10-24 11:29:42 +02:00
parent 729c23f3ad
commit f13a538b41

View File

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