From f4f6336aaa693ad11bf629a38ffac88582d4a7ea Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Wed, 4 Apr 2018 13:42:26 +0200 Subject: [PATCH] Update to v1.0.13 --- composer.lock | 157 ++++++++++++++++++++++++++------------------------ 1 file changed, 81 insertions(+), 76 deletions(-) diff --git a/composer.lock b/composer.lock index 044b0fe8f7..f2b7d3e36b 100644 --- a/composer.lock +++ b/composer.lock @@ -169,16 +169,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288" + "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/943b2c4fcad1ef178d16a713c2468bf7e579c288", - "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169", + "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169", "shasum": "" }, "require": { @@ -187,7 +187,7 @@ "php": "^5.3.2 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", "psr/log": "^1.0", "symfony/process": "^2.5 || ^3.0 || ^4.0" }, @@ -221,7 +221,7 @@ "ssl", "tls" ], - "time": "2017-11-29T09:37:33+00:00" + "time": "2018-03-29T19:57:20+00:00" }, { "name": "doctrine/annotations", @@ -564,16 +564,16 @@ }, { "name": "doctrine/dbal", - "version": "v2.6.3", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13" + "reference": "f76bf5ef631cec551a86c2291fc749534febebf1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13", - "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/f76bf5ef631cec551a86c2291fc749534febebf1", + "reference": "f76bf5ef631cec551a86c2291fc749534febebf1", "shasum": "" }, "require": { @@ -582,9 +582,11 @@ "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^5.4.6", + "doctrine/coding-standard": "^4.0", + "phpunit/phpunit": "^7.0", "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", - "symfony/console": "2.*||^3.0" + "symfony/console": "^2.0.5||^3.0", + "symfony/phpunit-bridge": "^3.4.5|^4.0.5" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -595,7 +597,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6.x-dev" + "dev-master": "2.7.x-dev" } }, "autoload": { @@ -633,7 +635,7 @@ "persistence", "queryobject" ], - "time": "2017-11-19T13:38:54+00:00" + "time": "2018-04-01T23:33:17+00:00" }, { "name": "doctrine/doctrine-bundle", @@ -722,39 +724,39 @@ }, { "name": "doctrine/doctrine-cache-bundle", - "version": "1.3.2", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineCacheBundle.git", - "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1" + "reference": "4c8e363f96427924e7e519c5b5119b4f54512697" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1", - "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1", + "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/4c8e363f96427924e7e519c5b5119b4f54512697", + "reference": "4c8e363f96427924e7e519c5b5119b4f54512697", "shasum": "" }, "require": { "doctrine/cache": "^1.4.2", "doctrine/inflector": "~1.0", "php": ">=5.3.2", - "symfony/doctrine-bridge": "~2.2|~3.0|~4.0" + "symfony/doctrine-bridge": "~2.7|~3.3|~4.0" }, "require-dev": { "instaclick/coding-standard": "~1.1", "instaclick/object-calisthenics-sniffs": "dev-master", "instaclick/symfony2-coding-standard": "dev-remaster", - "phpunit/phpunit": "~4", + "phpunit/phpunit": "~4|~5", "predis/predis": "~0.8", "satooshi/php-coveralls": "^1.0", "squizlabs/php_codesniffer": "~1.5", - "symfony/console": "~2.2|~3.0|~4.0", - "symfony/finder": "~2.2|~3.0|~4.0", - "symfony/framework-bundle": "~2.2|~3.0|~4.0", - "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", - "symfony/security-acl": "~2.3|~3.0", - "symfony/validator": "~2.2|~3.0|~4.0", - "symfony/yaml": "~2.2|~3.0|~4.0" + "symfony/console": "~2.7|~3.3|~4.0", + "symfony/finder": "~2.7|~3.3|~4.0", + "symfony/framework-bundle": "~2.7|~3.3|~4.0", + "symfony/phpunit-bridge": "~2.7|~3.3|~4.0", + "symfony/security-acl": "~2.7|~3.3", + "symfony/validator": "~2.7|~3.3|~4.0", + "symfony/yaml": "~2.7|~3.3|~4.0" }, "suggest": { "symfony/security-acl": "For using this bundle to cache ACLs" @@ -806,7 +808,7 @@ "cache", "caching" ], - "time": "2017-10-12T17:23:29+00:00" + "time": "2018-03-27T09:22:12+00:00" }, { "name": "doctrine/doctrine-fixtures-bundle", @@ -1724,16 +1726,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.3.0", + "version": "6.3.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" + "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", - "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90", + "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90", "shasum": "" }, "require": { @@ -1743,7 +1745,7 @@ }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "^4.0 || ^5.0", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4", "psr/log": "^1.0" }, "suggest": { @@ -1752,7 +1754,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.2-dev" + "dev-master": "6.3-dev" } }, "autoload": { @@ -1785,7 +1787,7 @@ "rest", "web service" ], - "time": "2017-06-22T18:50:49+00:00" + "time": "2018-03-26T16:33:04+00:00" }, { "name": "guzzlehttp/promises", @@ -2356,16 +2358,16 @@ }, { "name": "knplabs/gaufrette", - "version": "v0.5.0", + "version": "v0.6.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/Gaufrette.git", - "reference": "2f228650fd4cc50c3d3c1d6541546ffc169b2240" + "reference": "a7c71edef4528d9881f534515f9061660255afe3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/2f228650fd4cc50c3d3c1d6541546ffc169b2240", - "reference": "2f228650fd4cc50c3d3c1d6541546ffc169b2240", + "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/a7c71edef4528d9881f534515f9061660255afe3", + "reference": "a7c71edef4528d9881f534515f9061660255afe3", "shasum": "" }, "require": { @@ -2382,8 +2384,7 @@ "dropbox-php/dropbox-php": "*", "google/apiclient": "~1.1.3", "league/flysystem": "~1.0", - "microsoft/azure-storage": "~0.15.0", - "microsoft/windowsazure": "~0.4", + "microsoft/azure-storage-blob": "^1.0", "mikey179/vfsstream": "~1.2.0", "mongodb/mongodb": "^1.1", "phpseclib/phpseclib": "^2.0", @@ -2412,7 +2413,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.5.x-dev" + "dev-master": "0.7.x-dev" } }, "autoload": { @@ -2442,7 +2443,7 @@ "filesystem", "media" ], - "time": "2018-01-04T19:50:08+00:00" + "time": "2018-03-26T12:19:49+00:00" }, { "name": "knplabs/knp-gaufrette-bundle", @@ -5287,16 +5288,16 @@ }, { "name": "sylius/sylius", - "version": "v1.0.12", + "version": "v1.0.13", "source": { "type": "git", "url": "https://github.com/Sylius/Sylius.git", - "reference": "d589b3a8989d3410a8c4baade756f27c9c5e3d7b" + "reference": "12707ebd85a5026b08c6f0195fbaae57f609be16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Sylius/Sylius/zipball/d589b3a8989d3410a8c4baade756f27c9c5e3d7b", - "reference": "d589b3a8989d3410a8c4baade756f27c9c5e3d7b", + "url": "https://api.github.com/repos/Sylius/Sylius/zipball/12707ebd85a5026b08c6f0195fbaae57f609be16", + "reference": "12707ebd85a5026b08c6f0195fbaae57f609be16", "shasum": "" }, "require": { @@ -5342,12 +5343,16 @@ "twig/twig": "^2.0", "webmozart/assert": "^1.1", "white-october/pagerfanta-bundle": "^1.0.8", - "willdurand/hateoas": "~2.10.0", + "willdurand/hateoas": "^2.10", "willdurand/hateoas-bundle": "^1.2", "winzou/state-machine-bundle": "^0.3", "zendframework/zend-hydrator": "^2.2", "zendframework/zend-stdlib": "^3.1" }, + "conflict": { + "symfony/symfony": "3.4.7 || 4.0.7", + "willdurand/hateoas": "^2.11" + }, "replace": { "sylius/addressing": "self.version", "sylius/addressing-bundle": "self.version", @@ -5470,7 +5475,7 @@ ], "description": "E-Commerce platform for PHP, based on Symfony framework.", "homepage": "http://sylius.com", - "time": "2018-03-16T07:09:13+00:00" + "time": "2018-04-04T11:11:59+00:00" }, { "name": "symfony/monolog-bundle", @@ -5769,16 +5774,16 @@ }, { "name": "symfony/swiftmailer-bundle", - "version": "v3.2.1", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/symfony/swiftmailer-bundle.git", - "reference": "20e71c247a5a43ceb655db9712394d08c09b33ef" + "reference": "f1ba0552a9cd4df0191a58845fbd5541cf9eda2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/20e71c247a5a43ceb655db9712394d08c09b33ef", - "reference": "20e71c247a5a43ceb655db9712394d08c09b33ef", + "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/f1ba0552a9cd4df0191a58845fbd5541cf9eda2d", + "reference": "f1ba0552a9cd4df0191a58845fbd5541cf9eda2d", "shasum": "" }, "require": { @@ -5827,7 +5832,7 @@ ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com", - "time": "2018-03-08T16:39:26+00:00" + "time": "2018-04-03T16:29:41+00:00" }, { "name": "symfony/symfony", @@ -6041,16 +6046,16 @@ }, { "name": "twig/twig", - "version": "v2.4.6", + "version": "v2.4.8", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "d2117ec118c1ff3d28ccddca8212d82787a4809f" + "reference": "7b604c89da162034bdf4bb66310f358d313dd16d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/d2117ec118c1ff3d28ccddca8212d82787a4809f", - "reference": "d2117ec118c1ff3d28ccddca8212d82787a4809f", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/7b604c89da162034bdf4bb66310f358d313dd16d", + "reference": "7b604c89da162034bdf4bb66310f358d313dd16d", "shasum": "" }, "require": { @@ -6059,8 +6064,8 @@ }, "require-dev": { "psr/container": "^1.0", - "symfony/debug": "~2.7", - "symfony/phpunit-bridge": "~3.3@dev" + "symfony/debug": "^2.7", + "symfony/phpunit-bridge": "^3.3" }, "type": "library", "extra": { @@ -6103,7 +6108,7 @@ "keywords": [ "templating" ], - "time": "2018-03-03T16:23:01+00:00" + "time": "2018-04-02T09:24:19+00:00" }, { "name": "webmozart/assert", @@ -8143,16 +8148,16 @@ }, { "name": "nette/caching", - "version": "v2.5.6", + "version": "v2.5.8", "source": { "type": "git", "url": "https://github.com/nette/caching.git", - "reference": "1231735b5135ca02bd381b70482c052d2a90bdc9" + "reference": "7fba7c7ab2585fafb7b31152f2595e1551120555" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/caching/zipball/1231735b5135ca02bd381b70482c052d2a90bdc9", - "reference": "1231735b5135ca02bd381b70482c052d2a90bdc9", + "url": "https://api.github.com/repos/nette/caching/zipball/7fba7c7ab2585fafb7b31152f2595e1551120555", + "reference": "7fba7c7ab2585fafb7b31152f2595e1551120555", "shasum": "" }, "require": { @@ -8208,20 +8213,20 @@ "nette", "sqlite" ], - "time": "2017-08-30T12:12:25+00:00" + "time": "2018-03-21T11:04:32+00:00" }, { "name": "nette/di", - "version": "v2.4.10", + "version": "v2.4.11", "source": { "type": "git", "url": "https://github.com/nette/di.git", - "reference": "a4b3be935b755f23aebea1ce33d7e3c832cdff98" + "reference": "a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/di/zipball/a4b3be935b755f23aebea1ce33d7e3c832cdff98", - "reference": "a4b3be935b755f23aebea1ce33d7e3c832cdff98", + "url": "https://api.github.com/repos/nette/di/zipball/a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9", + "reference": "a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9", "shasum": "" }, "require": { @@ -8277,7 +8282,7 @@ "nette", "static" ], - "time": "2017-08-31T22:42:00+00:00" + "time": "2018-03-28T23:53:36+00:00" }, { "name": "nette/finder", @@ -8391,16 +8396,16 @@ }, { "name": "nette/php-generator", - "version": "v3.0.2", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/nette/php-generator.git", - "reference": "1652635d312a8db4291b16f3ebf87cb1a15a6257" + "reference": "18a26e9c302ce98b7a573fae8c6032a6909339e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/php-generator/zipball/1652635d312a8db4291b16f3ebf87cb1a15a6257", - "reference": "1652635d312a8db4291b16f3ebf87cb1a15a6257", + "url": "https://api.github.com/repos/nette/php-generator/zipball/18a26e9c302ce98b7a573fae8c6032a6909339e5", + "reference": "18a26e9c302ce98b7a573fae8c6032a6909339e5", "shasum": "" }, "require": { @@ -8449,7 +8454,7 @@ "php", "scaffolding" ], - "time": "2017-09-26T11:19:32+00:00" + "time": "2018-03-30T14:01:03+00:00" }, { "name": "nette/robot-loader",