From ac15336a9b70b5eaa814cc2e7cf261b7865c14ba Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Wed, 31 Jan 2018 22:30:57 +0700 Subject: [PATCH] Updated dependencies. --- composer.lock | 194 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 124 insertions(+), 70 deletions(-) diff --git a/composer.lock b/composer.lock index d2fbec70..1048f470 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "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": "571ba3f8a83017133209828cc85f31af", + "content-hash": "68c69d9aed8a6c9ef73856c6ddc9ab23", "packages": [ { "name": "behat/gherkin", @@ -120,7 +120,7 @@ }, { "name": "bower-asset/admin-lte", - "version": "2.3.11.0", + "version": "v2.3.11", "source": { "type": "git", "url": "https://github.com/almasaeed2010/AdminLTE.git", @@ -132,11 +132,14 @@ "reference": "2be703222af2edcb87e562d3da2299e4352bff8a", "shasum": null }, - "type": "library" + "type": "bower-asset", + "license": [ + "MIT" + ] }, { "name": "bower-asset/eve-raphael", - "version": "0.5.0.0", + "version": "v0.5.0", "source": { "type": "git", "url": "https://github.com/tomasAlabes/eve.git", @@ -148,11 +151,14 @@ "reference": "93132d5d47a0ce31dbd1b75208b1d4c0e2ad81e8", "shasum": null }, - "type": "library" + "type": "bower-asset", + "license": [ + "MIT" + ] }, { "name": "bower-asset/font-awesome", - "version": "4.7.0.0", + "version": "v4.7.0", "source": { "type": "git", "url": "https://github.com/FortAwesome/Font-Awesome.git", @@ -164,11 +170,16 @@ "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687", "shasum": null }, - "type": "library" + "type": "bower-asset", + "license": [ + "OFL-1.1", + "MIT", + "CC-BY-3.0" + ] }, { "name": "bower-asset/ionicons", - "version": "2.0.1.0", + "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/ionic-team/ionicons.git", @@ -180,11 +191,14 @@ "reference": "ecb4b806831005c25b97ed9089fbb1d7dcc0879c", "shasum": null }, - "type": "library" + "type": "bower-asset", + "license": [ + "MIT" + ] }, { "name": "bower-asset/raphael", - "version": "2.2.7.0", + "version": "v2.2.7", "source": { "type": "git", "url": "https://github.com/DmitryBaranovskiy/raphael.git", @@ -199,24 +213,28 @@ "require": { "bower-asset/eve-raphael": "0.5.0" }, - "type": "library" + "type": "bower-asset", + "license": [ + "MIT" + ] }, { "name": "codeception/codeception", - "version": "2.3.7", + "version": "2.3.8", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "151de88277878adc18784ef3eaddd87f4a2fdc14" + "reference": "43eade17a8cd68e9cde401e8585b09d11d41b12d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/151de88277878adc18784ef3eaddd87f4a2fdc14", - "reference": "151de88277878adc18784ef3eaddd87f4a2fdc14", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/43eade17a8cd68e9cde401e8585b09d11d41b12d", + "reference": "43eade17a8cd68e9cde401e8585b09d11d41b12d", "shasum": "" }, "require": { "behat/gherkin": "~4.4.0", + "codeception/stub": "^1.0", "ext-json": "*", "ext-mbstring": "*", "facebook/webdriver": ">=1.1.3 <2.0", @@ -225,7 +243,6 @@ "php": ">=5.4.0 <8.0", "phpunit/php-code-coverage": ">=2.2.4 <6.0", "phpunit/phpunit": ">=4.8.28 <5.0.0 || >=5.6.3 <7.0", - "phpunit/phpunit-mock-objects": ">2.3 <5.0", "sebastian/comparator": ">1.1 <3.0", "sebastian/diff": ">=1.4 <3.0", "symfony/browser-kit": ">=2.7 <5.0", @@ -240,8 +257,6 @@ "codeception/specify": "~0.3", "facebook/graph-sdk": "~5.3", "flow/jsonpath": "~0.2", - "league/factory-muffin": "^3.0", - "league/factory-muffin-faker": "^1.0", "monolog/monolog": "~1.8", "pda/pheanstalk": "~3.0", "php-amqplib/php-amqplib": "~2.4", @@ -295,7 +310,40 @@ "functional testing", "unit testing" ], - "time": "2017-12-12T04:22:17+00:00" + "time": "2018-01-27T22:47:33+00:00" + }, + { + "name": "codeception/stub", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/Codeception/Stub.git", + "reference": "673ea54cdd7141e0a5138ad78aaa60751912f573" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Codeception/Stub/zipball/673ea54cdd7141e0a5138ad78aaa60751912f573", + "reference": "673ea54cdd7141e0a5138ad78aaa60751912f573", + "shasum": "" + }, + "require": { + "phpunit/phpunit-mock-objects": "^2.3|^3.0|^4.0|^5.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Codeception\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Flexible Stub wrapper for PHPUnit's Mock Builder", + "time": "2018-01-27T00:37:17+00:00" }, { "name": "composer/ca-bundle", @@ -909,16 +957,16 @@ }, { "name": "nikic/php-parser", - "version": "v3.1.3", + "version": "v3.1.4", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda" + "reference": "e57b3a09784f846411aa7ed664eedb73e3399078" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda", - "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e57b3a09784f846411aa7ed664eedb73e3399078", + "reference": "e57b3a09784f846411aa7ed664eedb73e3399078", "shasum": "" }, "require": { @@ -956,29 +1004,35 @@ "parser", "php" ], - "time": "2017-12-26T14:43:21+00:00" + "time": "2018-01-25T21:31:33+00:00" }, { "name": "npm-asset/codemirror", - "version": "5.23.0.0", + "version": "5.23.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/codemirror/-/codemirror-5.23.0.tgz", "reference": null, "shasum": null }, - "type": "library" + "type": "npm-asset", + "license": [ + "MIT" + ] }, { "name": "npm-asset/sprintf-js", - "version": "1.0.3.0", + "version": "1.0.3", "dist": { "type": "tar", "url": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "reference": null, "shasum": null }, - "type": "library" + "type": "npm-asset", + "license": [ + "BSD-3-Clause" + ] }, { "name": "pda/pheanstalk", @@ -2717,16 +2771,16 @@ }, { "name": "swiftmailer/swiftmailer", - "version": "v5.4.8", + "version": "v5.4.9", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517" + "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517", - "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91", + "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91", "shasum": "" }, "require": { @@ -2761,17 +2815,17 @@ } ], "description": "Swiftmailer, free feature-rich PHP mailer", - "homepage": "http://swiftmailer.org", + "homepage": "https://swiftmailer.symfony.com", "keywords": [ "email", "mail", "mailer" ], - "time": "2017-05-01T15:54:03+00:00" + "time": "2018-01-23T07:37:21+00:00" }, { "name": "symfony/browser-kit", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", @@ -2828,16 +2882,16 @@ }, { "name": "symfony/config", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "cfd5c972f7b4992a5df41673d25d980ab077aa5b" + "reference": "72689b934d6c6ecf73eca874e98933bf055313c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/cfd5c972f7b4992a5df41673d25d980ab077aa5b", - "reference": "cfd5c972f7b4992a5df41673d25d980ab077aa5b", + "url": "https://api.github.com/repos/symfony/config/zipball/72689b934d6c6ecf73eca874e98933bf055313c9", + "reference": "72689b934d6c6ecf73eca874e98933bf055313c9", "shasum": "" }, "require": { @@ -2886,20 +2940,20 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:37:34+00:00" + "time": "2018-01-21T19:05:02+00:00" }, { "name": "symfony/console", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "8394c8ef121949e8f858f13bc1e34f05169e4e7d" + "reference": "26b6f419edda16c19775211987651cb27baea7f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/8394c8ef121949e8f858f13bc1e34f05169e4e7d", - "reference": "8394c8ef121949e8f858f13bc1e34f05169e4e7d", + "url": "https://api.github.com/repos/symfony/console/zipball/26b6f419edda16c19775211987651cb27baea7f1", + "reference": "26b6f419edda16c19775211987651cb27baea7f1", "shasum": "" }, "require": { @@ -2955,11 +3009,11 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:37:34+00:00" + "time": "2018-01-29T09:03:43+00:00" }, { "name": "symfony/css-selector", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -3012,16 +3066,16 @@ }, { "name": "symfony/debug", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "603b95dda8b00020e4e6e60dc906e7b715b1c245" + "reference": "53f6af2805daf52a43b393b93d2f24925d35c937" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/603b95dda8b00020e4e6e60dc906e7b715b1c245", - "reference": "603b95dda8b00020e4e6e60dc906e7b715b1c245", + "url": "https://api.github.com/repos/symfony/debug/zipball/53f6af2805daf52a43b393b93d2f24925d35c937", + "reference": "53f6af2805daf52a43b393b93d2f24925d35c937", "shasum": "" }, "require": { @@ -3064,20 +3118,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2018-01-03T17:14:19+00:00" + "time": "2018-01-18T22:16:57+00:00" }, { "name": "symfony/dependency-injection", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "35f957ca171a431710966bec6e2f8636d3b019c4" + "reference": "4b2717ee2499390e371e1fc7abaf886c1c83e83d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/35f957ca171a431710966bec6e2f8636d3b019c4", - "reference": "35f957ca171a431710966bec6e2f8636d3b019c4", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4b2717ee2499390e371e1fc7abaf886c1c83e83d", + "reference": "4b2717ee2499390e371e1fc7abaf886c1c83e83d", "shasum": "" }, "require": { @@ -3135,11 +3189,11 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2018-01-04T15:56:45+00:00" + "time": "2018-01-29T09:16:57+00:00" }, { "name": "symfony/dom-crawler", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", @@ -3195,7 +3249,7 @@ }, { "name": "symfony/event-dispatcher", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -3258,7 +3312,7 @@ }, { "name": "symfony/filesystem", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", @@ -3307,7 +3361,7 @@ }, { "name": "symfony/finder", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -3415,16 +3469,16 @@ }, { "name": "symfony/process", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "ff69f110c6b33fd33cd2089ba97d6112f44ef0ba" + "reference": "09a5172057be8fc677840e591b17f385e58c7c0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/ff69f110c6b33fd33cd2089ba97d6112f44ef0ba", - "reference": "ff69f110c6b33fd33cd2089ba97d6112f44ef0ba", + "url": "https://api.github.com/repos/symfony/process/zipball/09a5172057be8fc677840e591b17f385e58c7c0d", + "reference": "09a5172057be8fc677840e591b17f385e58c7c0d", "shasum": "" }, "require": { @@ -3460,20 +3514,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:37:34+00:00" + "time": "2018-01-29T09:03:43+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "25c192f25721a74084272671f658797d9e0e0146" + "reference": "eab73b6c21d27ae4cd037c417618dfd4befb0bfe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/25c192f25721a74084272671f658797d9e0e0146", - "reference": "25c192f25721a74084272671f658797d9e0e0146", + "url": "https://api.github.com/repos/symfony/yaml/zipball/eab73b6c21d27ae4cd037c417618dfd4befb0bfe", + "reference": "eab73b6c21d27ae4cd037c417618dfd4befb0bfe", "shasum": "" }, "require": { @@ -3518,7 +3572,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:37:34+00:00" + "time": "2018-01-21T19:05:02+00:00" }, { "name": "theseer/fdomdocument",