12345678910111213141516171819 |
- {
- "name": "Monolog",
- "description": "Logging for PHP 5.3",
- "keywords": ["log","logging"],
- "homepage": "http://github.com/Seldaek/monolog",
- "version": "1.0.1",
- "license": "MIT",
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "require": {
- "php": ">=5.3.0"
- }
- }
|