2022-10-17 19:25:03 +00:00
[
{
"name" : "monolog/monolog" ,
2023-07-02 21:57:24 +00:00
"version" : "2.9.1" ,
"version_normalized" : "2.9.1.0" ,
2022-10-17 19:25:03 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Seldaek/monolog.git" ,
2023-07-02 21:57:24 +00:00
"reference" : "f259e2b15fb95494c83f52d3caad003bbf5ffaa1"
2022-10-17 19:25:03 +00:00
} ,
"dist" : {
"type" : "zip" ,
2023-07-02 21:57:24 +00:00
"url" : "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1" ,
"reference" : "f259e2b15fb95494c83f52d3caad003bbf5ffaa1" ,
2022-10-17 19:25:03 +00:00
"shasum" : ""
} ,
"require" : {
2023-07-02 21:57:24 +00:00
"php" : ">=7.2" ,
"psr/log" : "^1.0.1 || ^2.0 || ^3.0"
2022-10-17 19:25:03 +00:00
} ,
"provide" : {
2023-07-02 21:57:24 +00:00
"psr/log-implementation" : "1.0.0 || 2.0.0 || 3.0.0"
2022-10-17 19:25:03 +00:00
} ,
"require-dev" : {
2023-07-02 21:57:24 +00:00
"aws/aws-sdk-php" : "^2.4.9 || ^3.0" ,
2022-10-17 19:25:03 +00:00
"doctrine/couchdb" : "~1.0@dev" ,
"elasticsearch/elasticsearch" : "^7 || ^8" ,
"ext-json" : "*" ,
2023-07-02 21:57:24 +00:00
"graylog2/gelf-php" : "^1.4.2 || ^2@dev" ,
2022-10-17 19:25:03 +00:00
"guzzlehttp/guzzle" : "^7.4" ,
"guzzlehttp/psr7" : "^2.2" ,
"mongodb/mongodb" : "^1.8" ,
"php-amqplib/php-amqplib" : "~2.4 || ^3" ,
2023-07-02 21:57:24 +00:00
"phpspec/prophecy" : "^1.15" ,
"phpstan/phpstan" : "^0.12.91" ,
"phpunit/phpunit" : "^8.5.14" ,
"predis/predis" : "^1.1 || ^2.0" ,
"rollbar/rollbar" : "^1.3 || ^2 || ^3" ,
2022-10-17 19:25:03 +00:00
"ruflin/elastica" : "^7" ,
2023-07-02 21:57:24 +00:00
"swiftmailer/swiftmailer" : "^5.3|^6.0" ,
2022-10-17 19:25:03 +00:00
"symfony/mailer" : "^5.4 || ^6" ,
"symfony/mime" : "^5.4 || ^6"
} ,
"suggest" : {
"aws/aws-sdk-php" : "Allow sending log messages to AWS services like DynamoDB" ,
"doctrine/couchdb" : "Allow sending log messages to a CouchDB server" ,
"elasticsearch/elasticsearch" : "Allow sending log messages to an Elasticsearch server via official client" ,
"ext-amqp" : "Allow sending log messages to an AMQP server (1.0+ required)" ,
"ext-curl" : "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler" ,
"ext-mbstring" : "Allow to work properly with unicode symbols" ,
"ext-mongodb" : "Allow sending log messages to a MongoDB server (via driver)" ,
"ext-openssl" : "Required to send log messages using SSL" ,
"ext-sockets" : "Allow sending log messages to a Syslog server (via UDP driver)" ,
"graylog2/gelf-php" : "Allow sending log messages to a GrayLog2 server" ,
"mongodb/mongodb" : "Allow sending log messages to a MongoDB server (via library)" ,
"php-amqplib/php-amqplib" : "Allow sending log messages to an AMQP server using php-amqplib" ,
"rollbar/rollbar" : "Allow sending log messages to Rollbar" ,
"ruflin/elastica" : "Allow sending log messages to an Elastic Search server"
} ,
2023-07-02 21:57:24 +00:00
"time" : "2023-02-06T13:44:46+00:00" ,
2022-10-17 19:25:03 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2023-07-02 21:57:24 +00:00
"dev-main" : "2.x-dev"
2022-10-17 19:25:03 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Monolog\\" : "src/Monolog"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jordi Boggiano" ,
"email" : "j.boggiano@seld.be" ,
"homepage" : "https://seld.be"
}
] ,
"description" : "Sends your logs to files, sockets, inboxes, databases and various web services" ,
"homepage" : "https://github.com/Seldaek/monolog" ,
"keywords" : [
"log" ,
"logging" ,
"psr-3"
] ,
"funding" : [
{
"url" : "https://github.com/Seldaek" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/monolog/monolog" ,
"type" : "tidelift"
}
]
} ,
{
"name" : "psr/log" ,
2023-07-02 21:57:24 +00:00
"version" : "1.1.4" ,
"version_normalized" : "1.1.4.0" ,
2022-10-17 19:25:03 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/log.git" ,
2023-07-02 21:57:24 +00:00
"reference" : "d49695b909c3b7628b6289db5479a1c204601f11"
2022-10-17 19:25:03 +00:00
} ,
"dist" : {
"type" : "zip" ,
2023-07-02 21:57:24 +00:00
"url" : "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11" ,
"reference" : "d49695b909c3b7628b6289db5479a1c204601f11" ,
2022-10-17 19:25:03 +00:00
"shasum" : ""
} ,
"require" : {
2023-07-02 21:57:24 +00:00
"php" : ">=5.3.0"
2022-10-17 19:25:03 +00:00
} ,
2023-07-02 21:57:24 +00:00
"time" : "2021-05-03T11:20:27+00:00" ,
2022-10-17 19:25:03 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2023-07-02 21:57:24 +00:00
"dev-master" : "1.1.x-dev"
2022-10-17 19:25:03 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
2023-07-02 21:57:24 +00:00
"Psr\\Log\\" : "Psr/Log/"
2022-10-17 19:25:03 +00:00
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
] ,
"description" : "Common interface for logging libraries" ,
"homepage" : "https://github.com/php-fig/log" ,
"keywords" : [
"log" ,
"psr" ,
"psr-3"
]
}
]