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:
parent
729c23f3ad
commit
f13a538b41
@ -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/"}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user