Composer and dependencies updated.

This commit is contained in:
Julien Fontanet 2013-02-07 18:30:46 +01:00
parent 48cd65cb31
commit 486c7a933e
2 changed files with 57 additions and 16 deletions

73
composer.lock generated
View File

@ -3,37 +3,41 @@
"packages": [
{
"name": "monolog/monolog",
"version": "1.2.1",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog",
"reference": "1.2.1"
"reference": "1.3.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/Seldaek/monolog/zipball/1.2.1",
"reference": "1.2.1",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.3.1",
"reference": "1.3.1",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"psr/log": ">=1.0,<2.0"
},
"require-dev": {
"mlehner/gelf-php": "1.0.*"
"doctrine/couchdb": "dev-master",
"mlehner/gelf-php": "1.0.*",
"raven/raven": "0.3.*"
},
"suggest": {
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
"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"
"ext-mongo": "Allow sending log messages to a MongoDB server",
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
"raven/raven": "Allow sending log messages to a Sentry server"
},
"time": "2012-08-29 04:53:20",
"time": "2013-01-11 10:23:20",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Monolog": "src/"
@ -51,11 +55,50 @@
"role": "Developer"
}
],
"description": "Logging for PHP 5.3",
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging"
"logging",
"psr-3"
]
},
{
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log",
"reference": "1.0.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/php-fig/log/archive/1.0.0.zip",
"reference": "1.0.0",
"shasum": ""
},
"time": "2012-12-21 11:40:51",
"type": "library",
"autoload": {
"psr-0": {
"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",
"keywords": [
"log",
"psr",
"psr-3"
]
},
{
@ -77,7 +120,6 @@
},
"time": "2013-01-04 09:42:19",
"type": "library",
"installation-source": "source",
"autoload": {
"files": [
"src/Gallic.php"
@ -95,9 +137,9 @@
],
"description": "PHP Library.",
"keywords": [
"templating",
"autoloading",
"object storage"
"object storage",
"templating"
]
},
{
@ -119,7 +161,6 @@
},
"time": "2013-01-07 16:03:42",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"": "src/"

Binary file not shown.