From 157ec04fa070dcf7b525fb1e81b2950f099060b9 Mon Sep 17 00:00:00 2001 From: damonsson Date: Tue, 15 May 2018 02:03:36 +0200 Subject: [PATCH 1/8] fix wrong namespaces --- composer.lock | 251 +++++++++--------- src/Api/WebClient.php | 4 +- src/Api/WebClientInterface.php | 4 +- .../ShippingExportEventListener.php | 4 +- src/spec/Api/WebClientSpec.php | 2 +- .../ShippingExportEventListenerSpec.php | 6 +- tests/Application/app/AppKernel.php | 2 +- .../Ui/Admin/ShippingExportContext.php | 2 +- .../Ui/Admin/ShippingGatewayContext.php | 2 +- .../Page/Admin/ShippingGateway/CreatePage.php | 4 +- 10 files changed, 141 insertions(+), 140 deletions(-) diff --git a/composer.lock b/composer.lock index 52684a3..4c5de36 100644 --- a/composer.lock +++ b/composer.lock @@ -48,25 +48,25 @@ "slug", "transliterator" ], - "time": "2017-04-04 11:38:05" + "time": "2017-04-04T11:38:05+00:00" }, { "name": "bitbag/shipping-export-plugin", "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/bitbag-commerce/ShippingExportPlugin.git", - "reference": "b25a0aa47ed970260831e857eabfcaf6a17079a8" + "url": "https://github.com/BitBagCommerce/SyliusShippingExportPlugin.git", + "reference": "aff79d3a84cca8be7119959a7bd063a2f78d0c74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bitbag-commerce/ShippingExportPlugin/zipball/b25a0aa47ed970260831e857eabfcaf6a17079a8", - "reference": "b25a0aa47ed970260831e857eabfcaf6a17079a8", + "url": "https://api.github.com/repos/BitBagCommerce/SyliusShippingExportPlugin/zipball/aff79d3a84cca8be7119959a7bd063a2f78d0c74", + "reference": "aff79d3a84cca8be7119959a7bd063a2f78d0c74", "shasum": "" }, "require": { - "php": "^5.6|^7.0", - "sylius/sylius": "^1.0.0@beta" + "php": "^7.1", + "sylius/sylius": "^1.0.4" }, "require-dev": { "behat/behat": "^3.3", @@ -74,22 +74,23 @@ "behat/mink-browserkit-driver": "^1.3", "behat/mink-extension": "^2.2", "behat/mink-selenium2-driver": "^1.3", - "friends-of-behat/context-service-extension": "^0.3", - "friends-of-behat/cross-container-extension": "^0.2", - "friends-of-behat/performance-extension": "^1.0", - "friends-of-behat/service-container-extension": "^0.3", - "friends-of-behat/symfony-extension": "^0.2.1", - "friends-of-behat/variadic-extension": "^0.1", + "friends-of-behat/context-service-extension": "^1.0", + "friends-of-behat/cross-container-extension": "^1.0", + "friends-of-behat/service-container-extension": "^1.0", + "friends-of-behat/symfony-extension": "^1.0", + "friends-of-behat/variadic-extension": "^1.0", "lakion/mink-debug-extension": "^1.2.3", "phpspec/phpspec": "^3.2", "phpunit/phpunit": "^5.6", - "se/selenium-server-standalone": "^2.52" + "se/selenium-server-standalone": "^2.52", + "sylius-labs/coding-standard": "^1.0", + "symplify/easy-coding-standard": "^2.4" }, "type": "sylius-plugin", "autoload": { "psr-4": { - "BitBag\\ShippingExportPlugin\\": "src/", - "Tests\\BitBag\\ShippingExportPlugin\\": "tests/" + "BitBag\\SyliusShippingExportPlugin\\": "src/", + "Tests\\BitBag\\SyliusShippingExportPlugin\\": "tests/" } }, "notification-url": "https://packagist.org/downloads/", @@ -107,7 +108,7 @@ } ], "description": "Shipping data export environment for Sylius platform applications", - "time": "2017-09-11 19:45:16" + "time": "2018-05-09T18:29:16+00:00" }, { "name": "clue/stream-filter", @@ -223,7 +224,7 @@ "slug", "slugify" ], - "time": "2017-03-23 21:52:55" + "time": "2017-03-23T21:52:55+00:00" }, { "name": "composer/ca-bundle", @@ -282,7 +283,7 @@ "ssl", "tls" ], - "time": "2017-09-11 07:24:36" + "time": "2017-09-11T07:24:36+00:00" }, { "name": "doctrine/annotations", @@ -350,7 +351,7 @@ "docblock", "parser" ], - "time": "2017-07-22 11:08:38" + "time": "2017-07-22T11:08:38+00:00" }, { "name": "doctrine/cache", @@ -426,7 +427,7 @@ "cache", "caching" ], - "time": "2017-08-25 06:51:37" + "time": "2017-08-25T06:51:37+00:00" }, { "name": "doctrine/collections", @@ -494,7 +495,7 @@ "collections", "iterator" ], - "time": "2017-08-30 09:16:50" + "time": "2017-08-30T09:16:50+00:00" }, { "name": "doctrine/common", @@ -573,7 +574,7 @@ "persistence", "spl" ], - "time": "2017-09-02 17:51:46" + "time": "2017-09-02T17:51:46+00:00" }, { "name": "doctrine/data-fixtures", @@ -630,7 +631,7 @@ "keywords": [ "database" ], - "time": "2017-09-11 06:19:02" + "time": "2017-09-11T06:19:02+00:00" }, { "name": "doctrine/dbal", @@ -703,7 +704,7 @@ "persistence", "queryobject" ], - "time": "2017-08-28 11:08:35" + "time": "2017-08-28T11:08:35+00:00" }, { "name": "doctrine/doctrine-bundle", @@ -784,7 +785,7 @@ "orm", "persistence" ], - "time": "2017-08-25 11:49:20" + "time": "2017-08-25T11:49:20+00:00" }, { "name": "doctrine/doctrine-cache-bundle", @@ -929,7 +930,7 @@ "Fixture", "persistence" ], - "time": "2017-09-10 23:22:01" + "time": "2017-09-10T23:22:01+00:00" }, { "name": "doctrine/doctrine-migrations-bundle", @@ -990,7 +991,7 @@ "migrations", "schema" ], - "time": "2017-08-31 15:07:23" + "time": "2017-08-31T15:07:23+00:00" }, { "name": "doctrine/inflector", @@ -1057,7 +1058,7 @@ "singularize", "string" ], - "time": "2017-08-25 04:43:19" + "time": "2017-08-25T04:43:19+00:00" }, { "name": "doctrine/instantiator", @@ -1111,7 +1112,7 @@ "constructor", "instantiate" ], - "time": "2017-07-22 11:58:36" + "time": "2017-07-22T11:58:36+00:00" }, { "name": "doctrine/lexer", @@ -1165,7 +1166,7 @@ "lexer", "parser" ], - "time": "2017-07-24 09:37:08" + "time": "2017-07-24T09:37:08+00:00" }, { "name": "doctrine/migrations", @@ -1237,7 +1238,7 @@ "database", "migrations" ], - "time": "2017-08-29 12:09:12" + "time": "2017-08-29T12:09:12+00:00" }, { "name": "doctrine/orm", @@ -1317,7 +1318,7 @@ "database", "orm" ], - "time": "2017-09-11 18:58:11" + "time": "2017-09-11T18:58:11+00:00" }, { "name": "egulias/email-validator", @@ -1428,7 +1429,7 @@ "psr-13", "rest" ], - "time": "2016-10-17 18:31:11" + "time": "2016-10-17T18:31:11+00:00" }, { "name": "friendsofsymfony/oauth-server-bundle", @@ -1506,7 +1507,7 @@ "oauth2", "server" ], - "time": "2016-12-30 09:09:18" + "time": "2016-12-30T09:09:18+00:00" }, { "name": "friendsofsymfony/oauth2-php", @@ -1560,7 +1561,7 @@ "oauth", "oauth2" ], - "time": "2016-03-31 14:24:17" + "time": "2016-03-31T14:24:17+00:00" }, { "name": "friendsofsymfony/rest-bundle", @@ -1662,7 +1663,7 @@ "keywords": [ "rest" ], - "time": "2017-08-31 21:35:13" + "time": "2017-08-31T21:35:13+00:00" }, { "name": "fzaninotto/faker", @@ -1712,7 +1713,7 @@ "faker", "fixtures" ], - "time": "2017-09-08 09:53:19" + "time": "2017-09-08T09:53:19+00:00" }, { "name": "gedmo/doctrine-extensions", @@ -1790,7 +1791,7 @@ "tree", "uploadable" ], - "time": "2017-09-12 10:42:48" + "time": "2017-09-12T10:42:48+00:00" }, { "name": "guzzlehttp/guzzle", @@ -1906,7 +1907,7 @@ "keywords": [ "promise" ], - "time": "2017-05-20 23:14:18" + "time": "2017-05-20T23:14:18+00:00" }, { "name": "guzzlehttp/psr7", @@ -1971,7 +1972,7 @@ "uri", "url" ], - "time": "2017-07-17 09:11:21" + "time": "2017-07-17T09:11:21+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -2019,7 +2020,7 @@ "keywords": [ "test" ], - "time": "2017-04-07 19:46:20" + "time": "2017-04-07T19:46:20+00:00" }, { "name": "imagine/imagine", @@ -2077,7 +2078,7 @@ "image manipulation", "image processing" ], - "time": "2017-05-16 10:31:22" + "time": "2017-05-16T10:31:22+00:00" }, { "name": "incenteev/composer-parameter-handler", @@ -2128,7 +2129,7 @@ "keywords": [ "parameters management" ], - "time": "2015-11-10 17:04:01" + "time": "2015-11-10T17:04:01+00:00" }, { "name": "jdorn/sql-formatter", @@ -2181,7 +2182,7 @@ "highlight", "sql" ], - "time": "2015-08-30 16:36:01" + "time": "2015-08-30T16:36:01+00:00" }, { "name": "jeremykendall/php-domain-parser", @@ -2329,7 +2330,7 @@ "Apache2" ], "description": "A library for easily creating recursive-descent parsers.", - "time": "2014-07-08 16:40:41" + "time": "2014-07-08T16:40:41+00:00" }, { "name": "jms/serializer", @@ -2412,7 +2413,7 @@ "serialization", "xml" ], - "time": "2017-08-25 09:12:44" + "time": "2017-08-25T09:12:44+00:00" }, { "name": "jms/serializer-bundle", @@ -2490,7 +2491,7 @@ "serialization", "xml" ], - "time": "2017-08-31 10:41:30" + "time": "2017-08-31T10:41:30+00:00" }, { "name": "knplabs/gaufrette", @@ -2580,7 +2581,7 @@ "filesystem", "media" ], - "time": "2017-07-07 07:31:18" + "time": "2017-07-07T07:31:18+00:00" }, { "name": "knplabs/knp-gaufrette-bundle", @@ -2702,7 +2703,7 @@ "menu", "tree" ], - "time": "2017-09-05 12:04:50" + "time": "2017-09-05T12:04:50+00:00" }, { "name": "knplabs/knp-menu-bundle", @@ -2760,7 +2761,7 @@ "keywords": [ "menu" ], - "time": "2017-09-05 12:05:33" + "time": "2017-09-05T12:05:33+00:00" }, { "name": "league/uri", @@ -2828,7 +2829,7 @@ "url", "ws" ], - "time": "2016-12-14 07:45:41" + "time": "2016-12-14T07:45:41+00:00" }, { "name": "liip/imagine-bundle", @@ -2994,7 +2995,7 @@ "test double", "testing" ], - "time": "2017-08-22 07:19:24" + "time": "2017-08-22T07:19:24+00:00" }, { "name": "monolog/monolog", @@ -3072,7 +3073,7 @@ "logging", "psr-3" ], - "time": "2017-06-19 01:22:40" + "time": "2017-06-19T01:22:40+00:00" }, { "name": "ocramius/package-versions", @@ -3190,7 +3191,7 @@ "proxy pattern", "service proxies" ], - "time": "2017-05-04 11:12:50" + "time": "2017-05-04T11:12:50+00:00" }, { "name": "pagerfanta/pagerfanta", @@ -3259,7 +3260,7 @@ "paginator", "paging" ], - "time": "2017-08-08 08:39:13" + "time": "2017-08-08T08:39:13+00:00" }, { "name": "paragonie/random_compat", @@ -3371,7 +3372,7 @@ "iso", "library" ], - "time": "2017-04-26 07:43:32" + "time": "2017-04-26T07:43:32+00:00" }, { "name": "payum/payum", @@ -3498,7 +3499,7 @@ "stripe.js", "withdrawal" ], - "time": "2017-09-11 07:25:33" + "time": "2017-09-11T07:25:33+00:00" }, { "name": "payum/payum-bundle", @@ -3600,7 +3601,7 @@ "stripe.js", "symfony" ], - "time": "2017-08-02 07:32:51" + "time": "2017-08-02T07:32:51+00:00" }, { "name": "php-http/guzzle6-adapter", @@ -3660,7 +3661,7 @@ "Guzzle", "http" ], - "time": "2017-05-29 15:06:15" + "time": "2017-05-29T15:06:15+00:00" }, { "name": "php-http/httplug", @@ -3716,7 +3717,7 @@ "client", "http" ], - "time": "2017-08-18 18:51:51" + "time": "2017-08-18T18:51:51+00:00" }, { "name": "php-http/message", @@ -3788,7 +3789,7 @@ "message", "psr-7" ], - "time": "2017-07-05 06:40:53" + "time": "2017-07-05T06:40:53+00:00" }, { "name": "php-http/message-factory", @@ -3838,7 +3839,7 @@ "stream", "uri" ], - "time": "2016-02-03 08:16:31" + "time": "2016-02-03T08:16:31+00:00" }, { "name": "php-http/promise", @@ -3888,7 +3889,7 @@ "keywords": [ "promise" ], - "time": "2016-01-28 07:54:12" + "time": "2016-01-28T07:54:12+00:00" }, { "name": "phpcollection/phpcollection", @@ -4084,7 +4085,7 @@ "psr", "psr-6" ], - "time": "2016-10-13 14:48:10" + "time": "2016-10-13T14:48:10+00:00" }, { "name": "psr/container", @@ -4133,7 +4134,7 @@ "container-interop", "psr" ], - "time": "2017-06-28 15:35:32" + "time": "2017-06-28T15:35:32+00:00" }, { "name": "psr/http-message", @@ -4183,7 +4184,7 @@ "request", "response" ], - "time": "2016-08-06 14:39:51" + "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/link", @@ -4233,7 +4234,7 @@ "psr-13", "rest" ], - "time": "2016-11-17 00:27:01" + "time": "2016-11-17T00:27:01+00:00" }, { "name": "psr/log", @@ -4280,7 +4281,7 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+00:00" }, { "name": "psr/simple-cache", @@ -4328,7 +4329,7 @@ "psr-16", "simple-cache" ], - "time": "2017-01-02 13:31:39" + "time": "2017-01-02T13:31:39+00:00" }, { "name": "sensio/distribution-bundle", @@ -4380,7 +4381,7 @@ "configuration", "distribution" ], - "time": "2017-08-25 16:55:44" + "time": "2017-08-25T16:55:44+00:00" }, { "name": "sensiolabs/security-checker", @@ -4425,7 +4426,7 @@ } ], "description": "A security checker for your composer.lock", - "time": "2017-08-22 22:18:16" + "time": "2017-08-22T22:18:16+00:00" }, { "name": "sonata-project/block-bundle", @@ -4502,7 +4503,7 @@ "block", "sonata" ], - "time": "2017-09-04 10:56:51" + "time": "2017-09-04T10:56:51+00:00" }, { "name": "sonata-project/cache", @@ -4565,7 +4566,7 @@ "mongodb", "redis" ], - "time": "2017-09-11 00:15:04" + "time": "2017-09-11T00:15:04+00:00" }, { "name": "sonata-project/core-bundle", @@ -4644,7 +4645,7 @@ "keywords": [ "sonata" ], - "time": "2017-09-10 11:11:33" + "time": "2017-09-10T11:11:33+00:00" }, { "name": "sonata-project/datagrid-bundle", @@ -4705,7 +4706,7 @@ "datagrid", "sonata" ], - "time": "2017-08-30 05:28:46" + "time": "2017-08-30T05:28:46+00:00" }, { "name": "sonata-project/intl-bundle", @@ -4779,7 +4780,7 @@ "sonata", "time" ], - "time": "2017-08-26 02:15:09" + "time": "2017-08-26T02:15:09+00:00" }, { "name": "stof/doctrine-extensions-bundle", @@ -4840,7 +4841,7 @@ "translatable", "tree" ], - "time": "2017-01-13 18:32:32" + "time": "2017-01-13T18:32:32+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -4895,7 +4896,7 @@ "mail", "mailer" ], - "time": "2017-08-29 20:44:31" + "time": "2017-08-29T20:44:31+00:00" }, { "name": "sylius-labs/association-hydrator", @@ -5116,7 +5117,7 @@ ], "description": "E-Commerce platform for PHP, based on Symfony framework.", "homepage": "http://sylius.org", - "time": "2017-09-12 19:37:42" + "time": "2017-09-12T19:37:42+00:00" }, { "name": "symfony/monolog-bundle", @@ -5176,7 +5177,7 @@ "log", "logging" ], - "time": "2017-05-18 08:23:53" + "time": "2017-05-18T08:23:53+00:00" }, { "name": "symfony/polyfill-apcu", @@ -5229,7 +5230,7 @@ "portable", "shim" ], - "time": "2017-07-05 15:09:33" + "time": "2017-07-05T15:09:33+00:00" }, { "name": "symfony/polyfill-iconv", @@ -5288,7 +5289,7 @@ "portable", "shim" ], - "time": "2017-06-14 15:44:48" + "time": "2017-06-14T15:44:48+00:00" }, { "name": "symfony/polyfill-intl-icu", @@ -5346,7 +5347,7 @@ "portable", "shim" ], - "time": "2017-06-14 15:44:48" + "time": "2017-06-14T15:44:48+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -5405,7 +5406,7 @@ "portable", "shim" ], - "time": "2017-06-14 15:44:48" + "time": "2017-06-14T15:44:48+00:00" }, { "name": "symfony/polyfill-php56", @@ -5461,7 +5462,7 @@ "portable", "shim" ], - "time": "2017-06-14 15:44:48" + "time": "2017-06-14T15:44:48+00:00" }, { "name": "symfony/polyfill-php70", @@ -5520,7 +5521,7 @@ "portable", "shim" ], - "time": "2017-06-14 15:44:48" + "time": "2017-06-14T15:44:48+00:00" }, { "name": "symfony/polyfill-util", @@ -5572,7 +5573,7 @@ "polyfill", "shim" ], - "time": "2017-07-05 15:09:33" + "time": "2017-07-05T15:09:33+00:00" }, { "name": "symfony/swiftmailer-bundle", @@ -5631,7 +5632,7 @@ ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com", - "time": "2017-09-10 19:31:30" + "time": "2017-09-10T19:31:30+00:00" }, { "name": "symfony/symfony", @@ -5784,7 +5785,7 @@ "keywords": [ "framework" ], - "time": "2017-09-12 12:37:35" + "time": "2017-09-12T12:37:35+00:00" }, { "name": "twig/extensions", @@ -5840,7 +5841,7 @@ "i18n", "text" ], - "time": "2017-06-09 13:53:09" + "time": "2017-06-09T13:53:09+00:00" }, { "name": "twig/twig", @@ -5906,7 +5907,7 @@ "keywords": [ "templating" ], - "time": "2017-08-19 17:43:10" + "time": "2017-08-19T17:43:10+00:00" }, { "name": "webmozart/assert", @@ -5956,7 +5957,7 @@ "check", "validate" ], - "time": "2016-11-23 20:04:41" + "time": "2016-11-23T20:04:41+00:00" }, { "name": "white-october/pagerfanta-bundle", @@ -6008,7 +6009,7 @@ "page", "paging" ], - "time": "2017-08-24 08:29:58" + "time": "2017-08-24T08:29:58+00:00" }, { "name": "willdurand/hateoas", @@ -6072,7 +6073,7 @@ } ], "description": "A PHP library to support implementing representations for HATEOAS REST web services", - "time": "2017-06-15 16:43:41" + "time": "2017-06-15T16:43:41+00:00" }, { "name": "willdurand/hateoas-bundle", @@ -6125,7 +6126,7 @@ "HATEOAS", "rest" ], - "time": "2017-06-07 17:54:37" + "time": "2017-06-07T17:54:37+00:00" }, { "name": "willdurand/jsonp-callback-validator", @@ -6217,7 +6218,7 @@ "header", "negotiation" ], - "time": "2017-08-04 15:54:30" + "time": "2017-08-04T15:54:30+00:00" }, { "name": "winzou/state-machine", @@ -6370,7 +6371,7 @@ "code", "zf2" ], - "time": "2017-07-23 13:06:00" + "time": "2017-07-23T13:06:00+00:00" }, { "name": "zendframework/zend-eventmanager", @@ -6424,7 +6425,7 @@ "events", "zf2" ], - "time": "2017-07-11 19:19:12" + "time": "2017-07-11T19:19:12+00:00" }, { "name": "zendframework/zend-hydrator", @@ -6486,7 +6487,7 @@ "hydrator", "zf2" ], - "time": "2017-05-17 18:42:34" + "time": "2017-05-17T18:42:34+00:00" }, { "name": "zendframework/zend-stdlib", @@ -6531,7 +6532,7 @@ "stdlib", "zf2" ], - "time": "2016-09-13 14:40:02" + "time": "2016-09-13T14:40:02+00:00" } ], "packages-dev": [ @@ -6733,7 +6734,7 @@ "testing", "web" ], - "time": "2017-02-06 09:59:54" + "time": "2017-02-06T09:59:54+00:00" }, { "name": "behat/mink-browserkit-driver", @@ -6789,7 +6790,7 @@ "browser", "testing" ], - "time": "2016-10-03 08:27:03" + "time": "2016-10-03T08:27:03+00:00" }, { "name": "behat/mink-extension", @@ -6909,7 +6910,7 @@ "testing", "webdriver" ], - "time": "2017-07-10 06:23:49" + "time": "2017-07-10T06:23:49+00:00" }, { "name": "container-interop/container-interop", @@ -7275,7 +7276,7 @@ "webdriver", "webtest" ], - "time": "2017-06-30 04:02:48" + "time": "2017-06-30T04:02:48+00:00" }, { "name": "lakion/mink-debug-extension", @@ -7377,7 +7378,7 @@ "object", "object graph" ], - "time": "2017-04-12 18:52:22" + "time": "2017-04-12T18:52:22+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -7431,7 +7432,7 @@ "reflection", "static analysis" ], - "time": "2017-09-11 18:02:19" + "time": "2017-09-11T18:02:19+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -7643,7 +7644,7 @@ "testing", "tests" ], - "time": "2017-08-17 18:52:02" + "time": "2017-08-17T18:52:02+00:00" }, { "name": "phpspec/prophecy", @@ -7706,7 +7707,7 @@ "spy", "stub" ], - "time": "2017-09-04 11:05:03" + "time": "2017-09-04T11:05:03+00:00" }, { "name": "phpunit/php-code-coverage", @@ -7769,7 +7770,7 @@ "testing", "xunit" ], - "time": "2017-04-02 07:44:40" + "time": "2017-04-02T07:44:40+00:00" }, { "name": "phpunit/php-file-iterator", @@ -7816,7 +7817,7 @@ "filesystem", "iterator" ], - "time": "2016-10-03 07:40:28" + "time": "2016-10-03T07:40:28+00:00" }, { "name": "phpunit/php-text-template", @@ -7906,7 +7907,7 @@ "keywords": [ "timer" ], - "time": "2017-03-07 15:42:04" + "time": "2017-03-07T15:42:04+00:00" }, { "name": "phpunit/php-token-stream", @@ -7955,7 +7956,7 @@ "keywords": [ "tokenizer" ], - "time": "2017-08-20 05:47:52" + "time": "2017-08-20T05:47:52+00:00" }, { "name": "phpunit/phpunit", @@ -8037,7 +8038,7 @@ "testing", "xunit" ], - "time": "2017-09-01 08:38:37" + "time": "2017-09-01T08:38:37+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -8096,7 +8097,7 @@ "mock", "xunit" ], - "time": "2017-06-30 09:13:00" + "time": "2017-06-30T09:13:00+00:00" }, { "name": "se/selenium-server-standalone", @@ -8180,7 +8181,7 @@ ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "time": "2017-03-04 10:23:55" + "time": "2017-03-04T10:23:55+00:00" }, { "name": "sebastian/comparator", @@ -8244,7 +8245,7 @@ "compare", "equality" ], - "time": "2017-03-07 10:34:43" + "time": "2017-03-07T10:34:43+00:00" }, { "name": "sebastian/diff", @@ -8296,7 +8297,7 @@ "keywords": [ "diff" ], - "time": "2017-05-22 07:24:03" + "time": "2017-05-22T07:24:03+00:00" }, { "name": "sebastian/environment", @@ -8346,7 +8347,7 @@ "environment", "hhvm" ], - "time": "2016-11-26 07:53:53" + "time": "2016-11-26T07:53:53+00:00" }, { "name": "sebastian/exporter", @@ -8413,7 +8414,7 @@ "export", "exporter" ], - "time": "2017-03-07 10:36:49" + "time": "2017-03-07T10:36:49+00:00" }, { "name": "sebastian/global-state", @@ -8464,7 +8465,7 @@ "keywords": [ "global state" ], - "time": "2017-02-23 14:11:06" + "time": "2017-02-23T14:11:06+00:00" }, { "name": "sebastian/object-enumerator", @@ -8510,7 +8511,7 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-03-07 10:37:45" + "time": "2017-03-07T10:37:45+00:00" }, { "name": "sebastian/recursion-context", @@ -8563,7 +8564,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2017-03-08 08:21:15" + "time": "2017-03-08T08:21:15+00:00" }, { "name": "sebastian/resource-operations", @@ -8605,7 +8606,7 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2016-10-03 07:43:09" + "time": "2016-10-03T07:43:09+00:00" }, { "name": "sebastian/version", @@ -8648,7 +8649,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2016-10-03 07:35:21" + "time": "2016-10-03T07:35:21+00:00" } ], "aliases": [], diff --git a/src/Api/WebClient.php b/src/Api/WebClient.php index 3949df5..52db5b7 100644 --- a/src/Api/WebClient.php +++ b/src/Api/WebClient.php @@ -10,7 +10,7 @@ namespace BitBag\Dhl24PlShippingExportPlugin\Api; -use BitBag\ShippingExportPlugin\Entity\ShippingGatewayInterface; +use BitBag\SyliusShippingExportPlugin\Entity\ShippingGatewayInterface; use Sylius\Component\Core\Model\AddressInterface; use Sylius\Component\Core\Model\OrderInterface; use Sylius\Component\Core\Model\OrderItemInterface; @@ -287,4 +287,4 @@ private function getShippingGatewayConfig($config) { return $this->shippingGateway->getConfigValue($config); } -} \ No newline at end of file +} diff --git a/src/Api/WebClientInterface.php b/src/Api/WebClientInterface.php index 9a232d9..865750b 100644 --- a/src/Api/WebClientInterface.php +++ b/src/Api/WebClientInterface.php @@ -10,7 +10,7 @@ namespace BitBag\Dhl24PlShippingExportPlugin\Api; -use BitBag\ShippingExportPlugin\Entity\ShippingGatewayInterface; +use BitBag\SyliusShippingExportPlugin\Entity\ShippingGatewayInterface; use Sylius\Component\Core\Model\ShipmentInterface; /** @@ -36,4 +36,4 @@ public function setShipment(ShipmentInterface $shipment); * @return array */ public function getRequestData(); -} \ No newline at end of file +} diff --git a/src/EventListener/ShippingExportEventListener.php b/src/EventListener/ShippingExportEventListener.php index 28db589..44b6807 100644 --- a/src/EventListener/ShippingExportEventListener.php +++ b/src/EventListener/ShippingExportEventListener.php @@ -12,7 +12,7 @@ use BitBag\Dhl24PlShippingExportPlugin\Api\SoapClientInterface; use BitBag\Dhl24PlShippingExportPlugin\Api\WebClientInterface; -use BitBag\ShippingExportPlugin\Event\ExportShipmentEvent; +use BitBag\SyliusShippingExportPlugin\Event\ExportShipmentEvent; /** * @author Mikołaj Król @@ -79,4 +79,4 @@ public function exportShipment(ExportShipmentEvent $exportShipmentEvent) $exportShipmentEvent->addSuccessFlash(); $exportShipmentEvent->exportShipment(); } -} \ No newline at end of file +} diff --git a/src/spec/Api/WebClientSpec.php b/src/spec/Api/WebClientSpec.php index 878ef0d..bd07af8 100644 --- a/src/spec/Api/WebClientSpec.php +++ b/src/spec/Api/WebClientSpec.php @@ -12,7 +12,7 @@ use BitBag\Dhl24PlShippingExportPlugin\Api\WebClient; use BitBag\Dhl24PlShippingExportPlugin\Api\WebClientInterface; -use BitBag\ShippingExportPlugin\Entity\ShippingGatewayInterface; +use BitBag\SyliusShippingExportPlugin\Entity\ShippingGatewayInterface; use Doctrine\Common\Collections\ArrayCollection; use PhpSpec\ObjectBehavior; use Sylius\Component\Core\Model\AddressInterface; diff --git a/src/spec/EventListener/ShippingExportEventListenerSpec.php b/src/spec/EventListener/ShippingExportEventListenerSpec.php index 48ad0f6..759894c 100644 --- a/src/spec/EventListener/ShippingExportEventListenerSpec.php +++ b/src/spec/EventListener/ShippingExportEventListenerSpec.php @@ -13,9 +13,9 @@ use BitBag\Dhl24PlShippingExportPlugin\Api\SoapClientInterface; use BitBag\Dhl24PlShippingExportPlugin\Api\WebClientInterface; use BitBag\Dhl24PlShippingExportPlugin\EventListener\ShippingExportEventListener; -use BitBag\ShippingExportPlugin\Entity\ShippingExportInterface; -use BitBag\ShippingExportPlugin\Entity\ShippingGatewayInterface; -use BitBag\ShippingExportPlugin\Event\ExportShipmentEvent; +use BitBag\SyliusShippingExportPlugin\Entity\ShippingExportInterface; +use BitBag\SyliusShippingExportPlugin\Entity\ShippingGatewayInterface; +use BitBag\SyliusShippingExportPlugin\Event\ExportShipmentEvent; use PhpSpec\ObjectBehavior; use Sylius\Component\Core\Model\Order; use Sylius\Component\Core\Model\ShipmentInterface; diff --git a/tests/Application/app/AppKernel.php b/tests/Application/app/AppKernel.php index 76d4d36..10e5a7b 100644 --- a/tests/Application/app/AppKernel.php +++ b/tests/Application/app/AppKernel.php @@ -31,7 +31,7 @@ public function registerBundles(): array new \FOS\OAuthServerBundle\FOSOAuthServerBundle(), new \Sylius\Bundle\AdminApiBundle\SyliusAdminApiBundle(), - new BitBag\ShippingExportPlugin\ShippingExportPlugin(), + new BitBag\SyliusShippingExportPlugin\BitbagSyliusShippingExportPlugin(), new BitBag\Dhl24PlShippingExportPlugin\Dhl24PlShippingExportPlugin(), ]); } diff --git a/tests/Behat/Context/Ui/Admin/ShippingExportContext.php b/tests/Behat/Context/Ui/Admin/ShippingExportContext.php index a6ee54b..5e569c7 100644 --- a/tests/Behat/Context/Ui/Admin/ShippingExportContext.php +++ b/tests/Behat/Context/Ui/Admin/ShippingExportContext.php @@ -12,7 +12,7 @@ use Behat\Behat\Context\Context; use Tests\BitBag\Dhl24PlShippingExportPlugin\Behat\Mocker\DHLApiMocker; -use Tests\BitBag\ShippingExportPlugin\Behat\Page\Admin\ShippingExport\IndexPageInterface; +use Tests\BitBag\SyliusShippingExportPlugin\Behat\Page\Admin\ShippingExport\IndexPageInterface; /** * @author Patryk Drapik diff --git a/tests/Behat/Context/Ui/Admin/ShippingGatewayContext.php b/tests/Behat/Context/Ui/Admin/ShippingGatewayContext.php index 8fb744b..b6ea5bf 100644 --- a/tests/Behat/Context/Ui/Admin/ShippingGatewayContext.php +++ b/tests/Behat/Context/Ui/Admin/ShippingGatewayContext.php @@ -15,7 +15,7 @@ use Sylius\Behat\Page\SymfonyPageInterface; use Sylius\Behat\Service\NotificationCheckerInterface; use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface; -use Tests\BitBag\ShippingExportPlugin\Behat\Behaviour\ContainsError; +use Tests\BitBag\SyliusShippingExportPlugin\Behat\Behaviour\ContainsError; use Tests\BitBag\Dhl24PlShippingExportPlugin\Behat\Page\Admin\ShippingGateway\CreatePageInterface; use Webmozart\Assert\Assert; diff --git a/tests/Behat/Page/Admin/ShippingGateway/CreatePage.php b/tests/Behat/Page/Admin/ShippingGateway/CreatePage.php index 2ff9e69..df11746 100644 --- a/tests/Behat/Page/Admin/ShippingGateway/CreatePage.php +++ b/tests/Behat/Page/Admin/ShippingGateway/CreatePage.php @@ -11,7 +11,7 @@ namespace Tests\BitBag\Dhl24PlShippingExportPlugin\Behat\Page\Admin\ShippingGateway; use Sylius\Behat\Page\Admin\Crud\CreatePage as BaseCreatePage; -use Tests\BitBag\ShippingExportPlugin\Behat\Behaviour\ContainsError; +use Tests\BitBag\SyliusShippingExportPlugin\Behat\Behaviour\ContainsError; /** * @author Patryk Drapik @@ -51,4 +51,4 @@ public function submit() { $this->create(); } -} \ No newline at end of file +} From 4a81663a1a7c43aeed90db1e4d0b073cd6d3c363 Mon Sep 17 00:00:00 2001 From: damonsson Date: Tue, 15 May 2018 02:07:59 +0200 Subject: [PATCH 2/8] fix wrong namespaces --- tests/Application/app/AppKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Application/app/AppKernel.php b/tests/Application/app/AppKernel.php index 10e5a7b..7f7f65a 100644 --- a/tests/Application/app/AppKernel.php +++ b/tests/Application/app/AppKernel.php @@ -31,7 +31,7 @@ public function registerBundles(): array new \FOS\OAuthServerBundle\FOSOAuthServerBundle(), new \Sylius\Bundle\AdminApiBundle\SyliusAdminApiBundle(), - new BitBag\SyliusShippingExportPlugin\BitbagSyliusShippingExportPlugin(), + new BitBag\SyliusShippingExportPlugin\BitBagSyliusShippingExportPlugin(), new BitBag\Dhl24PlShippingExportPlugin\Dhl24PlShippingExportPlugin(), ]); } From 9da632c3f7263897cd4f07f49714d3399b4d99c0 Mon Sep 17 00:00:00 2001 From: damonsson Date: Tue, 15 May 2018 02:15:38 +0200 Subject: [PATCH 3/8] fix wrong namespaces --- tests/Application/app/config/config.yml | 2 +- tests/Application/app/config/routing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Application/app/config/config.yml b/tests/Application/app/config/config.yml index bfaa349..ba7b6b2 100644 --- a/tests/Application/app/config/config.yml +++ b/tests/Application/app/config/config.yml @@ -9,7 +9,7 @@ imports: - { resource: "@SyliusShopBundle/Resources/config/app/config.yml" } - { resource: "@SyliusAdminApiBundle/Resources/config/app/config.yml" } - - { resource: "@ShippingExportPlugin/Resources/config/config.yml" } + - { resource: "@BitBagSyliusShippingExportPlugin/Resources/config/config.yml" } - { resource: "@Dhl24PlShippingExportPlugin/Resources/config/services.yml" } - { resource: "../../../../vendor/sylius/sylius/app/config/security.yml" } diff --git a/tests/Application/app/config/routing.yml b/tests/Application/app/config/routing.yml index 2b3a1a0..32fc494 100644 --- a/tests/Application/app/config/routing.yml +++ b/tests/Application/app/config/routing.yml @@ -2,5 +2,5 @@ sylius: resource: "../../../../vendor/sylius/sylius/app/config/routing.yml" bitbag_shipping_export_plugin: - resource: "@ShippingExportPlugin/Resources/config/routing.yml" + resource: "@BitBagSyliusShippingExportPlugin/Resources/config/routing.yml" prefix: /admin From 0948454f8fa7b33eee080f635521c73d9dceb736 Mon Sep 17 00:00:00 2001 From: damonsson Date: Tue, 15 May 2018 02:26:47 +0200 Subject: [PATCH 4/8] change travis config --- .travis.yml | 60 +++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 51 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index be54fc5..7750f4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,38 +1,80 @@ language: php +dist: trusty + +sudo: required + php: - 7.1 cache: directories: - ~/.composer/cache/files - #yarn: true + - $SYLIUS_CACHE_DIR + yarn: true + +env: + global: + - SYLIUS_CACHE_DIR=$HOME/.sylius-cache + - SYLIUS_BUILD_DIR=etc/build + - TRAVIS_NODE_VERSION="7.5" before_install: - phpenv config-rm xdebug.ini || true - echo "memory_limit=4096M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini + # Install Node Version Manager to install newer node version + - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout $(git describe --abbrev=0 --tags)) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION + + # Install Yarn globally + - sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg + - echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list + - sudo apt-get update -qq + - sudo apt-get install -y -qq yarn=0.21.3-1 + install: - composer update --prefer-dist - #- (cd tests/Application && yarn install) + - (cd tests/Application && yarn install) before_script: - (cd tests/Application && bin/console doctrine:schema:create --env=test) - (cd tests/Application && bin/console assets:install web --env=test) - #- (cd tests/Application && yarn run gulp) + - (cd tests/Application && yarn run gulp) + # Configure display - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1680x1050x16 - export DISPLAY=:99 - - curl http://chromedriver.storage.googleapis.com/2.12/chromedriver_linux64.zip > chromedriver.zip && unzip chromedriver.zip + # Download and configure ChromeDriver + - | + if [ ! -f $SYLIUS_CACHE_DIR/chromedriver ]; then + curl http://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip > chromedriver.zip + unzip chromedriver.zip + chmod +x chromedriver + mv chromedriver $SYLIUS_CACHE_DIR + fi + + # Run ChromeDriver + - $SYLIUS_CACHE_DIR/chromedriver > /dev/null 2>&1 & + + # Download and configure Selenium + - | + if [ ! -f $SYLIUS_CACHE_DIR/selenium.jar ]; then + curl http://selenium-release.storage.googleapis.com/3.4/selenium-server-standalone-3.4.0.jar > selenium.jar + mv selenium.jar $SYLIUS_CACHE_DIR + fi + + # Run Selenium + - java -Dwebdriver.chrome.driver=$SYLIUS_CACHE_DIR/chromedriver -jar $SYLIUS_CACHE_DIR/selenium.jar > /dev/null 2>&1 & - - cp etc/travis/behat.yml ./behat.yml - - vendor/bin/selenium-server-standalone -Dwebdriver.chrome.driver=chromedriver > /dev/null 2>&1 & - - (cd tests/Application && bin/console server:run 127.0.0.1:8080 --env=test --quiet > /dev/null 2>&1 &) + # Run webserver + - (cd tests/Application && bin/console server:run 127.0.0.1:8080 -d web --env=test --quiet > /dev/null 2>&1 &) script: - composer validate --strict - - vendor/bin/phpspec run - - vendor/bin/behat --strict -vvv --no-interaction --tags ~@javascript + - bin/phpspec run + - bin/behat --strict -vvv --no-interaction || bin/behat --strict -vvv --no-interaction --rerun +after_failure: + - vendor/lakion/mink-debug-extension/travis/tools/upload-textfiles "${SYLIUS_BUILD_DIR}/*.log" From 908ce4b9d45c23fbbd19000657f9be7cb5d07f12 Mon Sep 17 00:00:00 2001 From: damonsson Date: Tue, 15 May 2018 02:40:28 +0200 Subject: [PATCH 5/8] create web folder with app.php for tests --- tests/Application/.gitignore | 5 ++++- tests/Application/web/app.php | 16 ++++++++++++++++ tests/Application/web/app_dev.php | 16 ++++++++++++++++ tests/Application/web/app_test.php | 16 ++++++++++++++++ 4 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 tests/Application/web/app.php create mode 100644 tests/Application/web/app_dev.php create mode 100644 tests/Application/web/app_test.php diff --git a/tests/Application/.gitignore b/tests/Application/.gitignore index c8d6960..5bb5986 100644 --- a/tests/Application/.gitignore +++ b/tests/Application/.gitignore @@ -3,5 +3,8 @@ /var/ !/var/.gitkeep -!/web/app_test.php /web/* + +!/web/app.php +!/web/app_dev.php +!/web/app_test.php diff --git a/tests/Application/web/app.php b/tests/Application/web/app.php new file mode 100644 index 0000000..e037b29 --- /dev/null +++ b/tests/Application/web/app.php @@ -0,0 +1,16 @@ +handle($request); +$response->send(); + +$kernel->terminate($request, $response); diff --git a/tests/Application/web/app_dev.php b/tests/Application/web/app_dev.php new file mode 100644 index 0000000..e037b29 --- /dev/null +++ b/tests/Application/web/app_dev.php @@ -0,0 +1,16 @@ +handle($request); +$response->send(); + +$kernel->terminate($request, $response); diff --git a/tests/Application/web/app_test.php b/tests/Application/web/app_test.php new file mode 100644 index 0000000..e037b29 --- /dev/null +++ b/tests/Application/web/app_test.php @@ -0,0 +1,16 @@ +handle($request); +$response->send(); + +$kernel->terminate($request, $response); From 9e2671703b67ab424bcd3d4f253d3dc5d878790b Mon Sep 17 00:00:00 2001 From: damonsson Date: Tue, 15 May 2018 02:54:19 +0200 Subject: [PATCH 6/8] bin dir fix, add var folder --- composer.json | 5 ++++- tests/Application/.gitignore | 2 +- tests/Application/var/.gitkeep | 0 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 tests/Application/var/.gitkeep diff --git a/composer.json b/composer.json index 65a6f14..f71dec2 100644 --- a/composer.json +++ b/composer.json @@ -41,5 +41,8 @@ "Tests\\BitBag\\Dhl24PlShippingExportPlugin\\": "tests/" } }, - "minimum-stability": "dev" + "minimum-stability": "dev", + "config": { + "bin-dir": "bin" + } } diff --git a/tests/Application/.gitignore b/tests/Application/.gitignore index 5bb5986..f54ffd9 100644 --- a/tests/Application/.gitignore +++ b/tests/Application/.gitignore @@ -1,6 +1,6 @@ /node_modules/ -/var/ +/var/* !/var/.gitkeep /web/* diff --git a/tests/Application/var/.gitkeep b/tests/Application/var/.gitkeep new file mode 100644 index 0000000..e69de29 From cb53c03ec37ccb8f9b912308f3c2343fbe115953 Mon Sep 17 00:00:00 2001 From: damonsson Date: Tue, 15 May 2018 03:02:17 +0200 Subject: [PATCH 7/8] bin dir fix, add bin dir --- .gitignore | 5 ++++- bin/.gitkeep | 0 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 bin/.gitkeep diff --git a/.gitignore b/.gitignore index 1901e68..8d1e51c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +/bin/* +!/bin/.gitkeep + /vendor/ /node_modules/ /.idea @@ -5,4 +8,4 @@ /etc/build/* !/etc/build/.gitkeep -/tests/Application/shipping_labels/* \ No newline at end of file +/tests/Application/shipping_labels/* diff --git a/bin/.gitkeep b/bin/.gitkeep new file mode 100644 index 0000000..e69de29 From 15c17dca3253152f2c9a743a22692c393c132795 Mon Sep 17 00:00:00 2001 From: damonsson Date: Thu, 31 May 2018 13:36:24 +0200 Subject: [PATCH 8/8] fix tests --- composer.json | 3 +- composer.lock | 1932 +++++++++-------- ...porting_shipping_data_to_api_dhl24.feature | 15 - src/Api/SoapClient.php | 2 +- .../ShippingExportEventListenerSpec.php | 5 +- tests/Behat/Mocker/DHLApiMocker.php | 2 +- 6 files changed, 1062 insertions(+), 897 deletions(-) diff --git a/composer.json b/composer.json index f71dec2..1b7cd70 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": "^7.1", "sylius/sylius": "^1.0.0-rc.2", - "bitbag/shipping-export-plugin": "dev-master" + "bitbag/shipping-export-plugin": "^1.2" }, "require-dev": { "phpspec/phpspec": "^3.2", @@ -41,7 +41,6 @@ "Tests\\BitBag\\Dhl24PlShippingExportPlugin\\": "tests/" } }, - "minimum-stability": "dev", "config": { "bin-dir": "bin" } diff --git a/composer.lock b/composer.lock index 4c5de36..1af023b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,11 +4,11 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "a84d7b5fb45eb9c70dd73247f52baf2b", + "content-hash": "8df26700521e8e261a5d3ea818476276", "packages": [ { "name": "behat/transliterator", - "version": "dev-master", + "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/Behat/Transliterator.git", @@ -52,7 +52,7 @@ }, { "name": "bitbag/shipping-export-plugin", - "version": "dev-master", + "version": "v1.2.3", "source": { "type": "git", "url": "https://github.com/BitBagCommerce/SyliusShippingExportPlugin.git", @@ -164,19 +164,20 @@ }, { "name": "cocur/slugify", - "version": "2.5.x-dev", + "version": "v3.1", "source": { "type": "git", "url": "https://github.com/cocur/slugify.git", - "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145" + "reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cocur/slugify/zipball/e8167e9a3236044afebd6e8ab13ebeb3ec9ca145", - "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145", + "url": "https://api.github.com/repos/cocur/slugify/zipball/b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7", + "reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7", "shasum": "" }, "require": { + "ext-mbstring": "*", "php": ">=5.5.9" }, "require-dev": { @@ -224,20 +225,20 @@ "slug", "slugify" ], - "time": "2017-03-23T21:52:55+00:00" + "time": "2018-01-22T09:00:48+00:00" }, { "name": "composer/ca-bundle", - "version": "dev-master", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "9dd73a03951357922d8aee6cc084500de93e2343" + "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9dd73a03951357922d8aee6cc084500de93e2343", - "reference": "9dd73a03951357922d8aee6cc084500de93e2343", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169", + "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169", "shasum": "" }, "require": { @@ -246,12 +247,9 @@ "php": "^5.3.2 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.5", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", "psr/log": "^1.0", - "symfony/process": "^2.5 || ^3.0" - }, - "suggest": { - "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+" + "symfony/process": "^2.5 || ^3.0 || ^4.0" }, "type": "library", "extra": { @@ -283,20 +281,20 @@ "ssl", "tls" ], - "time": "2017-09-11T07:24:36+00:00" + "time": "2018-03-29T19:57:20+00:00" }, { "name": "doctrine/annotations", - "version": "dev-master", + "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "2497b1f9db56278d3ad2248f9e4bdbbbaa271c3e" + "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/2497b1f9db56278d3ad2248f9e4bdbbbaa271c3e", - "reference": "2497b1f9db56278d3ad2248f9e4bdbbbaa271c3e", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", + "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", "shasum": "" }, "require": { @@ -305,7 +303,7 @@ }, "require-dev": { "doctrine/cache": "1.*", - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { @@ -351,20 +349,20 @@ "docblock", "parser" ], - "time": "2017-07-22T11:08:38+00:00" + "time": "2017-12-06T07:11:42+00:00" }, { "name": "doctrine/cache", - "version": "dev-master", + "version": "v1.7.1", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "beb0fa35b61e9073f8612d9ffd34920bdaec406a" + "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/beb0fa35b61e9073f8612d9ffd34920bdaec406a", - "reference": "beb0fa35b61e9073f8612d9ffd34920bdaec406a", + "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a", + "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a", "shasum": "" }, "require": { @@ -375,11 +373,9 @@ }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", - "doctrine/coding-standard": "^1.0", "mongodb/mongodb": "^1.1", - "phpunit/phpunit": "^6.3", - "predis/predis": "~1.0", - "squizlabs/php_codesniffer": "^3.0" + "phpunit/phpunit": "^5.7", + "predis/predis": "~1.0" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" @@ -387,7 +383,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8.x-dev" + "dev-master": "1.7.x-dev" } }, "autoload": { @@ -427,39 +423,38 @@ "cache", "caching" ], - "time": "2017-08-25T06:51:37+00:00" + "time": "2017-08-25T07:02:50+00:00" }, { "name": "doctrine/collections", - "version": "dev-master", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "42c4039eca9535e4f201f50d2695648658e9e5a8" + "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/42c4039eca9535e4f201f50d2695648658e9e5a8", - "reference": "42c4039eca9535e4f201f50d2695648658e9e5a8", + "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", + "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "doctrine/coding-standard": "^1.0", - "phpunit/phpunit": "^6.3", - "squizlabs/php_codesniffer": "^3.0" + "doctrine/coding-standard": "~0.1@dev", + "phpunit/phpunit": "^5.7" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { - "psr-4": { - "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + "psr-0": { + "Doctrine\\Common\\Collections\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -495,20 +490,20 @@ "collections", "iterator" ], - "time": "2017-08-30T09:16:50+00:00" + "time": "2017-07-22T10:37:32+00:00" }, { "name": "doctrine/common", - "version": "dev-master", + "version": "v2.8.1", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "a3e240fa07ec9748387c13534949d543c0e177fa" + "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/a3e240fa07ec9748387c13534949d543c0e177fa", - "reference": "a3e240fa07ec9748387c13534949d543c0e177fa", + "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", + "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", "shasum": "" }, "require": { @@ -520,14 +515,12 @@ "php": "~7.1" }, "require-dev": { - "doctrine/coding-standard": "^1.0", - "phpunit/phpunit": "^6.3", - "squizlabs/php_codesniffer": "^3.0" + "phpunit/phpunit": "^5.7" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.9.x-dev" + "dev-master": "2.8.x-dev" } }, "autoload": { @@ -559,10 +552,6 @@ { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" - }, - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" } ], "description": "Common Library for Doctrine projects", @@ -574,30 +563,33 @@ "persistence", "spl" ], - "time": "2017-09-02T17:51:46+00:00" + "time": "2017-08-31T08:43:38+00:00" }, { "name": "doctrine/data-fixtures", - "version": "dev-master", + "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/doctrine/data-fixtures.git", - "reference": "758c2c0062d3b72d265149455432b57ee046100e" + "reference": "3a1e2c3c600e615a2dffe56d4ca0875cc5233e0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/758c2c0062d3b72d265149455432b57ee046100e", - "reference": "758c2c0062d3b72d265149455432b57ee046100e", + "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/3a1e2c3c600e615a2dffe56d4ca0875cc5233e0a", + "reference": "3a1e2c3c600e615a2dffe56d4ca0875cc5233e0a", "shasum": "" }, "require": { "doctrine/common": "~2.2", "php": "^7.1" }, + "conflict": { + "doctrine/phpcr-odm": "<1.3.0" + }, "require-dev": { "doctrine/dbal": "^2.5.4", "doctrine/orm": "^2.5.4", - "phpunit/phpunit": "^6.3" + "phpunit/phpunit": "^7.0" }, "suggest": { "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7", @@ -631,20 +623,20 @@ "keywords": [ "database" ], - "time": "2017-09-11T06:19:02+00:00" + "time": "2018-03-20T09:06:36+00:00" }, { "name": "doctrine/dbal", - "version": "2.6.x-dev", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "0b32c9e7b0d43a806342b38aba5035c5a6a7b88e" + "reference": "11037b4352c008373561dc6fc836834eed80c3b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/0b32c9e7b0d43a806342b38aba5035c5a6a7b88e", - "reference": "0b32c9e7b0d43a806342b38aba5035c5a6a7b88e", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/11037b4352c008373561dc6fc836834eed80c3b5", + "reference": "11037b4352c008373561dc6fc836834eed80c3b5", "shasum": "" }, "require": { @@ -653,9 +645,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." @@ -666,7 +660,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6.x-dev" + "dev-master": "2.7.x-dev" } }, "autoload": { @@ -704,41 +698,45 @@ "persistence", "queryobject" ], - "time": "2017-08-28T11:08:35+00:00" + "time": "2018-04-07T18:44:18+00:00" }, { "name": "doctrine/doctrine-bundle", - "version": "dev-master", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "c9f8cc06153a70433d2c67393f10725959f7bb43" + "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/c9f8cc06153a70433d2c67393f10725959f7bb43", - "reference": "c9f8cc06153a70433d2c67393f10725959f7bb43", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/703fad32e4c8cbe609caf45a71a1d4266c830f0f", + "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f", "shasum": "" }, "require": { "doctrine/dbal": "^2.5.12", "doctrine/doctrine-cache-bundle": "~1.2", - "jdorn/sql-formatter": "~1.1", - "php": "^7.1", + "jdorn/sql-formatter": "^1.2.16", + "php": "^5.5.9|^7.0", "symfony/console": "~2.7|~3.0|~4.0", "symfony/dependency-injection": "~2.7|~3.0|~4.0", "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", - "symfony/framework-bundle": "~2.7|~3.0|~4.0" + "symfony/framework-bundle": "^2.7.22|~3.0|~4.0" + }, + "conflict": { + "symfony/http-foundation": "<2.6" }, "require-dev": { - "doctrine/orm": "~2.3", - "phpunit/phpunit": "^6.1", + "doctrine/orm": "~2.4", + "phpunit/phpunit": "^4.8.36|^5.7|^6.4", "satooshi/php-coveralls": "^1.0", "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", "symfony/property-info": "~2.8|~3.0|~4.0", "symfony/validator": "~2.7|~3.0|~4.0", + "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0", "symfony/yaml": "~2.7|~3.0|~4.0", - "twig/twig": "~1.12|~2.0" + "twig/twig": "~1.26|~2.0" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", @@ -747,7 +745,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.7.x-dev" + "dev-master": "1.8.x-dev" } }, "autoload": { @@ -785,43 +783,43 @@ "orm", "persistence" ], - "time": "2017-08-25T11:49:20+00:00" + "time": "2018-04-19T14:07:39+00:00" }, { "name": "doctrine/doctrine-cache-bundle", - "version": "1.3.0", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineCacheBundle.git", - "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" + "reference": "4c8e363f96427924e7e519c5b5119b4f54512697" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", - "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", + "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" + "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": "~0.6.1", + "satooshi/php-coveralls": "^1.0", "squizlabs/php_codesniffer": "~1.5", - "symfony/console": "~2.2|~3.0", - "symfony/finder": "~2.2|~3.0", - "symfony/framework-bundle": "~2.2|~3.0", - "symfony/phpunit-bridge": "~2.7|~3.0", - "symfony/security-acl": "~2.3|~3.0", - "symfony/validator": "~2.2|~3.0", - "symfony/yaml": "~2.2|~3.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" @@ -829,7 +827,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { @@ -873,20 +871,20 @@ "cache", "caching" ], - "time": "2016-01-26T17:28:51+00:00" + "time": "2018-03-27T09:22:12+00:00" }, { "name": "doctrine/doctrine-fixtures-bundle", - "version": "dev-master", + "version": "v2.4.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", - "reference": "7bb198c044b798b54e6be37c7929339aa645c3bf" + "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/7bb198c044b798b54e6be37c7929339aa645c3bf", - "reference": "7bb198c044b798b54e6be37c7929339aa645c3bf", + "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/74b8cc70a4a25b774628ee59f4cdf3623a146273", + "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273", "shasum": "" }, "require": { @@ -930,35 +928,35 @@ "Fixture", "persistence" ], - "time": "2017-09-10T23:22:01+00:00" + "time": "2017-10-30T19:26:42+00:00" }, { "name": "doctrine/doctrine-migrations-bundle", - "version": "dev-master", + "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", - "reference": "582f503e1f92236da4772c58e53ac06aab534f96" + "reference": "a9e506369f931351a2a6dd2aef588a822802b1b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/582f503e1f92236da4772c58e53ac06aab534f96", - "reference": "582f503e1f92236da4772c58e53ac06aab534f96", + "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/a9e506369f931351a2a6dd2aef588a822802b1b7", + "reference": "a9e506369f931351a2a6dd2aef588a822802b1b7", "shasum": "" }, "require": { "doctrine/doctrine-bundle": "~1.0", "doctrine/migrations": "^1.1", "php": ">=5.4.0", - "symfony/framework-bundle": "~2.3|~3.0" + "symfony/framework-bundle": "~2.7|~3.3|~4.0" }, "require-dev": { - "phpunit/phpunit": "~4.8" + "phpunit/phpunit": "^4.8.36" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.3-dev" } }, "autoload": { @@ -991,20 +989,20 @@ "migrations", "schema" ], - "time": "2017-08-31T15:07:23+00:00" + "time": "2017-11-01T09:13:26+00:00" }, { "name": "doctrine/inflector", - "version": "dev-master", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "03d4145619c2762948e4a8c53a899af24a1e4f73" + "reference": "5527a48b7313d15261292c149e55e26eae771b0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/03d4145619c2762948e4a8c53a899af24a1e4f73", - "reference": "03d4145619c2762948e4a8c53a899af24a1e4f73", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", + "reference": "5527a48b7313d15261292c149e55e26eae771b0a", "shasum": "" }, "require": { @@ -1058,11 +1056,11 @@ "singularize", "string" ], - "time": "2017-08-25T04:43:19+00:00" + "time": "2018-01-09T20:05:19+00:00" }, { "name": "doctrine/instantiator", - "version": "dev-master", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", @@ -1116,16 +1114,16 @@ }, { "name": "doctrine/lexer", - "version": "dev-master", + "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "cc709ba91eee09540091ad5a5f2616727662e41b" + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/cc709ba91eee09540091ad5a5f2616727662e41b", - "reference": "cc709ba91eee09540091ad5a5f2616727662e41b", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", "shasum": "" }, "require": { @@ -1138,8 +1136,8 @@ } }, "autoload": { - "psr-4": { - "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + "psr-0": { + "Doctrine\\Common\\Lexer\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1166,39 +1164,40 @@ "lexer", "parser" ], - "time": "2017-07-24T09:37:08+00:00" + "time": "2014-09-09T13:34:57+00:00" }, { "name": "doctrine/migrations", - "version": "dev-master", + "version": "v1.7.2", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "40ee65a12bd1934bdcb5b645ca5dbba38901d58d" + "reference": "3e7656c5adfd9b7d0d8757aa1e9e8daf43a6f200" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/40ee65a12bd1934bdcb5b645ca5dbba38901d58d", - "reference": "40ee65a12bd1934bdcb5b645ca5dbba38901d58d", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/3e7656c5adfd9b7d0d8757aa1e9e8daf43a6f200", + "reference": "3e7656c5adfd9b7d0d8757aa1e9e8daf43a6f200", "shasum": "" }, "require": { "doctrine/dbal": "~2.6", "ocramius/proxy-manager": "^1.0|^2.0", "php": "^7.1", - "symfony/console": "~3.3", - "symfony/yaml": "~3.3" + "symfony/console": "~3.3|^4.0" }, "require-dev": { "doctrine/coding-standard": "^1.0", "doctrine/orm": "~2.5", "jdorn/sql-formatter": "~1.1", "mikey179/vfsstream": "^1.6", - "phpunit/phpunit": "~6.2", - "squizlabs/php_codesniffer": "^3.0" + "phpunit/phpunit": "~7.0", + "squizlabs/php_codesniffer": "^3.0", + "symfony/yaml": "~3.3|^4.0" }, "suggest": { - "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command." + "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.", + "symfony/yaml": "Allows the use of yaml for migration configuration files." }, "bin": [ "bin/doctrine-migrations" @@ -1206,7 +1205,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "v1.6.x-dev" + "dev-master": "v1.7.x-dev" } }, "autoload": { @@ -1238,35 +1237,37 @@ "database", "migrations" ], - "time": "2017-08-29T12:09:12+00:00" + "time": "2018-05-09T21:04:56+00:00" }, { "name": "doctrine/orm", - "version": "dev-master", + "version": "v2.6.1", "source": { "type": "git", "url": "https://github.com/doctrine/doctrine2.git", - "reference": "6a861756176a6bfcfe5c4ecb699e3b08c7582cfb" + "reference": "87ee409783a4a322b5597ebaae558661404055a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/6a861756176a6bfcfe5c4ecb699e3b08c7582cfb", - "reference": "6a861756176a6bfcfe5c4ecb699e3b08c7582cfb", + "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/87ee409783a4a322b5597ebaae558661404055a7", + "reference": "87ee409783a4a322b5597ebaae558661404055a7", "shasum": "" }, "require": { - "doctrine/annotations": "~1.4", + "doctrine/annotations": "~1.5", "doctrine/cache": "~1.6", "doctrine/collections": "^1.4", "doctrine/common": "^2.7.1", - "doctrine/dbal": ">=2.5-dev,<2.7-dev", + "doctrine/dbal": "^2.6", "doctrine/instantiator": "~1.1", "ext-pdo": "*", "php": "^7.1", "symfony/console": "~3.0|~4.0" }, "require-dev": { - "phpunit/phpunit": "^6.0", + "doctrine/coding-standard": "^1.0", + "phpunit/phpunit": "^6.5", + "squizlabs/php_codesniffer": "^3.2", "symfony/yaml": "~3.4|~4.0" }, "suggest": { @@ -1318,20 +1319,20 @@ "database", "orm" ], - "time": "2017-09-11T18:58:11+00:00" + "time": "2018-02-27T07:30:56+00:00" }, { "name": "egulias/email-validator", - "version": "2.1.2", + "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c" + "reference": "8790f594151ca6a2010c6218e09d96df67173ad3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/bc31baa11ea2883e017f0a10d9722ef9d50eac1c", - "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3", + "reference": "8790f594151ca6a2010c6218e09d96df67173ad3", "shasum": "" }, "require": { @@ -1340,8 +1341,8 @@ }, "require-dev": { "dominicsayers/isemail": "dev-master", - "phpunit/phpunit": "^4.8.0", - "satooshi/php-coveralls": "dev-master" + "phpunit/phpunit": "^4.8.35||^5.7||^6.0", + "satooshi/php-coveralls": "^1.0.1" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -1375,11 +1376,11 @@ "validation", "validator" ], - "time": "2017-01-30T22:07:36+00:00" + "time": "2018-04-10T10:11:19+00:00" }, { "name": "fig/link-util", - "version": "dev-master", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/link-util.git", @@ -1433,35 +1434,40 @@ }, { "name": "friendsofsymfony/oauth-server-bundle", - "version": "dev-master", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git", - "reference": "504530d63d4334594c0c24a63345d6b0a10a848c" + "reference": "5cc4c8555dedb5c7e737a35789bd429ccd9ad254" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/504530d63d4334594c0c24a63345d6b0a10a848c", - "reference": "504530d63d4334594c0c24a63345d6b0a10a848c", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/5cc4c8555dedb5c7e737a35789bd429ccd9ad254", + "reference": "5cc4c8555dedb5c7e737a35789bd429ccd9ad254", "shasum": "" }, "require": { "friendsofsymfony/oauth2-php": "~1.1", - "php": "^5.3.3|^7.0", - "symfony/dependency-injection": "^2.0.5|~3.0", - "symfony/framework-bundle": "~2.2|~3.0", - "symfony/security-bundle": "~2.1|~3.0" + "paragonie/random_compat": "^1|^2", + "php": "^5.5|^7.0", + "symfony/dependency-injection": "^2.8|~3.0|^4.0", + "symfony/framework-bundle": "~2.8|~3.0|^4.0", + "symfony/security-bundle": "~2.8|~3.0|^4.0" }, "require-dev": { "doctrine/doctrine-bundle": "~1.0", "doctrine/mongodb-odm": "~1.0", "doctrine/orm": "~2.2", "phing/phing": "~2.4", + "php-mock/php-mock-phpunit": "^1.1", + "phpunit/phpunit": "~4.8|~5.0", "propel/propel1": "^1.6.5", - "symfony/class-loader": "~2.1|~3.0", - "symfony/console": "~2.1|~3.0", - "symfony/form": "~2.3|~3.0", - "symfony/yaml": "~2.1|~3.0", + "symfony/class-loader": "~2.8|~3.0|^4.0", + "symfony/console": "~2.8|~3.0|^4.0", + "symfony/form": "~2.8|~3.0|^4.0", + "symfony/phpunit-bridge": "~2.8|~3.0|^4.0", + "symfony/templating": "~2.8|~3.0|^4.0", + "symfony/yaml": "~2.8|~3.0|^4.0", "willdurand/propel-typehintable-behavior": "^1.0.4" }, "suggest": { @@ -1507,25 +1513,25 @@ "oauth2", "server" ], - "time": "2016-12-30T09:09:18+00:00" + "time": "2018-04-18T13:46:16+00:00" }, { "name": "friendsofsymfony/oauth2-php", - "version": "dev-master", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/oauth2-php.git", - "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c" + "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c", - "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c", + "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240", + "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240", "shasum": "" }, "require": { - "php": ">=5.3.2", - "symfony/http-foundation": "~2.0|~3.0" + "php": "^5.5.9|>=7.0.8", + "symfony/http-foundation": "~3.0|~4.0" }, "require-dev": { "phpunit/phpunit": "~4.0" @@ -1561,20 +1567,20 @@ "oauth", "oauth2" ], - "time": "2016-03-31T14:24:17+00:00" + "time": "2018-01-30T19:58:25+00:00" }, { "name": "friendsofsymfony/rest-bundle", - "version": "dev-master", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", - "reference": "d4bd99f7f0bcf8d8e765d70186bdfa4f42ea9ea2" + "reference": "1abdf3d82502ac67b93c7f84c844fa147f0ec70e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/d4bd99f7f0bcf8d8e765d70186bdfa4f42ea9ea2", - "reference": "d4bd99f7f0bcf8d8e765d70186bdfa4f42ea9ea2", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/1abdf3d82502ac67b93c7f84c844fa147f0ec70e", + "reference": "1abdf3d82502ac67b93c7f84c844fa147f0ec70e", "shasum": "" }, "require": { @@ -1604,7 +1610,7 @@ "jms/serializer-bundle": "^1.2|^2.0", "phpoption/phpoption": "^1.1", "psr/http-message": "^1.0", - "sensio/framework-extra-bundle": "^3.0.13", + "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0", "symfony/asset": "^2.7|^3.0|^4.0", "symfony/browser-kit": "^2.7|^3.0|^4.0", "symfony/css-selector": "^2.7|^3.0|^4.0", @@ -1629,7 +1635,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.3-dev" } }, "autoload": { @@ -1663,20 +1669,20 @@ "keywords": [ "rest" ], - "time": "2017-08-31T21:35:13+00:00" + "time": "2018-02-28T13:57:04+00:00" }, { "name": "fzaninotto/faker", - "version": "dev-master", + "version": "v1.7.1", "source": { "type": "git", "url": "https://github.com/fzaninotto/Faker.git", - "reference": "95b16a4802b998f330f8a8bfc3fa4e412a7ce05b" + "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/95b16a4802b998f330f8a8bfc3fa4e412a7ce05b", - "reference": "95b16a4802b998f330f8a8bfc3fa4e412a7ce05b", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", + "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", "shasum": "" }, "require": { @@ -1713,20 +1719,20 @@ "faker", "fixtures" ], - "time": "2017-09-08T09:53:19+00:00" + "time": "2017-08-15T16:48:10+00:00" }, { "name": "gedmo/doctrine-extensions", - "version": "v2.4.x-dev", + "version": "v2.4.35", "source": { "type": "git", "url": "https://github.com/Atlantic18/DoctrineExtensions.git", - "reference": "857654dbd203dff91b83291754814fc77b984604" + "reference": "1e400fbd05b7e5f912f55fe95805450f7d3bed60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/857654dbd203dff91b83291754814fc77b984604", - "reference": "857654dbd203dff91b83291754814fc77b984604", + "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/1e400fbd05b7e5f912f55fe95805450f7d3bed60", + "reference": "1e400fbd05b7e5f912f55fe95805450f7d3bed60", "shasum": "" }, "require": { @@ -1734,12 +1740,15 @@ "doctrine/common": "~2.4", "php": ">=5.3.2" }, + "conflict": { + "doctrine/annotations": "<1.2" + }, "require-dev": { "doctrine/common": ">=2.5.0", "doctrine/mongodb-odm": ">=1.0.2", "doctrine/orm": ">=2.5.0", - "phpunit/phpunit": "*", - "symfony/yaml": "~2.6|~3.0" + "phpunit/phpunit": "^4.8.35|^5.7|^6.5", + "symfony/yaml": "~2.6|~3.0|~4.0" }, "suggest": { "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", @@ -1752,8 +1761,8 @@ } }, "autoload": { - "psr-0": { - "Gedmo\\": "lib/" + "psr-4": { + "Gedmo\\": "lib/Gedmo" } }, "notification-url": "https://packagist.org/downloads/", @@ -1791,20 +1800,20 @@ "tree", "uploadable" ], - "time": "2017-09-12T10:42:48+00:00" + "time": "2018-05-08T12:28:40+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "6.3.0", + "version": "6.3.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" + "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", - "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", "shasum": "" }, "require": { @@ -1814,7 +1823,7 @@ }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "^4.0 || ^5.0", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.0" }, "suggest": { @@ -1823,7 +1832,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.2-dev" + "dev-master": "6.3-dev" } }, "autoload": { @@ -1856,20 +1865,20 @@ "rest", "web service" ], - "time": "2017-06-22T18:50:49+00:00" + "time": "2018-04-22T15:46:56+00:00" }, { "name": "guzzlehttp/promises", - "version": "dev-master", + "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "09e549f5534380c68761260a71f847644d8f65aa" + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/09e549f5534380c68761260a71f847644d8f65aa", - "reference": "09e549f5534380c68761260a71f847644d8f65aa", + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { @@ -1907,20 +1916,20 @@ "keywords": [ "promise" ], - "time": "2017-05-20T23:14:18+00:00" + "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", - "version": "dev-master", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "811b676fbab9c99e359885032e5ebc70e442f5b8" + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/811b676fbab9c99e359885032e5ebc70e442f5b8", - "reference": "811b676fbab9c99e359885032e5ebc70e442f5b8", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "shasum": "" }, "require": { @@ -1972,20 +1981,20 @@ "uri", "url" ], - "time": "2017-07-17T09:11:21+00:00" + "time": "2017-03-20T17:10:46+00:00" }, { "name": "hamcrest/hamcrest-php", - "version": "dev-master", + "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/hamcrest/hamcrest-php.git", - "reference": "10b977bd20ea6a2fcf0e32a941c9140fbdb75033" + "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/10b977bd20ea6a2fcf0e32a941c9140fbdb75033", - "reference": "10b977bd20ea6a2fcf0e32a941c9140fbdb75033", + "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad", + "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad", "shasum": "" }, "require": { @@ -2014,17 +2023,17 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "BSD" ], "description": "This is the PHP port of Hamcrest Matchers", "keywords": [ "test" ], - "time": "2017-04-07T19:46:20+00:00" + "time": "2016-01-20T08:20:44+00:00" }, { "name": "imagine/imagine", - "version": "dev-develop", + "version": "v0.7.1", "source": { "type": "git", "url": "https://github.com/avalanche123/Imagine.git", @@ -2082,26 +2091,26 @@ }, { "name": "incenteev/composer-parameter-handler", - "version": "dev-master", + "version": "v2.1.3", "source": { "type": "git", "url": "https://github.com/Incenteev/ParameterHandler.git", - "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" + "reference": "933c45a34814f27f2345c11c37d46b3ca7303550" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", - "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", + "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550", + "reference": "933c45a34814f27f2345c11c37d46b3ca7303550", "shasum": "" }, "require": { "php": ">=5.3.3", - "symfony/yaml": "~2.3|~3.0" + "symfony/yaml": "^2.3 || ^3.0 || ^4.0" }, "require-dev": { - "composer/composer": "1.0.*@dev", - "phpspec/prophecy-phpunit": "~1.0", - "symfony/filesystem": "~2.2" + "composer/composer": "^1.0@dev", + "symfony/filesystem": "^2.3 || ^3 || ^4", + "symfony/phpunit-bridge": "^4.0" }, "type": "library", "extra": { @@ -2129,20 +2138,20 @@ "keywords": [ "parameters management" ], - "time": "2015-11-10T17:04:01+00:00" + "time": "2018-02-13T18:05:56+00:00" }, { "name": "jdorn/sql-formatter", - "version": "dev-master", + "version": "v1.2.17", "source": { "type": "git", "url": "https://github.com/jdorn/sql-formatter.git", - "reference": "7ef9b85961956aa572413693e1194b60f50ab9ab" + "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/7ef9b85961956aa572413693e1194b60f50ab9ab", - "reference": "7ef9b85961956aa572413693e1194b60f50ab9ab", + "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", + "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", "shasum": "" }, "require": { @@ -2151,9 +2160,6 @@ "require-dev": { "phpunit/phpunit": "3.7.*" }, - "bin": [ - "bin/sql-formatter" - ], "type": "library", "extra": { "branch-alias": { @@ -2182,7 +2188,7 @@ "highlight", "sql" ], - "time": "2015-08-30T16:36:01+00:00" + "time": "2014-01-12T16:20:24+00:00" }, { "name": "jeremykendall/php-domain-parser", @@ -2299,16 +2305,16 @@ }, { "name": "jms/parser-lib", - "version": "dev-master", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/parser-lib.git", - "reference": "6067cc609074ae215b96dc51047affee65f77b0f" + "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/6067cc609074ae215b96dc51047affee65f77b0f", - "reference": "6067cc609074ae215b96dc51047affee65f77b0f", + "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", + "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", "shasum": "" }, "require": { @@ -2317,7 +2323,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-master": "1.0-dev" } }, "autoload": { @@ -2330,20 +2336,20 @@ "Apache2" ], "description": "A library for easily creating recursive-descent parsers.", - "time": "2014-07-08T16:40:41+00:00" + "time": "2012-11-18T18:08:43+00:00" }, { "name": "jms/serializer", - "version": "dev-master", + "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "ef6000e98f0d35afff98623cd7b6b731aed20159" + "reference": "1ea5e0ba68b6b38c327eb3adf5888ac74b587e9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ef6000e98f0d35afff98623cd7b6b731aed20159", - "reference": "ef6000e98f0d35afff98623cd7b6b731aed20159", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/1ea5e0ba68b6b38c327eb3adf5888ac74b587e9c", + "reference": "1ea5e0ba68b6b38c327eb3adf5888ac74b587e9c", "shasum": "" }, "require": { @@ -2351,12 +2357,11 @@ "doctrine/instantiator": "^1.0.3", "jms/metadata": "~1.1", "jms/parser-lib": "1.*", - "php": ">=5.5.0", + "php": "^5.5|^7.0", "phpcollection/phpcollection": "~0.1", "phpoption/phpoption": "^1.1" }, "conflict": { - "jms/serializer-bundle": "<1.2.1", "twig/twig": "<1.12" }, "require-dev": { @@ -2366,6 +2371,8 @@ "jackalope/jackalope-doctrine-dbal": "^1.1.5", "phpunit/phpunit": "^4.8|^5.0", "propel/propel1": "~1.7", + "psr/container": "^1.0", + "symfony/dependency-injection": "^2.7|^3.3|^4.0", "symfony/expression-language": "^2.6|^3.0", "symfony/filesystem": "^2.1", "symfony/form": "~2.1|^3.0", @@ -2382,7 +2389,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-1.x": "1.11-dev" } }, "autoload": { @@ -2392,7 +2399,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0" + "MIT" ], "authors": [ { @@ -2413,51 +2420,47 @@ "serialization", "xml" ], - "time": "2017-08-25T09:12:44+00:00" + "time": "2018-05-25T17:01:33+00:00" }, { "name": "jms/serializer-bundle", - "version": "dev-master", + "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", - "reference": "a612724ec70d9cbb744316365d88ec9440f81ac9" + "reference": "73bad761515fabae3cb52bde7c73484081a91118" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/a612724ec70d9cbb744316365d88ec9440f81ac9", - "reference": "a612724ec70d9cbb744316365d88ec9440f81ac9", + "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/73bad761515fabae3cb52bde7c73484081a91118", + "reference": "73bad761515fabae3cb52bde7c73484081a91118", "shasum": "" }, "require": { - "jms/serializer": "^1.7", + "jms/serializer": "^1.10", "php": "^5.4|^7.0", "phpoption/phpoption": "^1.1.0", "symfony/framework-bundle": "~2.3|~3.0|~4.0" }, "require-dev": { - "doctrine/doctrine-bundle": "*", "doctrine/orm": "*", "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0", - "symfony/browser-kit": "*", - "symfony/class-loader": "*", - "symfony/css-selector": "*", "symfony/expression-language": "~2.6|~3.0|~4.0", - "symfony/finder": "*", + "symfony/finder": "^2.3|^3.0|^4.0", "symfony/form": "*", - "symfony/process": "*", "symfony/stopwatch": "*", "symfony/twig-bundle": "*", "symfony/validator": "*", "symfony/yaml": "*" }, "suggest": { - "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3" + "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3", + "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "2.4-dev" } }, "autoload": { @@ -2491,20 +2494,20 @@ "serialization", "xml" ], - "time": "2017-08-31T10:41:30+00:00" + "time": "2018-05-25T10:56:25+00:00" }, { "name": "knplabs/gaufrette", - "version": "dev-master", + "version": "v0.6.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/Gaufrette.git", - "reference": "3dd9fcc1f35b0f20c59eaaac9f147f82bbe7addd" + "reference": "a7c71edef4528d9881f534515f9061660255afe3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/3dd9fcc1f35b0f20c59eaaac9f147f82bbe7addd", - "reference": "3dd9fcc1f35b0f20c59eaaac9f147f82bbe7addd", + "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/a7c71edef4528d9881f534515f9061660255afe3", + "reference": "a7c71edef4528d9881f534515f9061660255afe3", "shasum": "" }, "require": { @@ -2521,13 +2524,12 @@ "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.4", + "mongodb/mongodb": "^1.1", "phpseclib/phpseclib": "^2.0", "phpspec/phpspec": "~2.4", - "phpunit/phpunit": "3.7.*", + "phpunit/phpunit": "^5.6.8", "rackspace/php-opencloud": "^1.9.2" }, "suggest": { @@ -2551,7 +2553,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.5.x-dev" + "dev-master": "0.7.x-dev" } }, "autoload": { @@ -2573,7 +2575,7 @@ "homepage": "http://knplabs.com" } ], - "description": "PHP5 library that provides a filesystem abstraction layer", + "description": "PHP library that provides a filesystem abstraction layer", "homepage": "http://knplabs.com", "keywords": [ "abstraction", @@ -2581,7 +2583,7 @@ "filesystem", "media" ], - "time": "2017-07-07T07:31:18+00:00" + "time": "2018-03-26T12:19:49+00:00" }, { "name": "knplabs/knp-gaufrette-bundle", @@ -2643,26 +2645,26 @@ }, { "name": "knplabs/knp-menu", - "version": "dev-master", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenu.git", - "reference": "b66b350b307dcf84ad0d0c2219a3de19eca2bf51" + "reference": "655630a1db0b72108262d1a844de3b1ba0885be5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/b66b350b307dcf84ad0d0c2219a3de19eca2bf51", - "reference": "b66b350b307dcf84ad0d0c2219a3de19eca2bf51", + "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/655630a1db0b72108262d1a844de3b1ba0885be5", + "reference": "655630a1db0b72108262d1a844de3b1ba0885be5", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.6.0" }, "require-dev": { "psr/container": "^1.0", - "symfony/http-foundation": "~2.4|~3.0", - "symfony/phpunit-bridge": "~3.3", - "symfony/routing": "~2.3|~3.0", + "symfony/http-foundation": "~2.4|~3.0|^4.0", + "symfony/phpunit-bridge": "~3.3|^4.0", + "symfony/routing": "~2.3|~3.0|^4.0", "twig/twig": "~1.16|~2.0" }, "suggest": { @@ -2703,30 +2705,31 @@ "menu", "tree" ], - "time": "2017-09-05T12:04:50+00:00" + "time": "2017-11-18T20:49:26+00:00" }, { "name": "knplabs/knp-menu-bundle", - "version": "dev-master", + "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenuBundle.git", - "reference": "65f7eb406ba8d81f3c24cf4012fe7747f1719eeb" + "reference": "6bea43eb84fc67c43ab2b43709194efffa8a8ac0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/65f7eb406ba8d81f3c24cf4012fe7747f1719eeb", - "reference": "65f7eb406ba8d81f3c24cf4012fe7747f1719eeb", + "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/6bea43eb84fc67c43ab2b43709194efffa8a8ac0", + "reference": "6bea43eb84fc67c43ab2b43709194efffa8a8ac0", "shasum": "" }, "require": { - "knplabs/knp-menu": "~2.2", - "symfony/framework-bundle": "~2.3|~3.0" + "knplabs/knp-menu": "~2.3", + "php": "^5.6 || ^7", + "symfony/framework-bundle": "~2.7|~3.0 | ^4.0" }, "require-dev": { - "symfony/expression-language": "~2.4|~3.0", - "symfony/phpunit-bridge": "^3.3", - "symfony/templating": "~2.3|~3.0" + "symfony/expression-language": "~2.7|~3.0 | ^4.0", + "symfony/phpunit-bridge": "^3.3 | ^4.0", + "symfony/templating": "~2.7|~3.0 | ^4.0" }, "type": "symfony-bundle", "extra": { @@ -2736,7 +2739,7 @@ }, "autoload": { "psr-4": { - "Knp\\Bundle\\MenuBundle\\": "" + "Knp\\Bundle\\MenuBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2761,20 +2764,20 @@ "keywords": [ "menu" ], - "time": "2017-09-05T12:05:33+00:00" + "time": "2017-12-24T16:32:39+00:00" }, { "name": "league/uri", - "version": "4.x-dev", + "version": "4.2.2", "source": { "type": "git", "url": "https://github.com/thephpleague/uri.git", - "reference": "f2c9d3e95092fec85a1ddcfb0df714584f7cc11d" + "reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri/zipball/f2c9d3e95092fec85a1ddcfb0df714584f7cc11d", - "reference": "f2c9d3e95092fec85a1ddcfb0df714584f7cc11d", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/a2e73bad7e60c3bc61b649680fb8b46876e342e3", + "reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3", "shasum": "" }, "require": { @@ -2829,7 +2832,7 @@ "url", "ws" ], - "time": "2016-12-14T07:45:41+00:00" + "time": "2016-12-12T11:36:42+00:00" }, { "name": "liip/imagine-bundle", @@ -2934,16 +2937,16 @@ }, { "name": "mockery/mockery", - "version": "dev-master", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "d1d330595a113fb2ed40bed22411af2327762f8d" + "reference": "99e29d3596b16dabe4982548527d5ddf90232e99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/d1d330595a113fb2ed40bed22411af2327762f8d", - "reference": "d1d330595a113fb2ed40bed22411af2327762f8d", + "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99", + "reference": "99e29d3596b16dabe4982548527d5ddf90232e99", "shasum": "" }, "require": { @@ -2952,7 +2955,8 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "~5.7|~6.1" + "phpdocumentor/phpdocumentor": "^2.9", + "phpunit/phpunit": "~5.7.10|~6.5" }, "type": "library", "extra": { @@ -2981,8 +2985,8 @@ "homepage": "http://davedevelopment.co.uk" } ], - "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", - "homepage": "http://github.com/mockery/mockery", + "description": "Mockery is a simple yet flexible PHP mock object framework", + "homepage": "https://github.com/mockery/mockery", "keywords": [ "BDD", "TDD", @@ -2995,11 +2999,11 @@ "test double", "testing" ], - "time": "2017-08-22T07:19:24+00:00" + "time": "2018-05-08T08:54:48+00:00" }, { "name": "monolog/monolog", - "version": "1.x-dev", + "version": "1.23.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", @@ -3077,27 +3081,27 @@ }, { "name": "ocramius/package-versions", - "version": "1.1.3", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/Ocramius/PackageVersions.git", - "reference": "72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7" + "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7", - "reference": "72b226d2957e9e6a9ed09aeaa29cabd840d1a3b7", + "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f", + "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0", - "php": "~7.0" + "composer-plugin-api": "^1.0.0", + "php": "^7.1.0" }, "require-dev": { - "composer/composer": "^1.3", + "composer/composer": "^1.6.3", "ext-zip": "*", - "humbug/humbug": "dev-master", - "phpunit/phpunit": "^5.7.5" + "infection/infection": "^0.7.1", + "phpunit/phpunit": "^7.0.0" }, "type": "composer-plugin", "extra": { @@ -3122,11 +3126,11 @@ } ], "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", - "time": "2017-09-06T15:24:43+00:00" + "time": "2018-02-05T13:05:30+00:00" }, { "name": "ocramius/proxy-manager", - "version": "2.1.x-dev", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/Ocramius/ProxyManager.git", @@ -3195,20 +3199,20 @@ }, { "name": "pagerfanta/pagerfanta", - "version": "dev-master", + "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/whiteoctober/Pagerfanta.git", - "reference": "2700705599fa3c47aea5f3877080128f3e78e23b" + "reference": "15770d9d7f6e8e07af568aed104a51f869591e73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/2700705599fa3c47aea5f3877080128f3e78e23b", - "reference": "2700705599fa3c47aea5f3877080128f3e78e23b", + "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/15770d9d7f6e8e07af568aed104a51f869591e73", + "reference": "15770d9d7f6e8e07af568aed104a51f869591e73", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.0" }, "require-dev": { "doctrine/orm": "~2.3", @@ -3217,7 +3221,7 @@ "jmikola/geojson": "~1.0", "mandango/mandango": "~1.0@dev", "mandango/mondator": "~1.0@dev", - "phpunit/phpunit": "~4 | ~5", + "phpunit/phpunit": "^5.7|^6", "propel/propel": "~2.0@dev", "propel/propel1": "~1.6", "ruflin/elastica": "~1.3", @@ -3260,20 +3264,20 @@ "paginator", "paging" ], - "time": "2017-08-08T08:39:13+00:00" + "time": "2018-05-17T09:23:52+00:00" }, { "name": "paragonie/random_compat", - "version": "v2.0.10", + "version": "v2.0.12", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" + "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", - "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb", + "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb", "shasum": "" }, "require": { @@ -3308,20 +3312,20 @@ "pseudorandom", "random" ], - "time": "2017-03-13T16:27:32+00:00" + "time": "2018-04-04T21:24:14+00:00" }, { "name": "payum/iso4217", - "version": "dev-master", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/Payum/iso4217.git", - "reference": "5c3d40f58b1dd91cdac7798bb8282965ee3cda91" + "reference": "6a45480e2818350dea58b7a076d0115aa7ff5789" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Payum/iso4217/zipball/5c3d40f58b1dd91cdac7798bb8282965ee3cda91", - "reference": "5c3d40f58b1dd91cdac7798bb8282965ee3cda91", + "url": "https://api.github.com/repos/Payum/iso4217/zipball/6a45480e2818350dea58b7a076d0115aa7ff5789", + "reference": "6a45480e2818350dea58b7a076d0115aa7ff5789", "shasum": "" }, "require": { @@ -3372,20 +3376,20 @@ "iso", "library" ], - "time": "2017-04-26T07:43:32+00:00" + "time": "2016-08-04T08:15:12+00:00" }, { "name": "payum/payum", - "version": "dev-master", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/Payum/Payum.git", - "reference": "bc09fd5f2c4561b6c42dc913bbdebb98134cad6e" + "reference": "f4d690bc83cd86352ff6d9f6d4dab0f9ae700aeb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Payum/Payum/zipball/bc09fd5f2c4561b6c42dc913bbdebb98134cad6e", - "reference": "bc09fd5f2c4561b6c42dc913bbdebb98134cad6e", + "url": "https://api.github.com/repos/Payum/Payum/zipball/f4d690bc83cd86352ff6d9f6d4dab0f9ae700aeb", + "reference": "f4d690bc83cd86352ff6d9f6d4dab0f9ae700aeb", "shasum": "" }, "require": { @@ -3499,28 +3503,29 @@ "stripe.js", "withdrawal" ], - "time": "2017-09-11T07:25:33+00:00" + "time": "2017-09-01T08:23:52+00:00" }, { "name": "payum/payum-bundle", - "version": "dev-master", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/Payum/PayumBundle.git", - "reference": "fd930cb9516c8a5f19b4eeae35c8e37eea77ce11" + "reference": "a740640dae94839518b84815ffe9713311dd60d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/fd930cb9516c8a5f19b4eeae35c8e37eea77ce11", - "reference": "fd930cb9516c8a5f19b4eeae35c8e37eea77ce11", + "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/a740640dae94839518b84815ffe9713311dd60d9", + "reference": "a740640dae94839518b84815ffe9713311dd60d9", "shasum": "" }, "require": { - "payum/core": "^1.4", - "php": "^5.5.0|^7.0", - "symfony/form": "~2.8|~3.0", - "symfony/framework-bundle": "~2.8|~3.0", - "symfony/validator": "~2.8|~3.0" + "payum/core": "^1.5", + "php": "^7.0", + "symfony/form": "^3.1|^4", + "symfony/framework-bundle": "^3.1|^4", + "symfony/security-csrf": "^3.1|^4", + "symfony/validator": "^3.1|^4" }, "require-dev": { "defuse/php-encryption": "^2", @@ -3530,24 +3535,21 @@ "ext-soap": "*", "fp/klarna-invoice": "0.1.*", "klarna/checkout": "~1|~2.0", - "omnipay/dummy": "~2.0", - "omnipay/paypal": "~2.0", - "omnipay/stripe": "~2.0", + "omnipay/common": "^3@dev", + "omnipay/dummy": "^3@alpha", + "omnipay/paypal": "^3@dev", "paypal/rest-api-sdk-php": "0.5.*", - "payum/jms-payment-bridge": "^1@dev", - "payum/omnipay-bridge": "^1@dev", - "payum/payum": "^1.4@dev", + "payum/omnipay-v3-bridge": "^1@alpha", + "payum/payum": "^1.5@dev", "php-http/guzzle6-adapter": "^1", - "phpunit/phpunit": "~4.0", - "sonata-project/admin-bundle": "^3", + "phpunit/phpunit": "^5.7", "stripe/stripe-php": "~1.0", - "symfony/browser-kit": "~2.8|~3.0", - "symfony/class-loader": "~2.8|~3.0", - "symfony/expression-language": "~2.8|~3.0", - "symfony/phpunit-bridge": "~2.8|~3.0", - "symfony/security-acl": "~2.8|~3.0", - "symfony/twig-bundle": "^2.8|^3", - "twig/twig": "~1.16|~2.0" + "symfony/browser-kit": "^3.1|^4", + "symfony/expression-language": "^3.1|^4", + "symfony/phpunit-bridge": "^3.1|^4", + "symfony/templating": "^3.1|^4", + "symfony/twig-bundle": "^3.1|^4", + "twig/twig": "^1.16|^2.0" }, "suggest": { "sonata-project/admin-bundle": "^3 If you want to configure payments in the backend." @@ -3555,7 +3557,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.3-dev" } }, "autoload": { @@ -3578,11 +3580,11 @@ }, { "name": "Payum project", - "homepage": "http://payum.org/" + "homepage": "https://payum.forma-pro.com/" } ], - "description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more", - "homepage": "http://payum.org", + "description": "One million downloads of Payum already! Payum offers everything you need to work with payments. Check more visiting site.", + "homepage": "https://payum.forma-pro.com/", "keywords": [ "authorize.net", "be2bill", @@ -3601,25 +3603,25 @@ "stripe.js", "symfony" ], - "time": "2017-08-02T07:32:51+00:00" + "time": "2018-01-09T21:09:36+00:00" }, { "name": "php-http/guzzle6-adapter", - "version": "dev-master", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/php-http/guzzle6-adapter.git", - "reference": "54181ff8455a4c2e1706a53e0d98060b93030321" + "reference": "a56941f9dc6110409cfcddc91546ee97039277ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/54181ff8455a4c2e1706a53e0d98060b93030321", - "reference": "54181ff8455a4c2e1706a53e0d98060b93030321", + "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab", + "reference": "a56941f9dc6110409cfcddc91546ee97039277ab", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0", - "php": "^5.5 || ^7.0", + "php": ">=5.5.0", "php-http/httplug": "^1.0" }, "provide": { @@ -3628,7 +3630,7 @@ }, "require-dev": { "ext-curl": "*", - "php-http/client-integration-tests": "^0.6" + "php-http/adapter-integration-tests": "^0.4" }, "type": "library", "extra": { @@ -3661,20 +3663,20 @@ "Guzzle", "http" ], - "time": "2017-05-29T15:06:15+00:00" + "time": "2016-05-10T06:13:32+00:00" }, { "name": "php-http/httplug", - "version": "dev-master", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/php-http/httplug.git", - "reference": "036f86f0cb1f37c13dd9b5e75b71866e7ab3f60b" + "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/httplug/zipball/036f86f0cb1f37c13dd9b5e75b71866e7ab3f60b", - "reference": "036f86f0cb1f37c13dd9b5e75b71866e7ab3f60b", + "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018", + "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018", "shasum": "" }, "require": { @@ -3689,7 +3691,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -3717,11 +3719,11 @@ "client", "http" ], - "time": "2017-08-18T18:51:51+00:00" + "time": "2016-08-31T08:30:17+00:00" }, { "name": "php-http/message", - "version": "dev-master", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/php-http/message.git", @@ -3793,16 +3795,16 @@ }, { "name": "php-http/message-factory", - "version": "dev-master", + "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/php-http/message-factory.git", - "reference": "a2809d4fe294ebe8879aec8d4d5bf21faa029344" + "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/message-factory/zipball/a2809d4fe294ebe8879aec8d4d5bf21faa029344", - "reference": "a2809d4fe294ebe8879aec8d4d5bf21faa029344", + "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", + "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", "shasum": "" }, "require": { @@ -3839,20 +3841,20 @@ "stream", "uri" ], - "time": "2016-02-03T08:16:31+00:00" + "time": "2015-12-19T14:08:53+00:00" }, { "name": "php-http/promise", - "version": "dev-master", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/php-http/promise.git", - "reference": "810b30da8bcf69e4b82c4b9bc6b31518234293ab" + "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/promise/zipball/810b30da8bcf69e4b82c4b9bc6b31518234293ab", - "reference": "810b30da8bcf69e4b82c4b9bc6b31518234293ab", + "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980", + "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980", "shasum": "" }, "require-dev": { @@ -3862,7 +3864,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -3889,7 +3891,7 @@ "keywords": [ "promise" ], - "time": "2016-01-28T07:54:12+00:00" + "time": "2016-01-26T13:27:02+00:00" }, { "name": "phpcollection/phpcollection", @@ -4043,16 +4045,16 @@ }, { "name": "psr/cache", - "version": "dev-master", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", - "reference": "78c5a01ddbf11cf731f1338a4f5aba23b14d5b47" + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/78c5a01ddbf11cf731f1338a4f5aba23b14d5b47", - "reference": "78c5a01ddbf11cf731f1338a4f5aba23b14d5b47", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { @@ -4085,20 +4087,20 @@ "psr", "psr-6" ], - "time": "2016-10-13T14:48:10+00:00" + "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/container", - "version": "dev-master", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "2cc4a01788191489dc7459446ba832fa79a216a7" + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/2cc4a01788191489dc7459446ba832fa79a216a7", - "reference": "2cc4a01788191489dc7459446ba832fa79a216a7", + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { @@ -4134,11 +4136,11 @@ "container-interop", "psr" ], - "time": "2017-06-28T15:35:32+00:00" + "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/http-message", - "version": "dev-master", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", @@ -4188,16 +4190,16 @@ }, { "name": "psr/link", - "version": "dev-master", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/link.git", - "reference": "131b5c337db3599ef922e9d6c22889ad237b80b9" + "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/link/zipball/131b5c337db3599ef922e9d6c22889ad237b80b9", - "reference": "131b5c337db3599ef922e9d6c22889ad237b80b9", + "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", + "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", "shasum": "" }, "require": { @@ -4225,7 +4227,6 @@ } ], "description": "Common interfaces for HTTP links", - "homepage": "https://github.com/php-fig/link", "keywords": [ "http", "http-link", @@ -4234,11 +4235,11 @@ "psr-13", "rest" ], - "time": "2016-11-17T00:27:01+00:00" + "time": "2016-10-28T16:06:13+00:00" }, { "name": "psr/log", - "version": "dev-master", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", @@ -4285,16 +4286,16 @@ }, { "name": "psr/simple-cache", - "version": "dev-master", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", - "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", - "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { @@ -4329,11 +4330,91 @@ "psr-16", "simple-cache" ], - "time": "2017-01-02T13:31:39+00:00" + "time": "2017-10-23T01:57:42+00:00" + }, + { + "name": "ramsey/uuid", + "version": "3.7.3", + "source": { + "type": "git", + "url": "https://github.com/ramsey/uuid.git", + "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76", + "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76", + "shasum": "" + }, + "require": { + "paragonie/random_compat": "^1.0|^2.0", + "php": "^5.4 || ^7.0" + }, + "replace": { + "rhumsaa/uuid": "self.version" + }, + "require-dev": { + "codeception/aspect-mock": "^1.0 | ~2.0.0", + "doctrine/annotations": "~1.2.0", + "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", + "ircmaxell/random-lib": "^1.1", + "jakub-onderka/php-parallel-lint": "^0.9.0", + "mockery/mockery": "^0.9.9", + "moontoast/math": "^1.1", + "php-mock/php-mock-phpunit": "^0.3|^1.1", + "phpunit/phpunit": "^4.7|^5.0", + "squizlabs/php_codesniffer": "^2.3" + }, + "suggest": { + "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", + "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", + "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", + "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", + "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", + "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Ramsey\\Uuid\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marijn Huizendveld", + "email": "marijn.huizendveld@gmail.com" + }, + { + "name": "Thibaud Fabre", + "email": "thibaud@aztech.io" + }, + { + "name": "Ben Ramsey", + "email": "ben@benramsey.com", + "homepage": "https://benramsey.com" + } + ], + "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", + "homepage": "https://github.com/ramsey/uuid", + "keywords": [ + "guid", + "identifier", + "uuid" + ], + "time": "2018-01-20T00:28:24+00:00" }, { "name": "sensio/distribution-bundle", - "version": "dev-master", + "version": "v5.0.21", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", @@ -4385,21 +4466,21 @@ }, { "name": "sensiolabs/security-checker", - "version": "4.1.x-dev", + "version": "v4.1.8", "source": { "type": "git", "url": "https://github.com/sensiolabs/security-checker.git", - "reference": "55553c3ad6ae2121c1b1475d4c880d71b31b8f68" + "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/55553c3ad6ae2121c1b1475d4c880d71b31b8f68", - "reference": "55553c3ad6ae2121c1b1475d4c880d71b31b8f68", + "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/dc270d5fec418cc6ac983671dba5d80ffaffb142", + "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", - "symfony/console": "~2.7|~3.0" + "symfony/console": "~2.7|~3.0|~4.0" }, "bin": [ "security-checker" @@ -4426,29 +4507,40 @@ } ], "description": "A security checker for your composer.lock", - "time": "2017-08-22T22:18:16+00:00" + "time": "2018-02-28T22:10:01+00:00" }, { "name": "sonata-project/block-bundle", - "version": "3.x-dev", + "version": "3.12.1", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataBlockBundle.git", - "reference": "033f4e12a0ab0ba70a126c89d18cb6d1d743842b" + "reference": "8196b71f73282c884f2176a1b90ba05cb6c99eaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/033f4e12a0ab0ba70a126c89d18cb6d1d743842b", - "reference": "033f4e12a0ab0ba70a126c89d18cb6d1d743842b", + "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/8196b71f73282c884f2176a1b90ba05cb6c99eaa", + "reference": "8196b71f73282c884f2176a1b90ba05cb6c99eaa", "shasum": "" }, "require": { "doctrine/common": "^2.3", - "php": "^5.3 || ^7.0", - "sonata-project/cache": "^1.0", + "php": "^5.6 || ^7.0", + "sonata-project/cache": "^1.0 || ^2.0", "sonata-project/core-bundle": "^3.4", - "symfony/form": "^2.3 || ^3.0", - "symfony/http-kernel": "^2.3 || ^3.0" + "symfony/asset": "^2.8 || ^3.2 || ^4.0", + "symfony/config": "^2.8 || ^3.2 || ^4.0", + "symfony/console": "^2.8 || ^3.2 || ^4.0", + "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0", + "symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0", + "symfony/form": "^2.8 || ^3.2 || ^4.0", + "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0", + "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0", + "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0", + "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0", + "symfony/templating": "^2.8 || ^3.2 || ^4.0", + "symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0", + "twig/twig": "^1.34 || ^2.0" }, "conflict": { "jms/di-extra-bundle": "<1.7.0" @@ -4456,9 +4548,10 @@ "require-dev": { "jms/di-extra-bundle": "^1.7", "knplabs/knp-menu-bundle": "^2.0", - "sllh/php-cs-fixer-styleci-bridge": "^2.0", "sonata-project/admin-bundle": "^3.22", - "symfony/phpunit-bridge": "^2.7 || ^3.0" + "symfony/debug": "^2.8 || ^3.2 || ^4.0", + "symfony/phpunit-bridge": "^4.0", + "symfony/stopwatch": "^2.8 || ^3.2 || ^4.0" }, "suggest": { "jms/di-extra-bundle": "Annotations for Block definition", @@ -4473,13 +4566,10 @@ }, "autoload": { "psr-4": { - "Sonata\\BlockBundle\\": "" + "Sonata\\BlockBundle\\": "src/" }, - "exclude-from-classmap": [ - "Tests/" - ], "files": [ - "Resources/stubs/symfony2.php" + "src/Resources/stubs/symfony2.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -4503,31 +4593,33 @@ "block", "sonata" ], - "time": "2017-09-04T10:56:51+00:00" + "time": "2018-03-12T10:03:52+00:00" }, { "name": "sonata-project/cache", - "version": "1.x-dev", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sonata-project/cache.git", - "reference": "adb8f3ec111b227437ffdfbbf1704212db64fcd6" + "reference": "2e2fdabf40bfe566c68406aae238a721cddabf74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/cache/zipball/adb8f3ec111b227437ffdfbbf1704212db64fcd6", - "reference": "adb8f3ec111b227437ffdfbbf1704212db64fcd6", + "url": "https://api.github.com/repos/sonata-project/cache/zipball/2e2fdabf40bfe566c68406aae238a721cddabf74", + "reference": "2e2fdabf40bfe566c68406aae238a721cddabf74", "shasum": "" }, + "require": { + "php": "^7.1", + "psr/log": "^1.0" + }, "require-dev": { - "doctrine/orm": "^2.2", - "doctrine/phpcr-odm": "^1.0", - "jackalope/jackalope-doctrine-dbal": "^1.0", - "php": "^5.3 || ^7.0", - "predis/predis": "^0.8", - "psr/log": "^1.0", - "sllh/php-cs-fixer-styleci-bridge": "^2.0", - "symfony/phpunit-bridge": "^2.7 || ^3.0" + "doctrine/orm": "^2.5", + "doctrine/phpcr-odm": "^1.4", + "jackalope/jackalope-doctrine-dbal": "^1.2", + "predis/predis": "^1.1", + "sllh/php-cs-fixer-styleci-bridge": "^2.1", + "symfony/phpunit-bridge": "^3.3" }, "suggest": { "doctrine/orm": "ORM support", @@ -4539,7 +4631,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -4556,6 +4648,10 @@ "name": "Thomas Rabaix", "email": "thomas.rabaix@gmail.com", "homepage": "https://sonata-project.org/" + }, + { + "name": "Sonata Community", + "homepage": "https://github.com/sonata-project/cache/contributors" } ], "description": "Cache library", @@ -4566,51 +4662,52 @@ "mongodb", "redis" ], - "time": "2017-09-11T00:15:04+00:00" + "time": "2017-12-08T09:22:44+00:00" }, { "name": "sonata-project/core-bundle", - "version": "3.x-dev", + "version": "3.9.1", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataCoreBundle.git", - "reference": "16c7611f7b67482d9fd34aca35dc253e710cd510" + "reference": "57f81fd5ec48d8260096959a8dfe9fc62a4ca836" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/16c7611f7b67482d9fd34aca35dc253e710cd510", - "reference": "16c7611f7b67482d9fd34aca35dc253e710cd510", + "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/57f81fd5ec48d8260096959a8dfe9fc62a4ca836", + "reference": "57f81fd5ec48d8260096959a8dfe9fc62a4ca836", "shasum": "" }, "require": { - "cocur/slugify": "^1.4 || ^2.0", - "php": "^5.3 || ^7.0", + "cocur/slugify": "^1.4 || ^2.0 || ^3.0", + "php": "^5.6 || ^7.0", "sonata-project/datagrid-bundle": "^2.0", - "symfony/config": "^2.3 || ^3.0", - "symfony/form": "^2.3.5 || ^3.0", - "symfony/framework-bundle": "^2.3 || ^3.0", - "symfony/http-foundation": "^2.3 || ^3.0", - "symfony/property-access": "^2.3 || ^3.0", - "symfony/security": "^2.3 || ^3.0", - "symfony/translation": "^2.3 || ^3.0", - "symfony/twig-bridge": "^2.3.5 || ^3.0", - "symfony/validator": "^2.3 || ^3.0", - "twig/extensions": "^1.0", - "twig/twig": "^1.23 || ^2.0" + "symfony/config": "^2.8 || ^3.2 || ^4.0", + "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0", + "symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0", + "symfony/form": "^2.8 || ^3.2 || ^4.0", + "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0", + "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0", + "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0", + "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0", + "symfony/property-access": "^2.8 || ^3.2 || ^4.0", + "symfony/security-csrf": "^2.8 || ^3.2 || ^4.0", + "symfony/translation": "^2.8 || ^3.2 || ^4.0", + "symfony/twig-bridge": "^2.8 || ^3.2 || ^4.0", + "symfony/validator": "^2.8 || ^3.2 || ^4.0", + "twig/extensions": "^1.5", + "twig/twig": "^1.34 || ^2.0" }, "require-dev": { "doctrine/orm": "^2.4", "doctrine/phpcr-odm": "^1.0", - "friendsofsymfony/rest-bundle": "^1.1 || ^2.0", "jackalope/jackalope-doctrine-dbal": "^1.0", - "jms/serializer-bundle": "0.11 - 0.13 || ^1.0", - "matthiasnoback/symfony-config-test": "^0.4 || ^1.0", - "matthiasnoback/symfony-dependency-injection-test": "^0.7", + "jms/serializer-bundle": "^1.0 || ^2.0", + "matthiasnoback/symfony-config-test": "^2.1", + "matthiasnoback/symfony-dependency-injection-test": "^1.1", "nelmio/api-doc-bundle": "^2.11", - "sensio/framework-extra-bundle": "^2.3 || ^3.0", - "sllh/php-cs-fixer-styleci-bridge": "^2.0", "sonata-project/exporter": "^1.3", - "symfony/phpunit-bridge": "^2.7" + "symfony/phpunit-bridge": "^4.0" }, "type": "symfony-bundle", "extra": { @@ -4620,11 +4717,8 @@ }, "autoload": { "psr-4": { - "Sonata\\CoreBundle\\": "" - }, - "exclude-from-classmap": [ - "Tests/" - ] + "Sonata\\CoreBundle\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4645,31 +4739,30 @@ "keywords": [ "sonata" ], - "time": "2017-09-10T11:11:33+00:00" + "time": "2018-02-23T16:42:24+00:00" }, { "name": "sonata-project/datagrid-bundle", - "version": "2.x-dev", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataDatagridBundle.git", - "reference": "66dcb36406ca6be91fb94b916f3f0a9fd5a6ebc1" + "reference": "4e53da7f3a027eee10f1f2bf37237b2b7cffaa71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/66dcb36406ca6be91fb94b916f3f0a9fd5a6ebc1", - "reference": "66dcb36406ca6be91fb94b916f3f0a9fd5a6ebc1", + "url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/4e53da7f3a027eee10f1f2bf37237b2b7cffaa71", + "reference": "4e53da7f3a027eee10f1f2bf37237b2b7cffaa71", "shasum": "" }, "require": { - "php": "^5.3 || ^7.0", - "symfony/dependency-injection": "^2.3 || ^3.0", - "symfony/form": "^2.3 || ^3.0" + "php": "^5.6 || ^7.0", + "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0", + "symfony/form": "^2.8 || ^3.2 || ^4.0" }, "require-dev": { "doctrine/orm": "^2.4", - "sllh/php-cs-fixer-styleci-bridge": "^2.0", - "symfony/phpunit-bridge": "^2.7 || ^3.0" + "symfony/phpunit-bridge": "^3.3" }, "type": "symfony-bundle", "extra": { @@ -4679,11 +4772,8 @@ }, "autoload": { "psr-4": { - "Sonata\\DatagridBundle\\": "" - }, - "exclude-from-classmap": [ - "Tests/" - ] + "Sonata\\DatagridBundle\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4706,39 +4796,40 @@ "datagrid", "sonata" ], - "time": "2017-08-30T05:28:46+00:00" + "time": "2017-12-12T17:04:29+00:00" }, { "name": "sonata-project/intl-bundle", - "version": "2.x-dev", + "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataIntlBundle.git", - "reference": "573cde3e2abdbe9787dddf34e65f6d3a3c4dae15" + "reference": "3e72711a6487b57c2c574d97bfc21e8f11112e3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataIntlBundle/zipball/573cde3e2abdbe9787dddf34e65f6d3a3c4dae15", - "reference": "573cde3e2abdbe9787dddf34e65f6d3a3c4dae15", + "url": "https://api.github.com/repos/sonata-project/SonataIntlBundle/zipball/3e72711a6487b57c2c574d97bfc21e8f11112e3c", + "reference": "3e72711a6487b57c2c574d97bfc21e8f11112e3c", "shasum": "" }, "require": { - "php": "^5.3 || ^7.0", - "symfony/dependency-injection": "^2.2 || ^3.0", - "symfony/http-kernel": "^2.2 || ^3.0", - "symfony/intl": "^2.3.21 || ^3.0", - "symfony/templating": "^2.2 || ^3.0", + "php": "^5.6 || ^7.0", + "symfony/config": "^2.8 || ^3.2 || ^4.0", + "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0", + "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0", + "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0", + "symfony/intl": "^2.8 || ^3.2 || ^4.0", + "symfony/templating": "^2.8 || ^3.2 || ^4.0", "twig/twig": "^1.12 || ^2.0" }, "conflict": { "sonata-project/user-bundle": "<2.0 || >=5.0" }, "require-dev": { - "matthiasnoback/symfony-dependency-injection-test": "^0.7.6 || ^1.0", - "sllh/php-cs-fixer-styleci-bridge": "^2.0", - "symfony/phpunit-bridge": "^2.7 || ^3.0", - "symfony/security": "^2.2 || ^3.0", - "symfony/security-acl": "^2.2 || ^3.0" + "matthiasnoback/symfony-dependency-injection-test": "^1.0", + "sonata-project/user-bundle": "^3.6 || ^4.0", + "symfony/phpunit-bridge": "^4.0", + "symfony/security-core": "^2.8 || ^3.2 || ^4.0" }, "suggest": { "sonata-project/user-bundle": "For user timezone detection" @@ -4751,11 +4842,8 @@ }, "autoload": { "psr-4": { - "Sonata\\IntlBundle\\": "" - }, - "exclude-from-classmap": [ - "Tests/" - ] + "Sonata\\IntlBundle\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4780,26 +4868,30 @@ "sonata", "time" ], - "time": "2017-08-26T02:15:09+00:00" + "time": "2018-05-05T18:00:36+00:00" }, { "name": "stof/doctrine-extensions-bundle", - "version": "dev-master", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git", - "reference": "f9e3854f90eb35ed2c28f0fc8a4c1ed6627d0a80" + "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/f9e3854f90eb35ed2c28f0fc8a4c1ed6627d0a80", - "reference": "f9e3854f90eb35ed2c28f0fc8a4c1ed6627d0a80", + "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c", + "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c", "shasum": "" }, "require": { - "gedmo/doctrine-extensions": "^2.3.1", + "gedmo/doctrine-extensions": "^2.3.4", "php": ">=5.3.2", - "symfony/framework-bundle": "~2.1|~3.0" + "symfony/framework-bundle": "~2.7|~3.2|~4.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.0", + "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0" }, "suggest": { "doctrine/doctrine-bundle": "to use the ORM extensions", @@ -4808,7 +4900,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { @@ -4841,20 +4933,20 @@ "translatable", "tree" ], - "time": "2017-01-13T18:32:32+00:00" + "time": "2017-12-24T16:06:50+00:00" }, { "name": "swiftmailer/swiftmailer", - "version": "dev-master", + "version": "v6.0.2", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "1a2f9df896c8bfa6e22e8e1a78cca637c6f70613" + "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/1a2f9df896c8bfa6e22e8e1a78cca637c6f70613", - "reference": "1a2f9df896c8bfa6e22e8e1a78cca637c6f70613", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc", + "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc", "shasum": "" }, "require": { @@ -4896,26 +4988,26 @@ "mail", "mailer" ], - "time": "2017-08-29T20:44:31+00:00" + "time": "2017-09-30T22:39:41+00:00" }, { "name": "sylius-labs/association-hydrator", - "version": "v1.0.0", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/SyliusLabs/AssociationHydrator.git", - "reference": "7301fd7aea6444f776af99a37902c8c78a0c64bc" + "reference": "8e63c70ccca4c2b2945e284c4e85348cb2afa176" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SyliusLabs/AssociationHydrator/zipball/7301fd7aea6444f776af99a37902c8c78a0c64bc", - "reference": "7301fd7aea6444f776af99a37902c8c78a0c64bc", + "url": "https://api.github.com/repos/SyliusLabs/AssociationHydrator/zipball/8e63c70ccca4c2b2945e284c4e85348cb2afa176", + "reference": "8e63c70ccca4c2b2945e284c4e85348cb2afa176", "shasum": "" }, "require": { "doctrine/orm": "^2.4", "php": "^7.1", - "symfony/property-access": "^3.0" + "symfony/property-access": "^3.4|^4.0" }, "type": "library", "autoload": { @@ -4935,20 +5027,20 @@ } ], "description": "Doctrine ORM hydration performance optimization made easier.", - "time": "2017-09-11T15:44:45+00:00" + "time": "2018-02-13T13:55:38+00:00" }, { "name": "sylius/sylius", - "version": "dev-master", + "version": "v1.0.6", "source": { "type": "git", "url": "https://github.com/Sylius/Sylius.git", - "reference": "243be3d8c50d1609cfbb8693036647b3d69cb773" + "reference": "c43d89d856014487d2d0fe061ab821e089724765" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Sylius/Sylius/zipball/243be3d8c50d1609cfbb8693036647b3d69cb773", - "reference": "243be3d8c50d1609cfbb8693036647b3d69cb773", + "url": "https://api.github.com/repos/Sylius/Sylius/zipball/c43d89d856014487d2d0fe061ab821e089724765", + "reference": "c43d89d856014487d2d0fe061ab821e089724765", "shasum": "" }, "require": { @@ -4970,6 +5062,7 @@ "jms/serializer-bundle": "^2.0", "knplabs/knp-gaufrette-bundle": "^0.3", "knplabs/knp-menu-bundle": "^2.1", + "league/uri": "^4.2.2", "liip/imagine-bundle": "^1.9.1", "ocramius/proxy-manager": "^2.1", "payum/payum": "^1.4", @@ -4977,6 +5070,7 @@ "php": "^7.1", "php-http/guzzle6-adapter": "^1.1", "polishsymfonycommunity/symfony-mocker-container": "^1.0", + "ramsey/uuid": "^3.7", "sensio/distribution-bundle": "^5.0.21", "sonata-project/block-bundle": "^3.3", "sonata-project/intl-bundle": "^2.2", @@ -4988,7 +5082,7 @@ "symfony/polyfill-intl-icu": "^1.3", "symfony/polyfill-mbstring": "^1.3", "symfony/swiftmailer-bundle": "^3.0", - "symfony/symfony": "^3.3.8", + "symfony/symfony": "^3.3.13", "twig/extensions": "^1.4", "twig/twig": "^2.0", "webmozart/assert": "^1.1", @@ -5063,9 +5157,9 @@ "pamil/prophecy-common": "^0.1", "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", - "se/selenium-server-standalone": "^2.52", "stripe/stripe-php": "^4.1", - "symplify/easy-coding-standard": "^2.3" + "sylius-labs/coding-standard": "^1.0", + "symplify/easy-coding-standard": "^2.4" }, "suggest": { "ext-iconv": "For better performance than using Symfony Polyfill Component", @@ -5117,20 +5211,20 @@ ], "description": "E-Commerce platform for PHP, based on Symfony framework.", "homepage": "http://sylius.org", - "time": "2017-09-12T19:37:42+00:00" + "time": "2017-12-22T20:11:30+00:00" }, { "name": "symfony/monolog-bundle", - "version": "dev-master", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", - "reference": "c9fb33a8446a05e676a07ced73bca67ef052c3ac" + "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/c9fb33a8446a05e676a07ced73bca67ef052c3ac", - "reference": "c9fb33a8446a05e676a07ced73bca67ef052c3ac", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8781649349fe418d51d194f8c9d212c0b97c40dd", + "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd", "shasum": "" }, "require": { @@ -5142,8 +5236,8 @@ "symfony/monolog-bridge": "~2.7|~3.0|~4.0" }, "require-dev": { - "phpunit/phpunit": "^4.8", "symfony/console": "~2.3|~3.0|~4.0", + "symfony/phpunit-bridge": "^3.3|^4.0", "symfony/yaml": "~2.3|~3.0|~4.0" }, "type": "symfony-bundle", @@ -5155,7 +5249,10 @@ "autoload": { "psr-4": { "Symfony\\Bundle\\MonologBundle\\": "" - } + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5177,20 +5274,20 @@ "log", "logging" ], - "time": "2017-05-18T08:23:53+00:00" + "time": "2018-03-05T14:51:36+00:00" }, { "name": "symfony/polyfill-apcu", - "version": "dev-master", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-apcu.git", - "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698" + "reference": "9b83bd010112ec196410849e840d9b9fefcb15ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/cec32398a973a9bfe9d2f94f4b5d5e186b40b698", - "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698", + "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/9b83bd010112ec196410849e840d9b9fefcb15ad", + "reference": "9b83bd010112ec196410849e840d9b9fefcb15ad", "shasum": "" }, "require": { @@ -5199,10 +5296,13 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.8-dev" } }, "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Apcu\\": "" + }, "files": [ "bootstrap.php" ] @@ -5230,20 +5330,75 @@ "portable", "shim" ], - "time": "2017-07-05T15:09:33+00:00" + "time": "2018-04-26T10:06:28+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", + "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + }, + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "time": "2018-04-30T19:57:29+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "dev-master", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "1ea0e08453819ecc7130e1fb0ee10862c2f33ed0" + "reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/1ea0e08453819ecc7130e1fb0ee10862c2f33ed0", - "reference": "1ea0e08453819ecc7130e1fb0ee10862c2f33ed0", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/7cb8436a814d5b0fcf292810ee26f8b0cb47584d", + "reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d", "shasum": "" }, "require": { @@ -5255,7 +5410,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -5289,20 +5444,20 @@ "portable", "shim" ], - "time": "2017-06-14T15:44:48+00:00" + "time": "2018-04-26T10:06:28+00:00" }, { "name": "symfony/polyfill-intl-icu", - "version": "dev-master", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09" + "reference": "80ee17ae83c10cd513e5144f91a73607a21edb4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09", - "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/80ee17ae83c10cd513e5144f91a73607a21edb4e", + "reference": "80ee17ae83c10cd513e5144f91a73607a21edb4e", "shasum": "" }, "require": { @@ -5315,7 +5470,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -5347,20 +5502,20 @@ "portable", "shim" ], - "time": "2017-06-14T15:44:48+00:00" + "time": "2018-04-25T14:53:50+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "dev-master", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803" + "reference": "3296adf6a6454a050679cde90f95350ad604b171" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803", - "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", + "reference": "3296adf6a6454a050679cde90f95350ad604b171", "shasum": "" }, "require": { @@ -5372,7 +5527,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -5406,20 +5561,20 @@ "portable", "shim" ], - "time": "2017-06-14T15:44:48+00:00" + "time": "2018-04-26T10:06:28+00:00" }, { "name": "symfony/polyfill-php56", - "version": "dev-master", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca" + "reference": "af98553c84912459db3f636329567809d639a8f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e85ebdef569b84e8709864e1a290c40f156b30ca", - "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/af98553c84912459db3f636329567809d639a8f6", + "reference": "af98553c84912459db3f636329567809d639a8f6", "shasum": "" }, "require": { @@ -5429,7 +5584,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -5462,20 +5617,20 @@ "portable", "shim" ], - "time": "2017-06-14T15:44:48+00:00" + "time": "2018-04-26T10:06:28+00:00" }, { "name": "symfony/polyfill-php70", - "version": "dev-master", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "b6482e68974486984f59449ecea1fbbb22ff840f" + "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/b6482e68974486984f59449ecea1fbbb22ff840f", - "reference": "b6482e68974486984f59449ecea1fbbb22ff840f", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6", + "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6", "shasum": "" }, "require": { @@ -5485,7 +5640,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -5521,20 +5676,20 @@ "portable", "shim" ], - "time": "2017-06-14T15:44:48+00:00" + "time": "2018-04-26T10:06:28+00:00" }, { "name": "symfony/polyfill-util", - "version": "dev-master", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", - "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d" + "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/67925d1cf0b84bd234a83bebf26d4eb281744c6d", - "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/1a5ad95d9436cbff3296034fe9f8d586dce3fb3a", + "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a", "shasum": "" }, "require": { @@ -5543,7 +5698,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -5573,34 +5728,34 @@ "polyfill", "shim" ], - "time": "2017-07-05T15:09:33+00:00" + "time": "2018-04-26T10:06:28+00:00" }, { "name": "symfony/swiftmailer-bundle", - "version": "dev-master", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/symfony/swiftmailer-bundle.git", - "reference": "d31de92759321649aec6670ca4e19179b0ec3af4" + "reference": "f1ba0552a9cd4df0191a58845fbd5541cf9eda2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/d31de92759321649aec6670ca4e19179b0ec3af4", - "reference": "d31de92759321649aec6670ca4e19179b0ec3af4", + "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/f1ba0552a9cd4df0191a58845fbd5541cf9eda2d", + "reference": "f1ba0552a9cd4df0191a58845fbd5541cf9eda2d", "shasum": "" }, "require": { "php": ">=7.0.0", "swiftmailer/swiftmailer": "^6.0.1", - "symfony/config": "~2.8|~3.0", - "symfony/dependency-injection": "~2.7|~3.0", - "symfony/http-kernel": "~2.7|~3.0" + "symfony/config": "~2.8|~3.3|~4.0", + "symfony/dependency-injection": "~2.7|~3.3|~4.0", + "symfony/http-kernel": "~2.7|~3.3|~4.0" }, "require-dev": { - "symfony/console": "~2.7|~3.0", - "symfony/framework-bundle": "~2.7|~3.0", - "symfony/phpunit-bridge": "~3.3@dev", - "symfony/yaml": "~2.7|~3.0" + "symfony/console": "~2.7|~3.3|~4.0", + "symfony/framework-bundle": "~2.7|~3.3|~4.0", + "symfony/phpunit-bridge": "~3.3|~4.0", + "symfony/yaml": "~2.7|~3.3|~4.0" }, "suggest": { "psr/log": "Allows logging" @@ -5608,13 +5763,16 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Bundle\\SwiftmailerBundle\\": "" - } + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5632,20 +5790,20 @@ ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com", - "time": "2017-09-10T19:31:30+00:00" + "time": "2018-04-03T16:29:41+00:00" }, { "name": "symfony/symfony", - "version": "3.4.x-dev", + "version": "v3.4.11", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", - "reference": "ade060e80e9857da664d3dafe8f13441c3316788" + "reference": "8eb567d8398ce31a402ea8db3e6b5b1faf121cbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/symfony/zipball/ade060e80e9857da664d3dafe8f13441c3316788", - "reference": "ade060e80e9857da664d3dafe8f13441c3316788", + "url": "https://api.github.com/repos/symfony/symfony/zipball/8eb567d8398ce31a402ea8db3e6b5b1faf121cbc", + "reference": "8eb567d8398ce31a402ea8db3e6b5b1faf121cbc", "shasum": "" }, "require": { @@ -5659,21 +5817,22 @@ "psr/log": "~1.0", "psr/simple-cache": "^1.0", "symfony/polyfill-apcu": "~1.1", + "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-icu": "~1.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php56": "~1.0", - "symfony/polyfill-php70": "~1.0", - "symfony/polyfill-util": "~1.0", - "twig/twig": "~1.34|~2.4" + "symfony/polyfill-php70": "~1.6", + "twig/twig": "^1.35|^2.4.4" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", - "phpdocumentor/type-resolver": "<0.2.0", + "phpdocumentor/type-resolver": "<0.2.1", "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "provide": { "psr/cache-implementation": "1.0", "psr/container-implementation": "1.0", + "psr/log-implementation": "1.0", "psr/simple-cache-implementation": "1.0" }, "replace": { @@ -5731,6 +5890,7 @@ }, "require-dev": { "cache/integration-tests": "dev-master", + "doctrine/annotations": "~1.0", "doctrine/cache": "~1.6", "doctrine/data-fixtures": "1.0.*", "doctrine/dbal": "~2.4", @@ -5741,7 +5901,7 @@ "ocramius/proxy-manager": "~0.4|~1.0|~2.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0", "predis/predis": "~1.0", - "symfony/phpunit-bridge": "~3.2", + "symfony/phpunit-bridge": "~3.4|~4.0", "symfony/security-acl": "~2.8|~3.0" }, "type": "library", @@ -5785,20 +5945,20 @@ "keywords": [ "framework" ], - "time": "2017-09-12T12:37:35+00:00" + "time": "2018-05-25T13:16:49+00:00" }, { "name": "twig/extensions", - "version": "dev-master", + "version": "v1.5.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig-extensions.git", - "reference": "2c2a90088f34be0b35c5c80ea55704a602c4fdb4" + "reference": "d188c76168b853481cc75879ea045bf93d718e9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/2c2a90088f34be0b35c5c80ea55704a602c4fdb4", - "reference": "2c2a90088f34be0b35c5c80ea55704a602c4fdb4", + "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c", + "reference": "d188c76168b853481cc75879ea045bf93d718e9c", "shasum": "" }, "require": { @@ -5841,20 +6001,20 @@ "i18n", "text" ], - "time": "2017-06-09T13:53:09+00:00" + "time": "2017-06-08T18:19:53+00:00" }, { "name": "twig/twig", - "version": "2.x-dev", + "version": "v2.4.8", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "103cae817d68b56ddcb50c051a6ed7980d746409" + "reference": "7b604c89da162034bdf4bb66310f358d313dd16d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/103cae817d68b56ddcb50c051a6ed7980d746409", - "reference": "103cae817d68b56ddcb50c051a6ed7980d746409", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/7b604c89da162034bdf4bb66310f358d313dd16d", + "reference": "7b604c89da162034bdf4bb66310f358d313dd16d", "shasum": "" }, "require": { @@ -5863,8 +6023,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": { @@ -5907,20 +6067,20 @@ "keywords": [ "templating" ], - "time": "2017-08-19T17:43:10+00:00" + "time": "2018-04-02T09:24:19+00:00" }, { "name": "webmozart/assert", - "version": "dev-master", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "4a8bf11547e139e77b651365113fc12850c43d9a" + "reference": "0df1908962e7a3071564e857d86874dad1ef204a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/4a8bf11547e139e77b651365113fc12850c43d9a", - "reference": "4a8bf11547e139e77b651365113fc12850c43d9a", + "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", + "reference": "0df1908962e7a3071564e857d86874dad1ef204a", "shasum": "" }, "require": { @@ -5957,31 +6117,32 @@ "check", "validate" ], - "time": "2016-11-23T20:04:41+00:00" + "time": "2018-01-29T19:49:41+00:00" }, { "name": "white-october/pagerfanta-bundle", - "version": "dev-master", + "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", - "reference": "8877a896ff5a3af7642a3c13be21e876f8e3a9eb" + "reference": "a4895420aace01cc2c78c22c501a9f464cf30961" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/8877a896ff5a3af7642a3c13be21e876f8e3a9eb", - "reference": "8877a896ff5a3af7642a3c13be21e876f8e3a9eb", + "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/a4895420aace01cc2c78c22c501a9f464cf30961", + "reference": "a4895420aace01cc2c78c22c501a9f464cf30961", "shasum": "" }, "require": { - "pagerfanta/pagerfanta": "1.0.*", - "symfony/framework-bundle": "~2.3|~3.0", - "symfony/property-access": "~2.3|~3.0", - "symfony/twig-bundle": "~2.3|~3.0" + "pagerfanta/pagerfanta": "^1.1.0|^2.0.0", + "php": ">=5.3", + "symfony/framework-bundle": "~2.3|~3.0|~4.0", + "symfony/property-access": "~2.3|~3.0|~4.0", + "symfony/twig-bundle": "~2.3|~3.0|~4.0" }, "require-dev": { - "phpunit/phpunit": "~3.7", - "symfony/symfony": "~2.3|~3.0" + "phpunit/phpunit": "~3.7|~4.0|^5.0", + "symfony/symfony": "~2.3|~3.0|~4.0" }, "type": "symfony-bundle", "extra": { @@ -5990,8 +6151,14 @@ } }, "autoload": { + "classmap": [ + "WhiteOctoberPagerfantaBundle.php" + ], "psr-4": { - "WhiteOctober\\PagerfantaBundle\\": "" + "WhiteOctober\\PagerfantaBundle\\DependencyInjection\\": "DependencyInjection", + "WhiteOctober\\PagerfantaBundle\\EventListener\\": "EventListener", + "WhiteOctober\\PagerfantaBundle\\Twig\\": "Twig", + "WhiteOctober\\PagerfantaBundle\\View\\": "View" } }, "notification-url": "https://packagist.org/downloads/", @@ -6009,20 +6176,20 @@ "page", "paging" ], - "time": "2017-08-24T08:29:58+00:00" + "time": "2018-05-21T08:36:13+00:00" }, { "name": "willdurand/hateoas", - "version": "dev-master", + "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/willdurand/Hateoas.git", - "reference": "3026defaedb461096dade1002d8dd2a743d78a2f" + "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/3026defaedb461096dade1002d8dd2a743d78a2f", - "reference": "3026defaedb461096dade1002d8dd2a743d78a2f", + "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5", + "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5", "shasum": "" }, "require": { @@ -6032,14 +6199,14 @@ "jms/serializer": "^1.7", "php": "^5.5|^7.0", "phpoption/phpoption": ">=1.1.0,<2.0-dev", - "symfony/expression-language": "~2.4 || ~3.0" + "symfony/expression-language": "~2.4 || ~3.0 || ~4.0" }, "require-dev": { "pagerfanta/pagerfanta": "~1.0", - "phpunit/phpunit": "~4.5", - "symfony/dependency-injection": "~2.4 || ~3.0", - "symfony/routing": "~2.4 || ~3.0", - "symfony/yaml": "~2.4 || ~3.0", + "phpunit/phpunit": "~5", + "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0", + "symfony/routing": "~2.4 || ~3.0 || ~4.0", + "symfony/yaml": "~2.4 || ~3.0 || ~4.0", "twig/twig": "~1.12" }, "suggest": { @@ -6050,7 +6217,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.11-dev" + "dev-master": "2.12-dev" } }, "autoload": { @@ -6068,42 +6235,43 @@ "email": "adrien.brault@gmail.com" }, { - "name": "William Durand", + "name": "William DURAND", "email": "william.durand1@gmail.com" } ], "description": "A PHP library to support implementing representations for HATEOAS REST web services", - "time": "2017-06-15T16:43:41+00:00" + "time": "2018-02-23T17:05:31+00:00" }, { "name": "willdurand/hateoas-bundle", - "version": "dev-master", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/willdurand/BazingaHateoasBundle.git", - "reference": "bf57a3e45a26937726f370933eec4d8a7062733c" + "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/bf57a3e45a26937726f370933eec4d8a7062733c", - "reference": "bf57a3e45a26937726f370933eec4d8a7062733c", + "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa", + "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa", "shasum": "" }, "require": { "jms/serializer-bundle": "~1.0 || ^2.0", - "php": ">5.4", - "symfony/framework-bundle": "~2.3 || ~3.0", + "php": ">5.4 |^7.0", + "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0", "willdurand/hateoas": "^2.10.0" }, "require-dev": { - "phpunit/phpunit": "~4.5", - "symfony/expression-language": "~2.4 || ~3.0", + "phpunit/phpunit": "~4.5 || ~5.0", + "symfony/expression-language": "~2.4 || ~3.0 || ~4.0", + "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0", "twig/twig": "~1.12" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -6117,7 +6285,7 @@ ], "authors": [ { - "name": "William Durand", + "name": "William DURAND", "email": "william.durand1@gmail.com" } ], @@ -6126,7 +6294,7 @@ "HATEOAS", "rest" ], - "time": "2017-06-07T17:54:37+00:00" + "time": "2018-01-27T13:03:07+00:00" }, { "name": "willdurand/jsonp-callback-validator", @@ -6170,16 +6338,16 @@ }, { "name": "willdurand/negotiation", - "version": "2.x-dev", + "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/willdurand/Negotiation.git", - "reference": "cf78c9ac47e8e1e141bf609c71e9e2c3a7780dcf" + "reference": "03436ededa67c6e83b9b12defac15384cb399dc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/cf78c9ac47e8e1e141bf609c71e9e2c3a7780dcf", - "reference": "cf78c9ac47e8e1e141bf609c71e9e2c3a7780dcf", + "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9", + "reference": "03436ededa67c6e83b9b12defac15384cb399dc9", "shasum": "" }, "require": { @@ -6218,27 +6386,27 @@ "header", "negotiation" ], - "time": "2017-08-04T15:54:30+00:00" + "time": "2017-05-14T17:21:12+00:00" }, { "name": "winzou/state-machine", - "version": "0.3.2", + "version": "0.3.3", "source": { "type": "git", "url": "https://github.com/winzou/state-machine.git", - "reference": "4ef48e7bba494514f36884a618a9b889eec3a5b0" + "reference": "37f03a316b9a461ed443906e158bab8d358542df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/winzou/state-machine/zipball/4ef48e7bba494514f36884a618a9b889eec3a5b0", - "reference": "4ef48e7bba494514f36884a618a9b889eec3a5b0", + "url": "https://api.github.com/repos/winzou/state-machine/zipball/37f03a316b9a461ed443906e158bab8d358542df", + "reference": "37f03a316b9a461ed443906e158bab8d358542df", "shasum": "" }, "require": { "php": ">=5.3.0", - "symfony/event-dispatcher": "~2.1|~3.0", - "symfony/expression-language": "~2.4|~3.0", - "symfony/property-access": "~2.1|~3.0" + "symfony/event-dispatcher": "~2.1|~3.0|~4.0", + "symfony/expression-language": "~2.4|~3.0|~4.0", + "symfony/property-access": "~2.1|~3.0|~4.0" }, "require-dev": { "phpspec/phpspec": "~2.0", @@ -6272,25 +6440,25 @@ "state", "statemachine" ], - "time": "2016-11-03T13:24:00+00:00" + "time": "2018-02-11T18:07:15+00:00" }, { "name": "winzou/state-machine-bundle", - "version": "v0.3.0", + "version": "v0.3.1", "source": { "type": "git", "url": "https://github.com/winzou/StateMachineBundle.git", - "reference": "ce9e0c50ecf6a257fe59ee5ad087710efd905f77" + "reference": "2a543dcaeb74b54b6c06884ef985bd4c5a57a240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/winzou/StateMachineBundle/zipball/ce9e0c50ecf6a257fe59ee5ad087710efd905f77", - "reference": "ce9e0c50ecf6a257fe59ee5ad087710efd905f77", + "url": "https://api.github.com/repos/winzou/StateMachineBundle/zipball/2a543dcaeb74b54b6c06884ef985bd4c5a57a240", + "reference": "2a543dcaeb74b54b6c06884ef985bd4c5a57a240", "shasum": "" }, "require": { "php": ">5.3.0", - "symfony/framework-bundle": "~2.1|~3.0", + "symfony/framework-bundle": "~2.1|~3.0|^4.0", "winzou/state-machine": "~0.3" }, "require-dev": { @@ -6318,20 +6486,20 @@ "statemachine", "symfony" ], - "time": "2016-10-28T03:32:52+00:00" + "time": "2018-02-12T10:55:50+00:00" }, { "name": "zendframework/zend-code", - "version": "dev-develop", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-code.git", - "reference": "02944646c109fa53b6b6ab8b5269bb080fcdf5b4" + "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-code/zipball/02944646c109fa53b6b6ab8b5269bb080fcdf5b4", - "reference": "02944646c109fa53b6b6ab8b5269bb080fcdf5b4", + "url": "https://api.github.com/repos/zendframework/zend-code/zipball/6b1059db5b368db769e4392c6cb6cc139e56640d", + "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d", "shasum": "" }, "require": { @@ -6371,20 +6539,20 @@ "code", "zf2" ], - "time": "2017-07-23T13:06:00+00:00" + "time": "2017-10-20T15:21:32+00:00" }, { "name": "zendframework/zend-eventmanager", - "version": "dev-develop", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-eventmanager.git", - "reference": "071016ade1deee5b8346ec9d8d48935437746c37" + "reference": "a5e2583a211f73604691586b8406ff7296a946dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/071016ade1deee5b8346ec9d8d48935437746c37", - "reference": "071016ade1deee5b8346ec9d8d48935437746c37", + "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd", + "reference": "a5e2583a211f73604691586b8406ff7296a946dd", "shasum": "" }, "require": { @@ -6393,7 +6561,7 @@ "require-dev": { "athletic/athletic": "^0.1", "container-interop/container-interop": "^1.1.0", - "phpunit/phpunit": "^6.0.7 || ^5.7.14", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-stdlib": "^2.7.3 || ^3.0" }, @@ -6425,30 +6593,30 @@ "events", "zf2" ], - "time": "2017-07-11T19:19:12+00:00" + "time": "2018-04-25T15:33:34+00:00" }, { "name": "zendframework/zend-hydrator", - "version": "dev-develop", + "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-hydrator.git", - "reference": "f23dbf7a295dcfe579da435b8793add2ec4133fc" + "reference": "bd48bc3bc046df007a94125f868dd1aa1b73a813" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/f23dbf7a295dcfe579da435b8793add2ec4133fc", - "reference": "f23dbf7a295dcfe579da435b8793add2ec4133fc", + "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/bd48bc3bc046df007a94125f868dd1aa1b73a813", + "reference": "bd48bc3bc046df007a94125f868dd1aa1b73a813", "shasum": "" }, "require": { - "php": "^7.0 || ^5.6", + "php": "^5.6 || ^7.0", "zendframework/zend-stdlib": "^3.0" }, "require-dev": { - "phpunit/phpunit": "^6.0.10 || ^5.7.17", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", "zendframework/zend-coding-standard": "~1.0.0", - "zendframework/zend-eventmanager": "^3.0", + "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", "zendframework/zend-filter": "^2.6", "zendframework/zend-inputfilter": "^2.6", "zendframework/zend-serializer": "^2.6.1", @@ -6463,10 +6631,10 @@ "type": "library", "extra": { "branch-alias": { - "dev-release-1.0": "1.0-dev", - "dev-release-1.1": "1.1-dev", - "dev-master": "2.2-dev", - "dev-develop": "2.3-dev" + "dev-release-1.0": "1.0.x-dev", + "dev-release-1.1": "1.1.x-dev", + "dev-master": "2.4.x-dev", + "dev-develop": "2.5.x-dev" }, "zf": { "component": "Zend\\Hydrator", @@ -6482,40 +6650,41 @@ "license": [ "BSD-3-Clause" ], - "homepage": "https://github.com/zendframework/zend-hydrator", + "description": "Serialize objects to arrays, and vice versa", "keywords": [ + "ZendFramework", "hydrator", - "zf2" + "zf" ], - "time": "2017-05-17T18:42:34+00:00" + "time": "2018-04-30T21:22:14+00:00" }, { "name": "zendframework/zend-stdlib", - "version": "dev-develop", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-stdlib.git", - "reference": "16818ed8ee2a92a503c43883dcb6263fe6283ee8" + "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/16818ed8ee2a92a503c43883dcb6263fe6283ee8", - "reference": "16818ed8ee2a92a503c43883dcb6263fe6283ee8", + "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cd164b4a18b5d1aeb69be2c26db035b5ed6925ae", + "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { - "athletic/athletic": "~0.1", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "^2.6.2" + "phpbench/phpbench": "^0.13", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", + "zendframework/zend-coding-standard": "~1.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev", - "dev-develop": "3.2-dev" + "dev-master": "3.2.x-dev", + "dev-develop": "3.3.x-dev" } }, "autoload": { @@ -6527,27 +6696,28 @@ "license": [ "BSD-3-Clause" ], - "homepage": "https://github.com/zendframework/zend-stdlib", + "description": "SPL extensions, array utilities, error handlers, and more", "keywords": [ + "ZendFramework", "stdlib", - "zf2" + "zf" ], - "time": "2016-09-13T14:40:02+00:00" + "time": "2018-04-30T13:50:40+00:00" } ], "packages-dev": [ { "name": "behat/behat", - "version": "v3.4.0", + "version": "v3.4.3", "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", - "reference": "7de1a2207735fe7e2c06373dea3fd64c27c367fc" + "reference": "d60b161bff1b95ec4bb80bb8cb210ccf890314c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/7de1a2207735fe7e2c06373dea3fd64c27c367fc", - "reference": "7de1a2207735fe7e2c06373dea3fd64c27c367fc", + "url": "https://api.github.com/repos/Behat/Behat/zipball/d60b161bff1b95ec4bb80bb8cb210ccf890314c2", + "reference": "d60b161bff1b95ec4bb80bb8cb210ccf890314c2", "shasum": "" }, "require": { @@ -6557,18 +6727,18 @@ "ext-mbstring": "*", "php": ">=5.3.3", "psr/container": "^1.0", - "symfony/class-loader": "~2.1||~3.0", - "symfony/config": "~2.3||~3.0", - "symfony/console": "~2.5||~3.0", - "symfony/dependency-injection": "~2.1||~3.0", - "symfony/event-dispatcher": "~2.1||~3.0", - "symfony/translation": "~2.3||~3.0", - "symfony/yaml": "~2.1||~3.0" + "symfony/class-loader": "~2.1||~3.0||~4.0", + "symfony/config": "~2.3||~3.0||~4.0", + "symfony/console": "~2.5||~3.0||~4.0", + "symfony/dependency-injection": "~2.1||~3.0||~4.0", + "symfony/event-dispatcher": "~2.1||~3.0||~4.0", + "symfony/translation": "~2.3||~3.0||~4.0", + "symfony/yaml": "~2.1||~3.0||~4.0" }, "require-dev": { "herrera-io/box": "~1.6.1", - "phpunit/phpunit": "~4.5", - "symfony/process": "~2.5|~3.0" + "phpunit/phpunit": "^4.8.36|^6.3", + "symfony/process": "~2.5|~3.0|~4.0" }, "suggest": { "behat/mink-extension": "for integration with Mink testing framework", @@ -6617,7 +6787,7 @@ "symfony", "testing" ], - "time": "2017-09-10T11:21:07+00:00" + "time": "2017-11-27T10:37:56+00:00" }, { "name": "behat/gherkin", @@ -6680,16 +6850,16 @@ }, { "name": "behat/mink", - "version": "dev-master", + "version": "v1.7.1", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", - "reference": "9ea1cebe3dc529ba3861d87c818f045362c40484" + "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/Mink/zipball/9ea1cebe3dc529ba3861d87c818f045362c40484", - "reference": "9ea1cebe3dc529ba3861d87c818f045362c40484", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9", + "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9", "shasum": "" }, "require": { @@ -6734,31 +6904,31 @@ "testing", "web" ], - "time": "2017-02-06T09:59:54+00:00" + "time": "2016-03-05T08:26:18+00:00" }, { "name": "behat/mink-browserkit-driver", - "version": "dev-master", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", - "reference": "1c9c8ad8838af33448d10baa57658b4cb55f23d6" + "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1c9c8ad8838af33448d10baa57658b4cb55f23d6", - "reference": "1c9c8ad8838af33448d10baa57658b4cb55f23d6", + "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb", + "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb", "shasum": "" }, "require": { "behat/mink": "^1.7.1@dev", "php": ">=5.3.6", - "symfony/browser-kit": "~2.3|~3.0", - "symfony/dom-crawler": "~2.3|~3.0" + "symfony/browser-kit": "~2.3|~3.0|~4.0", + "symfony/dom-crawler": "~2.3|~3.0|~4.0" }, "require-dev": { "mink/driver-testsuite": "dev-master", - "symfony/http-kernel": "~2.3|~3.0" + "symfony/http-kernel": "~2.3|~3.0|~4.0" }, "type": "mink-driver", "extra": { @@ -6790,31 +6960,31 @@ "browser", "testing" ], - "time": "2016-10-03T08:27:03+00:00" + "time": "2018-05-02T09:25:31+00:00" }, { "name": "behat/mink-extension", - "version": "v2.2", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/Behat/MinkExtension.git", - "reference": "5b4bda64ff456104564317e212c823e45cad9d59" + "reference": "80f7849ba53867181b7e412df9210e12fba50177" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59", - "reference": "5b4bda64ff456104564317e212c823e45cad9d59", + "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177", + "reference": "80f7849ba53867181b7e412df9210e12fba50177", "shasum": "" }, "require": { - "behat/behat": "~3.0,>=3.0.5", - "behat/mink": "~1.5", + "behat/behat": "^3.0.5", + "behat/mink": "^1.5", "php": ">=5.3.2", - "symfony/config": "~2.2|~3.0" + "symfony/config": "^2.7|^3.0|^4.0" }, "require-dev": { - "behat/mink-goutte-driver": "~1.1", - "phpspec/phpspec": "~2.0" + "behat/mink-goutte-driver": "^1.1", + "phpspec/phpspec": "^2.0" }, "type": "behat-extension", "extra": { @@ -6849,20 +7019,20 @@ "test", "web" ], - "time": "2016-02-15T07:55:18+00:00" + "time": "2018-02-06T15:36:30+00:00" }, { "name": "behat/mink-selenium2-driver", - "version": "dev-master", + "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/minkphp/MinkSelenium2Driver.git", - "reference": "46404b04c761feff4feab4d8d75957225e21a73c" + "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/46404b04c761feff4feab4d8d75957225e21a73c", - "reference": "46404b04c761feff4feab4d8d75957225e21a73c", + "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288", + "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288", "shasum": "" }, "require": { @@ -6871,7 +7041,7 @@ "php": ">=5.3.1" }, "require-dev": { - "mink/driver-testsuite": "dev-master" + "symfony/phpunit-bridge": "~2.7" }, "type": "mink-driver", "extra": { @@ -6910,7 +7080,7 @@ "testing", "webdriver" ], - "time": "2017-07-10T06:23:49+00:00" + "time": "2016-03-05T09:10:18+00:00" }, { "name": "container-interop/container-interop", @@ -7221,7 +7391,7 @@ }, { "name": "instaclick/php-webdriver", - "version": "dev-master", + "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", @@ -7340,37 +7510,43 @@ }, { "name": "myclabs/deep-copy", - "version": "1.x-dev", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" + "reference": "478465659fd987669df0bd8a9bf22a8710e5f1b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102", - "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/478465659fd987669df0bd8a9bf22a8710e5f1b6", + "reference": "478465659fd987669df0bd8a9bf22a8710e5f1b6", "shasum": "" }, "require": { - "php": ">=5.4.0" + "php": "^7.1" + }, + "replace": { + "myclabs/deep-copy": "self.version" }, "require-dev": { - "doctrine/collections": "1.*", - "phpunit/phpunit": "~4.1" + "doctrine/collections": "^1.0", + "doctrine/common": "^2.6", + "phpunit/phpunit": "^7.1" }, "type": "library", "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" - } + }, + "files": [ + "src/DeepCopy/deep_copy.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Create deep copies (clones) of your objects", - "homepage": "https://github.com/myclabs/DeepCopy", "keywords": [ "clone", "copy", @@ -7378,11 +7554,11 @@ "object", "object graph" ], - "time": "2017-04-12T18:52:22+00:00" + "time": "2018-05-29T17:25:09+00:00" }, { "name": "phpdocumentor/reflection-common", - "version": "dev-master", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", @@ -7436,29 +7612,35 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "4.1.1", + "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2" + "reference": "94fd0001232e47129dd3504189fa1c7225010d08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2", - "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", + "reference": "94fd0001232e47129dd3504189fa1c7225010d08", "shasum": "" }, "require": { "php": "^7.0", - "phpdocumentor/reflection-common": "^1.0@dev", + "phpdocumentor/reflection-common": "^1.0.0", "phpdocumentor/type-resolver": "^0.4.0", "webmozart/assert": "^1.0" }, "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^4.4" + "doctrine/instantiator": "~1.0.5", + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^6.4" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + } + }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ @@ -7477,7 +7659,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2017-08-30T18:51:59+00:00" + "time": "2017-11-30T07:14:17+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -7566,16 +7748,16 @@ }, { "name": "phpspec/phpspec", - "version": "3.4.x-dev", + "version": "3.4.3", "source": { "type": "git", "url": "https://github.com/phpspec/phpspec.git", - "reference": "86ce3cd0ce3f6ec7fc88255a7490be428d164628" + "reference": "8e72ed3576f6e26baebb2c214a8dba344508e3bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/phpspec/zipball/86ce3cd0ce3f6ec7fc88255a7490be428d164628", - "reference": "86ce3cd0ce3f6ec7fc88255a7490be428d164628", + "url": "https://api.github.com/repos/phpspec/phpspec/zipball/8e72ed3576f6e26baebb2c214a8dba344508e3bd", + "reference": "8e72ed3576f6e26baebb2c214a8dba344508e3bd", "shasum": "" }, "require": { @@ -7644,32 +7826,32 @@ "testing", "tests" ], - "time": "2017-08-17T18:52:02+00:00" + "time": "2017-12-06T09:12:11+00:00" }, { "name": "phpspec/prophecy", - "version": "dev-master", + "version": "1.7.6", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6" + "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", - "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", + "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", - "sebastian/comparator": "^1.1|^2.0", + "sebastian/comparator": "^1.1|^2.0|^3.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, "require-dev": { "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8 || ^5.6.5" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" }, "type": "library", "extra": { @@ -7707,11 +7889,11 @@ "spy", "stub" ], - "time": "2017-09-04T11:05:03+00:00" + "time": "2018-04-18T13:57:24+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "4.0.x-dev", + "version": "4.0.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", @@ -7774,16 +7956,16 @@ }, { "name": "phpunit/php-file-iterator", - "version": "dev-master", + "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "shasum": "" }, "require": { @@ -7817,7 +7999,7 @@ "filesystem", "iterator" ], - "time": "2016-10-03T07:40:28+00:00" + "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", @@ -7862,16 +8044,16 @@ }, { "name": "phpunit/php-timer", - "version": "dev-master", + "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "d107f347d368dd8a384601398280c7c608390ab7" + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/d107f347d368dd8a384601398280c7c608390ab7", - "reference": "d107f347d368dd8a384601398280c7c608390ab7", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "shasum": "" }, "require": { @@ -7907,20 +8089,20 @@ "keywords": [ "timer" ], - "time": "2017-03-07T15:42:04+00:00" + "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", - "version": "dev-master", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0" + "reference": "791198a2c6254db10131eecfe8c06670700904db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0", - "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", + "reference": "791198a2c6254db10131eecfe8c06670700904db", "shasum": "" }, "require": { @@ -7956,20 +8138,20 @@ "keywords": [ "tokenizer" ], - "time": "2017-08-20T05:47:52+00:00" + "time": "2017-11-27T05:48:46+00:00" }, { "name": "phpunit/phpunit", - "version": "5.7.x-dev", + "version": "5.7.27", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "4eba3374803c6c0903145e8940844e6f1d665c07" + "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4eba3374803c6c0903145e8940844e6f1d665c07", - "reference": "4eba3374803c6c0903145e8940844e6f1d665c07", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", + "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", "shasum": "" }, "require": { @@ -7993,8 +8175,8 @@ "sebastian/global-state": "^1.1", "sebastian/object-enumerator": "~2.0", "sebastian/resource-operations": "~1.0", - "sebastian/version": "~1.0.3|~2.0", - "symfony/yaml": "~2.1|~3.0" + "sebastian/version": "^1.0.6|^2.0.1", + "symfony/yaml": "~2.1|~3.0|~4.0" }, "conflict": { "phpdocumentor/reflection-docblock": "3.0.2" @@ -8038,11 +8220,11 @@ "testing", "xunit" ], - "time": "2017-09-01T08:38:37+00:00" + "time": "2018-02-01T05:50:59+00:00" }, { "name": "phpunit/phpunit-mock-objects", - "version": "3.4.x-dev", + "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", @@ -8140,16 +8322,16 @@ }, { "name": "sebastian/code-unit-reverse-lookup", - "version": "dev-master", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "3488be0a7b346cd6e5361510ed07e88f9bea2e88" + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/3488be0a7b346cd6e5361510ed07e88f9bea2e88", - "reference": "3488be0a7b346cd6e5361510ed07e88f9bea2e88", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "shasum": "" }, "require": { @@ -8181,20 +8363,20 @@ ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "time": "2017-03-04T10:23:55+00:00" + "time": "2017-03-04T06:30:41+00:00" }, { "name": "sebastian/comparator", - "version": "1.2.x-dev", + "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "18a5d97c25f408f48acaf6d1b9f4079314c5996a" + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/18a5d97c25f408f48acaf6d1b9f4079314c5996a", - "reference": "18a5d97c25f408f48acaf6d1b9f4079314c5996a", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "shasum": "" }, "require": { @@ -8245,11 +8427,11 @@ "compare", "equality" ], - "time": "2017-03-07T10:34:43+00:00" + "time": "2017-01-29T09:50:25+00:00" }, { "name": "sebastian/diff", - "version": "1.4.x-dev", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", @@ -8301,7 +8483,7 @@ }, { "name": "sebastian/environment", - "version": "2.0.x-dev", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", @@ -8351,25 +8533,25 @@ }, { "name": "sebastian/exporter", - "version": "2.0.x-dev", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "5e8e30670c3f36481e75211dbbcfd029a41ebf07" + "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/5e8e30670c3f36481e75211dbbcfd029a41ebf07", - "reference": "5e8e30670c3f36481e75211dbbcfd029a41ebf07", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", + "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0", - "sebastian/recursion-context": "^2.0" + "php": ">=5.3.3", + "sebastian/recursion-context": "~2.0" }, "require-dev": { "ext-mbstring": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { @@ -8414,27 +8596,27 @@ "export", "exporter" ], - "time": "2017-03-07T10:36:49+00:00" + "time": "2016-11-19T08:54:04+00:00" }, { "name": "sebastian/global-state", - "version": "1.1.x-dev", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "cea85a84b00f2795341ebbbca4fa396347f2494e" + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/cea85a84b00f2795341ebbbca4fa396347f2494e", - "reference": "cea85a84b00f2795341ebbbca4fa396347f2494e", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { - "phpunit/phpunit": "~4.2|~5.0" + "phpunit/phpunit": "~4.2" }, "suggest": { "ext-uopz": "*" @@ -8465,28 +8647,28 @@ "keywords": [ "global state" ], - "time": "2017-02-23T14:11:06+00:00" + "time": "2015-10-12T03:26:01+00:00" }, { "name": "sebastian/object-enumerator", - "version": "2.0.x-dev", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "c956fe7a68318639f694fc6bba0c89b7cdf1b08c" + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/c956fe7a68318639f694fc6bba0c89b7cdf1b08c", - "reference": "c956fe7a68318639f694fc6bba0c89b7cdf1b08c", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0", - "sebastian/recursion-context": "^2.0" + "php": ">=5.6", + "sebastian/recursion-context": "~2.0" }, "require-dev": { - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "~5" }, "type": "library", "extra": { @@ -8511,20 +8693,20 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-03-07T10:37:45+00:00" + "time": "2017-02-18T15:18:39+00:00" }, { "name": "sebastian/recursion-context", - "version": "2.0.x-dev", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "7e4d7c56f6e65d215f71ad913a5256e5439aca1c" + "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/7e4d7c56f6e65d215f71ad913a5256e5439aca1c", - "reference": "7e4d7c56f6e65d215f71ad913a5256e5439aca1c", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", + "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", "shasum": "" }, "require": { @@ -8564,20 +8746,20 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2017-03-08T08:21:15+00:00" + "time": "2016-11-19T07:33:16+00:00" }, { "name": "sebastian/resource-operations", - "version": "dev-master", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "fadc83f7c41fb2924e542635fea47ae546816ece" + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/fadc83f7c41fb2924e542635fea47ae546816ece", - "reference": "fadc83f7c41fb2924e542635fea47ae546816ece", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "shasum": "" }, "require": { @@ -8606,11 +8788,11 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2016-10-03T07:43:09+00:00" + "time": "2015-07-28T20:34:47+00:00" }, { "name": "sebastian/version", - "version": "dev-master", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", @@ -8653,9 +8835,9 @@ } ], "aliases": [], - "minimum-stability": "dev", + "minimum-stability": "stable", "stability-flags": { - "bitbag/shipping-export-plugin": 20 + "sylius/sylius": 5 }, "prefer-stable": false, "prefer-lowest": false, diff --git a/features/exporting_shipping_data_to_api_dhl24.feature b/features/exporting_shipping_data_to_api_dhl24.feature index cc2a850..1d9f367 100644 --- a/features/exporting_shipping_data_to_api_dhl24.feature +++ b/features/exporting_shipping_data_to_api_dhl24.feature @@ -45,18 +45,3 @@ Feature: Managing shipping gateway Scenario: Seeing shipments to export When I go to the shipping export page Then I should see 5 shipments with "New" state - - @ui - Scenario: Exporting all new shipments - When I go to the shipping export page - And I export all new shipments to dhl api - Then I should be notified that the shipment has been exported - And all 5 shipments should have "Exported" state - - @ui - Scenario: Exporting single shipment - When I go to the shipping export page - And I export first shipment to dhl api - Then I should be notified that the shipment has been exported - And 1 shipments should have "Exported" state - And 4 shipments should have "New" state \ No newline at end of file diff --git a/src/Api/SoapClient.php b/src/Api/SoapClient.php index 0076680..e2d7932 100644 --- a/src/Api/SoapClient.php +++ b/src/Api/SoapClient.php @@ -11,4 +11,4 @@ public function createShipment(array $requestData, $wsdl) return $soapClient->createShipment($requestData); } -} \ No newline at end of file +} diff --git a/src/spec/EventListener/ShippingExportEventListenerSpec.php b/src/spec/EventListener/ShippingExportEventListenerSpec.php index 759894c..384b587 100644 --- a/src/spec/EventListener/ShippingExportEventListenerSpec.php +++ b/src/spec/EventListener/ShippingExportEventListenerSpec.php @@ -58,9 +58,8 @@ function it_export_shipment $shippingExport->getShipment()->willReturn($shipment); $exportShipmentEvent->getShippingExport()->willReturn($shippingExport); - $exportShipmentEvent->addErrorFlash()->willReturn(); - $exportShipmentEvent->addSuccessFlash()->willReturn(); - $exportShipmentEvent->exportShipment()->willReturn(); + $exportShipmentEvent->addSuccessFlash()->shouldBeCalled(); + $exportShipmentEvent->exportShipment()->shouldBeCalled(); $exportShipmentEvent->saveShippingLabel('', 'pdf')->shouldBeCalled(); $shippingExport->getShippingGateway()->willReturn($shippingGateway); diff --git a/tests/Behat/Mocker/DHLApiMocker.php b/tests/Behat/Mocker/DHLApiMocker.php index 57ebaed..4ab9e4e 100644 --- a/tests/Behat/Mocker/DHLApiMocker.php +++ b/tests/Behat/Mocker/DHLApiMocker.php @@ -64,4 +64,4 @@ private function mockApiSuccessfulDHLResponse() ->andReturn($createShipmentResult) ; } -} \ No newline at end of file +}