1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-22 22:12:41 +01: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",
"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/"}
}
}