partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit da20b1017b8ea50ff1470b9ae4c31a51b7965fe0
parent da646be1fe8475fa47e3c151a69ed7216672addb
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon, 22 Jun 2015 17:36:06 +0200

Updated to latest DunglasAPIBundle to fix the partial update issue https://github.com/dunglas/DunglasApiBundle/issues/134

Diffstat:
Mcomposer.lock | 31+++++++++++++++++--------------
1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/composer.lock b/composer.lock @@ -1036,12 +1036,12 @@ "source": { "type": "git", "url": "https://github.com/dunglas/DunglasApiBundle.git", - "reference": "71182d20e7bc5b913e2f5169c4c793762fa3fee4" + "reference": "ed716bcb2717187b6ac91bc2bf89cb5cd1b8ec1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dunglas/DunglasApiBundle/zipball/71182d20e7bc5b913e2f5169c4c793762fa3fee4", - "reference": "71182d20e7bc5b913e2f5169c4c793762fa3fee4", + "url": "https://api.github.com/repos/dunglas/DunglasApiBundle/zipball/ed716bcb2717187b6ac91bc2bf89cb5cd1b8ec1f", + "reference": "ed716bcb2717187b6ac91bc2bf89cb5cd1b8ec1f", "shasum": "" }, "require": { @@ -1102,7 +1102,7 @@ "json", "rest" ], - "time": "2015-06-19 12:12:16" + "time": "2015-06-22 14:15:43" }, { "name": "dunglas/php-property-info", @@ -1640,16 +1640,16 @@ }, { "name": "monolog/monolog", - "version": "1.13.1", + "version": "1.14.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac" + "reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac", - "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b287fbbe1ca27847064beff2bad7fb6920bf08cc", + "reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc", "shasum": "" }, "require": { @@ -1660,12 +1660,14 @@ "psr/log-implementation": "1.0.0" }, "require-dev": { - "aws/aws-sdk-php": "~2.4, >2.4.8", + "aws/aws-sdk-php": "^2.4.9", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", - "phpunit/phpunit": "~4.0", - "raven/raven": "~0.5", - "ruflin/elastica": "0.90.*", + "php-console/php-console": "^3.1.3", + "phpunit/phpunit": "~4.5", + "phpunit/phpunit-mock-objects": "2.3.0", + "raven/raven": "~0.8", + "ruflin/elastica": ">=0.90 <3.0", "swiftmailer/swiftmailer": "~5.3", "videlalvaro/php-amqplib": "~2.4" }, @@ -1675,6 +1677,7 @@ "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", + "php-console/php-console": "Allow sending log messages to Google Chrome", "raven/raven": "Allow sending log messages to a Sentry server", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", @@ -1683,7 +1686,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13.x-dev" + "dev-master": "1.14.x-dev" } }, "autoload": { @@ -1709,7 +1712,7 @@ "logging", "psr-3" ], - "time": "2015-03-09 09:58:04" + "time": "2015-06-19 13:29:54" }, { "name": "nelmio/api-doc-bundle",