From 4d1f54d3938fd46e4676825a5acbbd1b7b60ffcd Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Sat, 24 Oct 2015 17:23:03 +0200 Subject: [PATCH] updated dependencies --- app/config/config.yml | 2 +- composer.lock | 454 ++++++++++++++++++++++-------------------- 2 files changed, 243 insertions(+), 213 deletions(-) diff --git a/app/config/config.yml b/app/config/config.yml index f2608f2c03..c964461370 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -178,7 +178,7 @@ fos_http_cache: flash_message: false liip_hyphenator: - language: de_DE + default_locale: de_DE hyphen: '­' liip_theme: diff --git a/composer.lock b/composer.lock index 8bbb2c762e..d42bc52f7a 100644 --- a/composer.lock +++ b/composer.lock @@ -5,19 +5,20 @@ "This file is @generated automatically" ], "hash": "8e4ae9adb34cb00eb02f02ad824934ee", + "content-hash": "c854344a5a0b5e9e6b07a105c5148169", "packages": [ { "name": "doctrine/annotations", - "version": "v1.2.6", + "version": "v1.2.7", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4" + "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4", - "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", + "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", "shasum": "" }, "require": { @@ -72,20 +73,20 @@ "docblock", "parser" ], - "time": "2015-06-17 12:21:22" + "time": "2015-08-31 12:32:49" }, { "name": "doctrine/cache", - "version": "v1.4.1", + "version": "v1.4.2", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03" + "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03", - "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03", + "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca", + "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca", "shasum": "" }, "require": { @@ -142,7 +143,7 @@ "cache", "caching" ], - "time": "2015-04-15 00:11:59" + "time": "2015-08-31 12:36:41" }, { "name": "doctrine/collections", @@ -212,16 +213,16 @@ }, { "name": "doctrine/common", - "version": "v2.5.0", + "version": "v2.5.1", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3" + "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3", - "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3", + "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9", + "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9", "shasum": "" }, "require": { @@ -281,7 +282,7 @@ "persistence", "spl" ], - "time": "2015-04-02 19:55:44" + "time": "2015-08-31 13:00:22" }, { "name": "doctrine/data-fixtures", @@ -405,16 +406,16 @@ }, { "name": "doctrine/doctrine-bundle", - "version": "v1.5.0", + "version": "v1.5.2", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "0b9e27037c4fdbad515ee5ec89842e9091a6480f" + "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0b9e27037c4fdbad515ee5ec89842e9091a6480f", - "reference": "0b9e27037c4fdbad515ee5ec89842e9091a6480f", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3", + "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3", "shasum": "" }, "require": { @@ -422,16 +423,16 @@ "doctrine/doctrine-cache-bundle": "~1.0", "jdorn/sql-formatter": "~1.1", "php": ">=5.3.2", - "symfony/console": "~2.3", - "symfony/doctrine-bridge": "~2.2", - "symfony/framework-bundle": "~2.3" + "symfony/console": "~2.3|~3.0", + "symfony/doctrine-bridge": "~2.2|~3.0", + "symfony/framework-bundle": "~2.3|~3.0" }, "require-dev": { "doctrine/orm": "~2.3", "phpunit/phpunit": "~4", "satooshi/php-coveralls": "~0.6.1", - "symfony/validator": "~2.2", - "symfony/yaml": "~2.2", + "symfony/validator": "~2.2|~3.0", + "symfony/yaml": "~2.2|~3.0", "twig/twig": "~1.10" }, "suggest": { @@ -441,7 +442,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.5.x-dev" + "dev-master": "1.6.x-dev" } }, "autoload": { @@ -479,7 +480,7 @@ "orm", "persistence" ], - "time": "2015-05-28 12:27:15" + "time": "2015-08-31 14:47:06" }, { "name": "doctrine/doctrine-cache-bundle", @@ -567,17 +568,16 @@ }, { "name": "doctrine/doctrine-fixtures-bundle", - "version": "v2.2.0", - "target-dir": "Doctrine/Bundle/FixturesBundle", + "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", - "reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803" + "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c811f96f0cf83b997e3a3ed037cac729bbe3e803", - "reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803", + "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8", + "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8", "shasum": "" }, "require": { @@ -589,12 +589,12 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.1.x-dev" + "dev-master": "2.2.x-dev" } }, "autoload": { - "psr-0": { - "Doctrine\\Bundle\\FixturesBundle": "" + "psr-4": { + "Doctrine\\Bundle\\FixturesBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -602,12 +602,6 @@ "MIT" ], "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" @@ -615,6 +609,10 @@ { "name": "Doctrine Project", "homepage": "http://www.doctrine-project.org" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], "description": "Symfony DoctrineFixturesBundle", @@ -623,7 +621,7 @@ "Fixture", "persistence" ], - "time": "2013-09-05 11:23:37" + "time": "2015-08-04 22:43:14" }, { "name": "doctrine/inflector", @@ -802,16 +800,16 @@ }, { "name": "doctrine/orm", - "version": "v2.4.7", + "version": "v2.4.8", "source": { "type": "git", "url": "https://github.com/doctrine/doctrine2.git", - "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68" + "reference": "5aedac1e5c5caaeac14798822c70325dc242d467" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68", - "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68", + "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/5aedac1e5c5caaeac14798822c70325dc242d467", + "reference": "5aedac1e5c5caaeac14798822c70325dc242d467", "shasum": "" }, "require": { @@ -871,7 +869,7 @@ "database", "orm" ], - "time": "2014-12-16 13:45:01" + "time": "2015-08-31 13:19:01" }, { "name": "doctrine/phpcr-bundle", @@ -879,18 +877,18 @@ "source": { "type": "git", "url": "https://github.com/doctrine/DoctrinePHPCRBundle.git", - "reference": "fbf561e98295420745392adffae316dd59662a0b" + "reference": "857be12a5eda134554d69c4e32ca6b80316f784c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrinePHPCRBundle/zipball/fbf561e98295420745392adffae316dd59662a0b", - "reference": "fbf561e98295420745392adffae316dd59662a0b", + "url": "https://api.github.com/repos/doctrine/DoctrinePHPCRBundle/zipball/857be12a5eda134554d69c4e32ca6b80316f784c", + "reference": "857be12a5eda134554d69c4e32ca6b80316f784c", "shasum": "" }, "require": { "php": ">=5.3.9", "phpcr/phpcr-implementation": "2.1.*", - "phpcr/phpcr-utils": "~1.2.0", + "phpcr/phpcr-utils": "~1.2.7 || ~1.3", "symfony/doctrine-bridge": "~2.3 || ~3.0", "symfony/framework-bundle": "~2.3.27 || ~2.6.6 || ~2.7 || ~3.0" }, @@ -898,12 +896,12 @@ "phpcr/phpcr-shell": "<1.0.0-beta1" }, "require-dev": { - "doctrine/phpcr-odm": "~1.3", - "jackalope/jackalope-jackrabbit": "~1.1.0", + "doctrine/phpcr-odm": "~1.3@dev", "matthiasnoback/symfony-dependency-injection-test": "~0.7", "phpunit/php-code-coverage": "@stable", "phpunit/phpunit": "~4.5@stable", - "symfony-cmf/testing": "~1.1", + "sllh/php-cs-fixer-styleci-bridge": "~1.1@stable", + "symfony-cmf/testing": "~1.2,>=1.2.7", "symfony/form": "~2.3 || ~3.0" }, "suggest": { @@ -948,20 +946,20 @@ "persistence", "phpcr" ], - "time": "2015-06-10 21:47:09" + "time": "2015-09-30 14:44:04" }, { "name": "doctrine/phpcr-odm", - "version": "1.2.4", + "version": "1.2.6", "source": { "type": "git", "url": "https://github.com/doctrine/phpcr-odm.git", - "reference": "92f4aea9e658f263c9028ae89c270ced8182caf3" + "reference": "5db71ae9c32998d25e48e507f78b72c2b2a52041" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/92f4aea9e658f263c9028ae89c270ced8182caf3", - "reference": "92f4aea9e658f263c9028ae89c270ced8182caf3", + "url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/5db71ae9c32998d25e48e507f78b72c2b2a52041", + "reference": "5db71ae9c32998d25e48e507f78b72c2b2a52041", "shasum": "" }, "require": { @@ -1022,7 +1020,7 @@ "odm", "phpcr" ], - "time": "2015-07-03 08:09:31" + "time": "2015-10-08 11:16:58" }, { "name": "egulias/listeners-debug-command-bundle", @@ -1142,16 +1140,16 @@ }, { "name": "friendsofsymfony/http-cache-bundle", - "version": "1.3.1", + "version": "1.3.4", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git", - "reference": "b048546bfcdef0c0cc0d196b1a62d821f429b8e7" + "reference": "a28853add01d8af5011fe9b9055da5175f99cd5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/b048546bfcdef0c0cc0d196b1a62d821f429b8e7", - "reference": "b048546bfcdef0c0cc0d196b1a62d821f429b8e7", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/a28853add01d8af5011fe9b9055da5175f99cd5c", + "reference": "a28853add01d8af5011fe9b9055da5175f99cd5c", "shasum": "" }, "require": { @@ -1215,21 +1213,21 @@ "purge", "varnish" ], - "time": "2015-06-11 11:19:02" + "time": "2015-09-30 06:39:09" }, { "name": "friendsofsymfony/rest-bundle", - "version": "1.7.1", + "version": "1.7.2", "target-dir": "FOS/RestBundle", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", - "reference": "3fb2d30c58cde59213dbddd031bc36171b8b68b6" + "reference": "70db6f7af4bb198881bfc9106aea633fa3e818c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3fb2d30c58cde59213dbddd031bc36171b8b68b6", - "reference": "3fb2d30c58cde59213dbddd031bc36171b8b68b6", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/70db6f7af4bb198881bfc9106aea633fa3e818c0", + "reference": "70db6f7af4bb198881bfc9106aea633fa3e818c0", "shasum": "" }, "require": { @@ -1247,10 +1245,11 @@ "symfony/validator": ">=2.5.0,<2.5.5" }, "require-dev": { - "jms/serializer": "~0.13", - "jms/serializer-bundle": "~0.12", + "jms/serializer": "~0.13|~1.0", + "jms/serializer-bundle": "~0.12|~1.0", "phpoption/phpoption": "~1.1.0", "sensio/framework-extra-bundle": "~3.0", + "sllh/php-cs-fixer-styleci-bridge": "^1.3", "symfony/browser-kit": "~2.3", "symfony/dependency-injection": "~2.3", "symfony/form": "~2.3", @@ -1260,7 +1259,7 @@ "symfony/yaml": "~2.3" }, "suggest": { - "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12", + "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0", "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0", "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3", "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3" @@ -1299,7 +1298,7 @@ "keywords": [ "rest" ], - "time": "2015-06-16 08:39:26" + "time": "2015-10-16 07:05:52" }, { "name": "friendsofsymfony/user-bundle", @@ -1307,16 +1306,16 @@ "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", - "reference": "3efbc08a97f218d0a4524dee926fc4381e3d0947" + "reference": "d5b28c367d393f9d9fbc48c4138b2a74d51c0c83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/3efbc08a97f218d0a4524dee926fc4381e3d0947", - "reference": "3efbc08a97f218d0a4524dee926fc4381e3d0947", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/d5b28c367d393f9d9fbc48c4138b2a74d51c0c83", + "reference": "d5b28c367d393f9d9fbc48c4138b2a74d51c0c83", "shasum": "" }, "require": { - "php": ">=5.3.2", + "php": ">=5.3.9", "symfony/form": "~2.3", "symfony/framework-bundle": "~2.3", "symfony/security-bundle": "~2.3", @@ -1366,7 +1365,7 @@ "keywords": [ "User management" ], - "time": "2015-06-10 08:27:05" + "time": "2015-09-15 13:15:07" }, { "name": "guzzle/guzzle", @@ -1465,16 +1464,16 @@ }, { "name": "imagine/imagine", - "version": "0.6.2", + "version": "v0.6.3", "source": { "type": "git", "url": "https://github.com/avalanche123/Imagine.git", - "reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c" + "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/83ca8babede0e54f935ec09d55a726bf4b0a3f7c", - "reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c", + "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d", + "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d", "shasum": "" }, "require": { @@ -1518,7 +1517,7 @@ "image manipulation", "image processing" ], - "time": "2014-11-11 11:36:02" + "time": "2015-09-19 16:54:05" }, { "name": "incenteev/composer-parameter-handler", @@ -1966,35 +1965,39 @@ }, { "name": "kriswallsmith/assetic", - "version": "v1.2.1", + "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/kriswallsmith/assetic.git", - "reference": "b20efe38845d20458702f97f3ff625d80805897b" + "reference": "cb92b179dddfb8a3f341d53bd27e088f24d9c2e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b", - "reference": "b20efe38845d20458702f97f3ff625d80805897b", + "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/cb92b179dddfb8a3f341d53bd27e088f24d9c2e5", + "reference": "cb92b179dddfb8a3f341d53bd27e088f24d9c2e5", "shasum": "" }, "require": { "php": ">=5.3.1", "symfony/process": "~2.1" }, + "conflict": { + "twig/twig": "<1.12" + }, "require-dev": { "cssmin/cssmin": "*", "joliclic/javascript-packer": "*", "kamicane/packager": "*", - "leafo/lessphp": "*", - "leafo/scssphp": "*", - "leafo/scssphp-compass": "*", + "leafo/lessphp": "^0.3.7", + "leafo/scssphp": "*@dev", + "leafo/scssphp-compass": "*@dev", "mrclay/minify": "*", - "patchwork/jsqueeze": "~1.0", - "phpunit/phpunit": "~4", + "patchwork/jsqueeze": "~1.0|~2.0", + "phpunit/phpunit": "~4.8", "psr/log": "~1.0", "ptachoire/cssembed": "*", - "twig/twig": "~1.6" + "symfony/phpunit-bridge": "~2.7", + "twig/twig": "~1.8|~2.0" }, "suggest": { "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", @@ -2007,7 +2010,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -2036,7 +2039,7 @@ "compression", "minification" ], - "time": "2014-12-12 05:04:05" + "time": "2015-10-15 01:33:42" }, { "name": "liip/code-bundle", @@ -2145,12 +2148,12 @@ "source": { "type": "git", "url": "https://github.com/liip/LiipHelloBundle.git", - "reference": "294e6e78dcb6bf455f73d60dafdb5c968ffc7756" + "reference": "88a2338e05465ca1469b9b0e2b7d3c8e023aeb26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/liip/LiipHelloBundle/zipball/294e6e78dcb6bf455f73d60dafdb5c968ffc7756", - "reference": "294e6e78dcb6bf455f73d60dafdb5c968ffc7756", + "url": "https://api.github.com/repos/liip/LiipHelloBundle/zipball/88a2338e05465ca1469b9b0e2b7d3c8e023aeb26", + "reference": "88a2338e05465ca1469b9b0e2b7d3c8e023aeb26", "shasum": "" }, "require": { @@ -2160,7 +2163,7 @@ "friendsofsymfony/user-bundle": "~2.0@dev", "jms/serializer-bundle": "~0.13", "liip/container-wrapper-bundle": "~1.0", - "liip/hyphenator-bundle": "~1.0", + "liip/hyphenator-bundle": "~2.0", "liip/imagine-bundle": "~1.0", "liip/search-bundle": "~1.0", "liip/theme-bundle": "~1.0", @@ -2193,33 +2196,41 @@ "keywords": [ "example" ], - "time": "2015-06-23 08:42:16" + "time": "2015-10-24 15:19:18" }, { "name": "liip/hyphenator-bundle", - "version": "1.0.0", - "target-dir": "Liip/HyphenatorBundle", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/liip/LiipHyphenatorBundle.git", - "reference": "c57816922cdeeb383b2a4e846090c92ff8b16d19" + "reference": "6f8130cf6c42f7c2f744c25bf2836ffc815adf59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/liip/LiipHyphenatorBundle/zipball/c57816922cdeeb383b2a4e846090c92ff8b16d19", - "reference": "c57816922cdeeb383b2a4e846090c92ff8b16d19", + "url": "https://api.github.com/repos/liip/LiipHyphenatorBundle/zipball/6f8130cf6c42f7c2f744c25bf2836ffc815adf59", + "reference": "6f8130cf6c42f7c2f744c25bf2836ffc815adf59", "shasum": "" }, "require": { "org_heigl/hyphenator": "~2.0", - "php": ">=5.3.3", - "symfony/framework-bundle": "~2.0", - "twig/twig": ">=1.0,<2.0-dev" + "php": ">=5.3.9", + "symfony/framework-bundle": "~2.3|~3.0", + "twig/twig": "~1.20|~2.0" + }, + "require-dev": { + "symfony/browser-kit": "~2.3|~3.0", + "symfony/twig-bundle": "~2.3|~3.0" }, "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, "autoload": { - "psr-0": { - "Liip\\HyphenatorBundle": "" + "psr-4": { + "Liip\\HyphenatorBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -2237,21 +2248,21 @@ "keywords": [ "hyphenation" ], - "time": "2014-12-26 10:13:15" + "time": "2015-10-24 15:12:17" }, { "name": "liip/imagine-bundle", - "version": "1.3.0", + "version": "1.3.1", "target-dir": "Liip/ImagineBundle", "source": { "type": "git", "url": "https://github.com/liip/LiipImagineBundle.git", - "reference": "24c977ccf1a15854dc5fb3efc5de86011f8f0ef3" + "reference": "91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/24c977ccf1a15854dc5fb3efc5de86011f8f0ef3", - "reference": "24c977ccf1a15854dc5fb3efc5de86011f8f0ef3", + "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9", + "reference": "91ed657efca36693c6d5ab02c5cc2f7cd9bd3ee9", "shasum": "" }, "require": { @@ -2276,13 +2287,13 @@ "symfony/form": "~2.3 || ~3.0", "symfony/phpunit-bridge": "~2.3 || ~3.0", "symfony/yaml": "~2.3 || ~3.0", - "twig/twig": "~1.0" + "twig/twig": "~1.12" }, "suggest": { "amazonwebservices/aws-sdk-for-php": "Add it if you'd like to use aws v1 resolver", "aws/aws-sdk-php": "Add it if you'd like to use aws v2 or v3 resolver", "monolog/monolog": "If you'd want to write logs", - "twig/twig": "If you'd want to use some handy twig filters" + "twig/twig": "If you'd want to use some handy twig filters, version 1.12 or greater required" }, "type": "symfony-bundle", "extra": { @@ -2312,21 +2323,21 @@ "image", "imagine" ], - "time": "2015-06-04 11:44:07" + "time": "2015-08-27 11:27:33" }, { "name": "liip/monitor-bundle", - "version": "2.1.1", + "version": "2.1.2", "target-dir": "Liip/MonitorBundle", "source": { "type": "git", "url": "https://github.com/liip/LiipMonitorBundle.git", - "reference": "c45d1dbdeb2ec0d314dc47c15f06228b1d9f3f4d" + "reference": "0f14deeecb6b2930d055d5b379f3711acf3aec6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/liip/LiipMonitorBundle/zipball/c45d1dbdeb2ec0d314dc47c15f06228b1d9f3f4d", - "reference": "c45d1dbdeb2ec0d314dc47c15f06228b1d9f3f4d", + "url": "https://api.github.com/repos/liip/LiipMonitorBundle/zipball/0f14deeecb6b2930d055d5b379f3711acf3aec6f", + "reference": "0f14deeecb6b2930d055d5b379f3711acf3aec6f", "shasum": "" }, "require": { @@ -2385,7 +2396,7 @@ "monitor", "monitoring" ], - "time": "2015-06-07 12:23:31" + "time": "2015-09-13 19:13:55" }, { "name": "liip/search-bundle", @@ -2662,16 +2673,16 @@ }, { "name": "monolog/monolog", - "version": "1.15.0", + "version": "1.17.2", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0" + "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/dc5150cc608f2334c72c3b6a553ec9668a4156b0", - "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24", + "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24", "shasum": "" }, "require": { @@ -2685,10 +2696,11 @@ "aws/aws-sdk-php": "^2.4.9", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", + "jakub-onderka/php-parallel-lint": "0.9", "php-console/php-console": "^3.1.3", "phpunit/phpunit": "~4.5", "phpunit/phpunit-mock-objects": "2.3.0", - "raven/raven": "~0.8", + "raven/raven": "^0.13", "ruflin/elastica": ">=0.90 <3.0", "swiftmailer/swiftmailer": "~5.3", "videlalvaro/php-amqplib": "~2.4" @@ -2708,7 +2720,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15.x-dev" + "dev-master": "1.16.x-dev" } }, "autoload": { @@ -2734,7 +2746,7 @@ "logging", "psr-3" ], - "time": "2015-07-12 13:54:09" + "time": "2015-10-14 12:51:02" }, { "name": "nelmio/api-doc-bundle", @@ -2743,26 +2755,28 @@ "source": { "type": "git", "url": "https://github.com/nelmio/NelmioApiDocBundle.git", - "reference": "0699c45dcc02f98626431996e288deb93f34a6ab" + "reference": "f8b038faf2d82883fd4f7968bd99b4dd9675f59e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/0699c45dcc02f98626431996e288deb93f34a6ab", - "reference": "0699c45dcc02f98626431996e288deb93f34a6ab", + "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/f8b038faf2d82883fd4f7968bd99b4dd9675f59e", + "reference": "f8b038faf2d82883fd4f7968bd99b4dd9675f59e", "shasum": "" }, "require": { "michelf/php-markdown": "~1.4", + "php": ">=5.4", "symfony/console": "~2.3", "symfony/framework-bundle": "~2.3", "symfony/twig-bundle": "~2.3" }, "conflict": { "jms/serializer": "<0.12", - "jms/serializer-bundle": "<0.11" + "jms/serializer-bundle": "<0.11", + "twig/twig": "<1.12" }, "require-dev": { - "dunglas/api-bundle": "dev-master", + "dunglas/api-bundle": "~1.0", "friendsofsymfony/rest-bundle": "~1.0", "jms/serializer-bundle": ">=0.11", "sensio/framework-extra-bundle": "~3.0", @@ -2771,7 +2785,7 @@ "symfony/finder": "~2.3", "symfony/form": "~2.3", "symfony/phpunit-bridge": "~2.7", - "symfony/serializer": "~2.7@dev", + "symfony/serializer": "~2.7", "symfony/validator": "~2.3", "symfony/yaml": "~2.3" }, @@ -2785,7 +2799,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.9.x-dev" + "dev-master": "2.10.x-dev" } }, "autoload": { @@ -2814,7 +2828,7 @@ "documentation", "rest" ], - "time": "2015-07-10 09:15:36" + "time": "2015-10-23 13:28:30" }, { "name": "org_heigl/hyphenator", @@ -2966,26 +2980,32 @@ }, { "name": "phpcr/phpcr-utils", - "version": "1.2.6", + "version": "1.2.8", "source": { "type": "git", "url": "https://github.com/phpcr/phpcr-utils.git", - "reference": "6d87ca37fe7faf3f0b1164669d248fd2e1598053" + "reference": "778fc1cdffacb0ee99f52790e656a2acb85b9dfa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/6d87ca37fe7faf3f0b1164669d248fd2e1598053", - "reference": "6d87ca37fe7faf3f0b1164669d248fd2e1598053", + "url": "https://api.github.com/repos/phpcr/phpcr-utils/zipball/778fc1cdffacb0ee99f52790e656a2acb85b9dfa", + "reference": "778fc1cdffacb0ee99f52790e656a2acb85b9dfa", "shasum": "" }, "require": { "php": ">=5.3.3", "phpcr/phpcr": "~2.1.0", - "symfony/console": "2.*,>=2.0.5" + "symfony/console": "~2.3|~3.0" }, "conflict": { "jackalope/jackalope-jackrabbit": "<1.2.1" }, + "suggest": { + "ramsey/uuid": "A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID)." + }, + "bin": [ + "bin/phpcr" + ], "type": "library", "extra": { "branch-alias": { @@ -3027,25 +3047,28 @@ "contentrepository", "phpcr" ], - "time": "2015-06-11 07:18:46" + "time": "2015-10-10 08:53:20" }, { "name": "phpoption/phpoption", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5" + "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5", - "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", + "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", "shasum": "" }, "require": { "php": ">=5.3.0" }, + "require-dev": { + "phpunit/phpunit": "4.7.*" + }, "type": "library", "extra": { "branch-alias": { @@ -3064,9 +3087,7 @@ "authors": [ { "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "http://jmsyst.com", - "role": "Developer of wrapped JMSSerializerBundle" + "email": "schmittjoh@gmail.com" } ], "description": "Option Type for PHP", @@ -3076,7 +3097,7 @@ "php", "type" ], - "time": "2014-01-09 22:37:17" + "time": "2015-07-25 16:39:46" }, { "name": "psr/log", @@ -3178,16 +3199,16 @@ }, { "name": "sensio/framework-extra-bundle", - "version": "v3.0.9", + "version": "v3.0.10", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", - "reference": "0616fd568da051adc19ca63006cc808531ba2da4" + "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/0616fd568da051adc19ca63006cc808531ba2da4", - "reference": "0616fd568da051adc19ca63006cc808531ba2da4", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/18fc2063c4d6569cdca47a39fbac32342eb65f3c", + "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c", "shasum": "" }, "require": { @@ -3229,7 +3250,7 @@ "annotations", "controllers" ], - "time": "2015-06-05 13:59:21" + "time": "2015-08-03 11:59:27" }, { "name": "sensiolabs/security-checker", @@ -3331,32 +3352,37 @@ }, { "name": "symfony/assetic-bundle", - "version": "v2.6.1", + "version": "v2.7.0", "source": { "type": "git", - "url": "https://github.com/symfony/AsseticBundle.git", - "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0" + "url": "https://github.com/symfony/assetic-bundle.git", + "reference": "3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0", - "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0", + "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5", + "reference": "3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5", "shasum": "" }, "require": { - "kriswallsmith/assetic": "~1.2", + "kriswallsmith/assetic": "~1.3", "php": ">=5.3.0", "symfony/console": "~2.3", "symfony/dependency-injection": "~2.3", "symfony/framework-bundle": "~2.3", "symfony/yaml": "~2.3" }, + "conflict": { + "kriswallsmith/spork": "<=0.2", + "twig/twig": "<1.20" + }, "require-dev": { - "kriswallsmith/spork": "~0.2", + "kriswallsmith/spork": "~0.3", "patchwork/jsqueeze": "~1.0", "symfony/class-loader": "~2.3", "symfony/css-selector": "~2.3", "symfony/dom-crawler": "~2.3", + "symfony/phpunit-bridge": "~2.7", "symfony/twig-bundle": "~2.3" }, "suggest": { @@ -3366,7 +3392,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.5-dev" + "dev-master": "2.7-dev" } }, "autoload": { @@ -3392,38 +3418,38 @@ "compression", "minification" ], - "time": "2015-01-27 12:45:16" + "time": "2015-09-01 00:05:29" }, { "name": "symfony/monolog-bundle", - "version": "v2.7.1", + "version": "2.8.1", "source": { "type": "git", - "url": "https://github.com/symfony/MonologBundle.git", - "reference": "9320b6863404c70ebe111e9040dab96f251de7ac" + "url": "https://github.com/symfony/monolog-bundle.git", + "reference": "7117b9a145722e3c5768db4585f6ad0643ed5c4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac", - "reference": "9320b6863404c70ebe111e9040dab96f251de7ac", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/7117b9a145722e3c5768db4585f6ad0643ed5c4a", + "reference": "7117b9a145722e3c5768db4585f6ad0643ed5c4a", "shasum": "" }, "require": { "monolog/monolog": "~1.8", "php": ">=5.3.2", - "symfony/config": "~2.3", - "symfony/dependency-injection": "~2.3", - "symfony/http-kernel": "~2.3", - "symfony/monolog-bridge": "~2.3" + "symfony/config": "~2.3|3.*", + "symfony/dependency-injection": "~2.3|3.*", + "symfony/http-kernel": "~2.3|3.*", + "symfony/monolog-bridge": "~2.3|3.*" }, "require-dev": { - "symfony/console": "~2.3", + "symfony/console": "~2.3|3.*", "symfony/yaml": "~2.3" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.7.x-dev" + "dev-master": "2.8.x-dev" } }, "autoload": { @@ -3451,19 +3477,19 @@ "log", "logging" ], - "time": "2015-01-04 20:21:17" + "time": "2015-10-02 11:51:59" }, { "name": "symfony/swiftmailer-bundle", "version": "v2.3.8", "source": { "type": "git", - "url": "https://github.com/symfony/SwiftmailerBundle.git", + "url": "https://github.com/symfony/swiftmailer-bundle.git", "reference": "970b13d01871207e81d17b17ddda025e7e21e797" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797", + "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797", "reference": "970b13d01871207e81d17b17ddda025e7e21e797", "shasum": "" }, @@ -3512,23 +3538,23 @@ }, { "name": "symfony/symfony", - "version": "v2.7.1", + "version": "v2.7.5", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", - "reference": "932b6e7499c670f4db6d0b871477a4a3ca161e74" + "reference": "619528a274647cffc1792063c3ea04c4fa8266a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/symfony/zipball/932b6e7499c670f4db6d0b871477a4a3ca161e74", - "reference": "932b6e7499c670f4db6d0b871477a4a3ca161e74", + "url": "https://api.github.com/repos/symfony/symfony/zipball/619528a274647cffc1792063c3ea04c4fa8266a0", + "reference": "619528a274647cffc1792063c3ea04c4fa8266a0", "shasum": "" }, "require": { - "doctrine/common": "~2.3", + "doctrine/common": "~2.4", "php": ">=5.3.9", "psr/log": "~1.0", - "twig/twig": "~1.18" + "twig/twig": "~1.20|~2.0" }, "replace": { "symfony/asset": "self.version", @@ -3578,9 +3604,9 @@ }, "require-dev": { "doctrine/data-fixtures": "1.0.*", - "doctrine/dbal": "~2.2", + "doctrine/dbal": "~2.4", "doctrine/doctrine-bundle": "~1.2", - "doctrine/orm": "~2.2,>=2.2.3", + "doctrine/orm": "~2.4,>=2.4.5", "egulias/email-validator": "~1.2", "ircmaxell/password-compat": "~1.0", "monolog/monolog": "~1.11", @@ -3630,29 +3656,33 @@ "keywords": [ "framework" ], - "time": "2015-06-11 21:15:28" + "time": "2015-09-25 11:16:52" }, { "name": "twig/twig", - "version": "v1.18.2", + "version": "v1.22.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602" + "reference": "ebfc36b7e77b0c1175afe30459cf943010245540" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/e8e6575abf6102af53ec283f7f14b89e304fa602", - "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/ebfc36b7e77b0c1175afe30459cf943010245540", + "reference": "ebfc36b7e77b0c1175afe30459cf943010245540", "shasum": "" }, "require": { "php": ">=5.2.7" }, + "require-dev": { + "symfony/debug": "~2.7", + "symfony/phpunit-bridge": "~2.7" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" + "dev-master": "1.22-dev" } }, "autoload": { @@ -3687,7 +3717,7 @@ "keywords": [ "templating" ], - "time": "2015-06-06 23:31:24" + "time": "2015-10-13 07:07:02" }, { "name": "willdurand/jsonp-callback-validator", @@ -3731,16 +3761,16 @@ }, { "name": "willdurand/negotiation", - "version": "1.3.4", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/willdurand/Negotiation.git", - "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c" + "reference": "2a59f2376557303e3fa91465ab691abb82945edf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c", - "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c", + "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf", + "reference": "2a59f2376557303e3fa91465ab691abb82945edf", "shasum": "" }, "require": { @@ -3749,12 +3779,12 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.5-dev" } }, "autoload": { - "psr-0": { - "Negotiation": "src/" + "psr-4": { + "Negotiation\\": "src/Negotiation" } }, "notification-url": "https://packagist.org/downloads/", @@ -3776,7 +3806,7 @@ "header", "negotiation" ], - "time": "2014-10-02 07:26:00" + "time": "2015-10-01 07:42:40" }, { "name": "wjzijderveld/check-bundles", @@ -3832,16 +3862,16 @@ }, { "name": "zendframework/zenddiagnostics", - "version": "v1.0.6", + "version": "v1.0.8", "source": { "type": "git", "url": "https://github.com/zendframework/ZendDiagnostics.git", - "reference": "07b6a7a313c751045dc57cd8938a05a9b4e004e8" + "reference": "6ffffbeec9a9d69aad394a9ceee55cf4bcdd4b2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/ZendDiagnostics/zipball/07b6a7a313c751045dc57cd8938a05a9b4e004e8", - "reference": "07b6a7a313c751045dc57cd8938a05a9b4e004e8", + "url": "https://api.github.com/repos/zendframework/ZendDiagnostics/zipball/6ffffbeec9a9d69aad394a9ceee55cf4bcdd4b2d", + "reference": "6ffffbeec9a9d69aad394a9ceee55cf4bcdd4b2d", "shasum": "" }, "require": { @@ -3890,7 +3920,7 @@ "php", "test" ], - "time": "2015-07-09 14:39:58" + "time": "2015-10-01 15:37:41" } ], "packages-dev": [ @@ -4001,16 +4031,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v2.7.1", + "version": "v2.7.5", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "d3c39dccb646eb2f6593d6a1a3911260dc6b1620" + "reference": "d01f81ca48d76f5af818017f81b2ef93e892e425" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d3c39dccb646eb2f6593d6a1a3911260dc6b1620", - "reference": "d3c39dccb646eb2f6593d6a1a3911260dc6b1620", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d01f81ca48d76f5af818017f81b2ef93e892e425", + "reference": "d01f81ca48d76f5af818017f81b2ef93e892e425", "shasum": "" }, "require": { @@ -4049,7 +4079,7 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2015-06-03 21:50:52" + "time": "2015-06-30 08:16:45" } ], "aliases": [],