| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "monolog/monolog",
- "description": "Logging for PHP 5.3",
- "keywords": ["log","logging"],
- "homepage": "http://github.com/Seldaek/monolog",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "require": {
- "php": ">=5.3.0"
- },
- "repositories": [
- {
- "type": "vcs",
- "url": "https://github.com/mlehner/gelf-php"
- },
- {
- "type": "vcs",
- "url": "https://github.com/msabramo/gelf-php-1"
- },
- {
- "type": "vcs",
- "url": "https://github.com/msabramo/gelf-php"
- }
- ],
- "suggest": {
- "mlehner/gelf-php": "dev-add-composer-support"
- },
- "autoload": {
- "psr-0": {"Monolog": "src/"}
- }
- }
|