|
@ -4,8 +4,104 @@ |
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
"This file is @generated automatically" |
|
|
"This file is @generated automatically" |
|
|
], |
|
|
], |
|
|
"content-hash": "6a8bd6e7067476da729289b79de15fc5", |
|
|
|
|
|
|
|
|
"content-hash": "40490ab8fbf775ae889e32db95649912", |
|
|
"packages": [ |
|
|
"packages": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "monolog/monolog", |
|
|
|
|
|
"version": "2.2.0", |
|
|
|
|
|
"source": { |
|
|
|
|
|
"type": "git", |
|
|
|
|
|
"url": "https://github.com/Seldaek/monolog.git", |
|
|
|
|
|
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084" |
|
|
|
|
|
}, |
|
|
|
|
|
"dist": { |
|
|
|
|
|
"type": "zip", |
|
|
|
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084", |
|
|
|
|
|
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084", |
|
|
|
|
|
"shasum": "" |
|
|
|
|
|
}, |
|
|
|
|
|
"require": { |
|
|
|
|
|
"php": ">=7.2", |
|
|
|
|
|
"psr/log": "^1.0.1" |
|
|
|
|
|
}, |
|
|
|
|
|
"provide": { |
|
|
|
|
|
"psr/log-implementation": "1.0.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"require-dev": { |
|
|
|
|
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0", |
|
|
|
|
|
"doctrine/couchdb": "~1.0@dev", |
|
|
|
|
|
"elasticsearch/elasticsearch": "^7", |
|
|
|
|
|
"graylog2/gelf-php": "^1.4.2", |
|
|
|
|
|
"mongodb/mongodb": "^1.8", |
|
|
|
|
|
"php-amqplib/php-amqplib": "~2.4", |
|
|
|
|
|
"php-console/php-console": "^3.1.3", |
|
|
|
|
|
"phpspec/prophecy": "^1.6.1", |
|
|
|
|
|
"phpstan/phpstan": "^0.12.59", |
|
|
|
|
|
"phpunit/phpunit": "^8.5", |
|
|
|
|
|
"predis/predis": "^1.1", |
|
|
|
|
|
"rollbar/rollbar": "^1.3", |
|
|
|
|
|
"ruflin/elastica": ">=0.90 <7.0.1", |
|
|
|
|
|
"swiftmailer/swiftmailer": "^5.3|^6.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"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-mbstring": "Allow to work properly with unicode symbols", |
|
|
|
|
|
"ext-mongodb": "Allow sending log messages to a MongoDB server (via 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", |
|
|
|
|
|
"php-console/php-console": "Allow sending log messages to Google Chrome", |
|
|
|
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar", |
|
|
|
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
|
|
|
|
|
}, |
|
|
|
|
|
"type": "library", |
|
|
|
|
|
"extra": { |
|
|
|
|
|
"branch-alias": { |
|
|
|
|
|
"dev-main": "2.x-dev" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"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" |
|
|
|
|
|
], |
|
|
|
|
|
"support": { |
|
|
|
|
|
"issues": "https://github.com/Seldaek/monolog/issues", |
|
|
|
|
|
"source": "https://github.com/Seldaek/monolog/tree/2.2.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"url": "https://github.com/Seldaek", |
|
|
|
|
|
"type": "github" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog", |
|
|
|
|
|
"type": "tidelift" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"time": "2020-12-14T13:15:25+00:00" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "psr/cache", |
|
|
"name": "psr/cache", |
|
|
"version": "1.0.1", |
|
|
"version": "1.0.1", |
|
@ -1617,6 +1713,169 @@ |
|
|
], |
|
|
], |
|
|
"time": "2021-01-27T14:45:46+00:00" |
|
|
"time": "2021-01-27T14:45:46+00:00" |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "symfony/monolog-bridge", |
|
|
|
|
|
"version": "v5.2.2", |
|
|
|
|
|
"source": { |
|
|
|
|
|
"type": "git", |
|
|
|
|
|
"url": "https://github.com/symfony/monolog-bridge.git", |
|
|
|
|
|
"reference": "aca99c4135001224b917eed17cc846e8c0ba981c" |
|
|
|
|
|
}, |
|
|
|
|
|
"dist": { |
|
|
|
|
|
"type": "zip", |
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/aca99c4135001224b917eed17cc846e8c0ba981c", |
|
|
|
|
|
"reference": "aca99c4135001224b917eed17cc846e8c0ba981c", |
|
|
|
|
|
"shasum": "" |
|
|
|
|
|
}, |
|
|
|
|
|
"require": { |
|
|
|
|
|
"monolog/monolog": "^1.25.1|^2", |
|
|
|
|
|
"php": ">=7.2.5", |
|
|
|
|
|
"symfony/deprecation-contracts": "^2.1", |
|
|
|
|
|
"symfony/http-kernel": "^4.4|^5.0", |
|
|
|
|
|
"symfony/service-contracts": "^1.1|^2" |
|
|
|
|
|
}, |
|
|
|
|
|
"conflict": { |
|
|
|
|
|
"symfony/console": "<4.4", |
|
|
|
|
|
"symfony/http-foundation": "<4.4" |
|
|
|
|
|
}, |
|
|
|
|
|
"require-dev": { |
|
|
|
|
|
"symfony/console": "^4.4|^5.0", |
|
|
|
|
|
"symfony/http-client": "^4.4|^5.0", |
|
|
|
|
|
"symfony/mailer": "^4.4|^5.0", |
|
|
|
|
|
"symfony/mime": "^4.4|^5.0", |
|
|
|
|
|
"symfony/security-core": "^4.4|^5.0", |
|
|
|
|
|
"symfony/var-dumper": "^4.4|^5.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"suggest": { |
|
|
|
|
|
"symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", |
|
|
|
|
|
"symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", |
|
|
|
|
|
"symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." |
|
|
|
|
|
}, |
|
|
|
|
|
"type": "symfony-bridge", |
|
|
|
|
|
"autoload": { |
|
|
|
|
|
"psr-4": { |
|
|
|
|
|
"Symfony\\Bridge\\Monolog\\": "" |
|
|
|
|
|
}, |
|
|
|
|
|
"exclude-from-classmap": [ |
|
|
|
|
|
"/Tests/" |
|
|
|
|
|
] |
|
|
|
|
|
}, |
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
|
"license": [ |
|
|
|
|
|
"MIT" |
|
|
|
|
|
], |
|
|
|
|
|
"authors": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"description": "Provides integration for Monolog with various Symfony components", |
|
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
|
"support": { |
|
|
|
|
|
"source": "https://github.com/symfony/monolog-bridge/tree/v5.2.2" |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"url": "https://symfony.com/sponsor", |
|
|
|
|
|
"type": "custom" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"url": "https://github.com/fabpot", |
|
|
|
|
|
"type": "github" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
|
|
|
|
"type": "tidelift" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"time": "2021-01-27T11:24:50+00:00" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "symfony/monolog-bundle", |
|
|
|
|
|
"version": "v3.6.0", |
|
|
|
|
|
"source": { |
|
|
|
|
|
"type": "git", |
|
|
|
|
|
"url": "https://github.com/symfony/monolog-bundle.git", |
|
|
|
|
|
"reference": "e495f5c7e4e672ffef4357d4a4d85f010802f940" |
|
|
|
|
|
}, |
|
|
|
|
|
"dist": { |
|
|
|
|
|
"type": "zip", |
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e495f5c7e4e672ffef4357d4a4d85f010802f940", |
|
|
|
|
|
"reference": "e495f5c7e4e672ffef4357d4a4d85f010802f940", |
|
|
|
|
|
"shasum": "" |
|
|
|
|
|
}, |
|
|
|
|
|
"require": { |
|
|
|
|
|
"monolog/monolog": "~1.22 || ~2.0", |
|
|
|
|
|
"php": ">=5.6", |
|
|
|
|
|
"symfony/config": "~3.4 || ~4.0 || ^5.0", |
|
|
|
|
|
"symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0", |
|
|
|
|
|
"symfony/http-kernel": "~3.4 || ~4.0 || ^5.0", |
|
|
|
|
|
"symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"require-dev": { |
|
|
|
|
|
"symfony/console": "~3.4 || ~4.0 || ^5.0", |
|
|
|
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.0", |
|
|
|
|
|
"symfony/yaml": "~3.4 || ~4.0 || ^5.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"type": "symfony-bundle", |
|
|
|
|
|
"extra": { |
|
|
|
|
|
"branch-alias": { |
|
|
|
|
|
"dev-master": "3.x-dev" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"autoload": { |
|
|
|
|
|
"psr-4": { |
|
|
|
|
|
"Symfony\\Bundle\\MonologBundle\\": "" |
|
|
|
|
|
}, |
|
|
|
|
|
"exclude-from-classmap": [ |
|
|
|
|
|
"/Tests/" |
|
|
|
|
|
] |
|
|
|
|
|
}, |
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
|
"license": [ |
|
|
|
|
|
"MIT" |
|
|
|
|
|
], |
|
|
|
|
|
"authors": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"description": "Symfony MonologBundle", |
|
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
|
"keywords": [ |
|
|
|
|
|
"log", |
|
|
|
|
|
"logging" |
|
|
|
|
|
], |
|
|
|
|
|
"support": { |
|
|
|
|
|
"issues": "https://github.com/symfony/monolog-bundle/issues", |
|
|
|
|
|
"source": "https://github.com/symfony/monolog-bundle/tree/v3.6.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"url": "https://symfony.com/sponsor", |
|
|
|
|
|
"type": "custom" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"url": "https://github.com/fabpot", |
|
|
|
|
|
"type": "github" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
|
|
|
|
"type": "tidelift" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"time": "2020-10-06T15:12:11+00:00" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/polyfill-intl-grapheme", |
|
|
"name": "symfony/polyfill-intl-grapheme", |
|
|
"version": "v1.22.0", |
|
|
"version": "v1.22.0", |
|
|