mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 20:57:36 +02:00
Update composer.json
This commit is contained in:
@@ -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/"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user