|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
|
"This file is @generated automatically" |
|
|
|
|
], |
|
|
|
|
"content-hash": "3b0766dbcef4dfb1a4a2012fef8611d8", |
|
|
|
|
"content-hash": "3b3c6d1e29d2d151aaeca1a1cd48c183", |
|
|
|
|
"packages": [ |
|
|
|
|
{ |
|
|
|
|
"name": "container-interop/container-interop", |
|
|
|
@ -37,6 +37,84 @@ |
|
|
|
|
"homepage": "https://github.com/container-interop/container-interop", |
|
|
|
|
"time": "2017-02-14T19:40:03+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "monolog/monolog", |
|
|
|
|
"version": "1.24.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/Seldaek/monolog.git", |
|
|
|
|
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", |
|
|
|
|
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.0", |
|
|
|
|
"psr/log": "~1.0" |
|
|
|
|
}, |
|
|
|
|
"provide": { |
|
|
|
|
"psr/log-implementation": "1.0.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0", |
|
|
|
|
"doctrine/couchdb": "~1.0@dev", |
|
|
|
|
"graylog2/gelf-php": "~1.0", |
|
|
|
|
"jakub-onderka/php-parallel-lint": "0.9", |
|
|
|
|
"php-amqplib/php-amqplib": "~2.4", |
|
|
|
|
"php-console/php-console": "^3.1.3", |
|
|
|
|
"phpunit/phpunit": "~4.5", |
|
|
|
|
"phpunit/phpunit-mock-objects": "2.3.0", |
|
|
|
|
"ruflin/elastica": ">=0.90 <3.0", |
|
|
|
|
"sentry/sentry": "^0.13", |
|
|
|
|
"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", |
|
|
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
|
|
|
|
"ext-mongo": "Allow sending log messages to a MongoDB server", |
|
|
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
|
|
|
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
|
|
|
|
"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", |
|
|
|
|
"sentry/sentry": "Allow sending log messages to a Sentry server" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "2.0.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": "http://seld.be" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
|
|
|
|
"homepage": "http://github.com/Seldaek/monolog", |
|
|
|
|
"keywords": [ |
|
|
|
|
"log", |
|
|
|
|
"logging", |
|
|
|
|
"psr-3" |
|
|
|
|
], |
|
|
|
|
"time": "2018-11-05T09:00:11+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "nikic/fast-route", |
|
|
|
|
"version": "v1.3.0", |
|
|
|
@ -232,6 +310,53 @@ |
|
|
|
|
], |
|
|
|
|
"time": "2016-08-06T14:39:51+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "psr/log", |
|
|
|
|
"version": "1.1.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/php-fig/log.git", |
|
|
|
|
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", |
|
|
|
|
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Psr\\Log\\": "Psr/Log/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "PHP-FIG", |
|
|
|
|
"homepage": "http://www.php-fig.org/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Common interface for logging libraries", |
|
|
|
|
"homepage": "https://github.com/php-fig/log", |
|
|
|
|
"keywords": [ |
|
|
|
|
"log", |
|
|
|
|
"psr", |
|
|
|
|
"psr-3" |
|
|
|
|
], |
|
|
|
|
"time": "2018-11-20T15:27:04+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "slim/slim", |
|
|
|
|
"version": "3.12.0", |
|
|
|
|