1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-22 22:12:41 +01:00

Add composer.json file

This commit is contained in:
Jordi Boggiano 2011-06-09 22:59:56 +02:00
parent 53c9b2050f
commit 9c7cb32b83

18
composer.json Normal file
View 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"
}
}