mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-23 22:42:38 +01:00
Add composer.json file
This commit is contained in:
parent
53c9b2050f
commit
9c7cb32b83
18
composer.json
Normal file
18
composer.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "Monolog",
|
||||||
|
"description": "Logging for PHP 5.3",
|
||||||
|
"keywords": ["log","logging"],
|
||||||
|
"homepage": "http://github.com/Seldaek/monolog",
|
||||||
|
"version": "0.5.0-dev",
|
||||||
|
"license": "MIT",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jordi Boggiano",
|
||||||
|
"email": "j.boggiano@seld.be",
|
||||||
|
"homepage": "http://seld.be"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.0"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user