diff --git a/composer.json b/composer.json index 96f0d57e..842a6323 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.8.1", "symfony/filesystem": "^4.4.0", - "vimeo/psalm": "^3.8.3" + "vimeo/psalm": "^3.8.4" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index 8ac7b32f..9f2e1cd6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d354954bc4d7cf90b8fd000a568fc23f", + "content-hash": "b35b203ccc44d89331c67afdf2d344ac", "packages": [ { "name": "composer/semver", @@ -523,16 +523,16 @@ }, { "name": "symfony/console", - "version": "v4.4.2", + "version": "v4.4.4", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0" + "reference": "f512001679f37e6a042b51897ed24a2f05eba656" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/82437719dab1e6bdd28726af14cb345c2ec816d0", - "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0", + "url": "https://api.github.com/repos/symfony/console/zipball/f512001679f37e6a042b51897ed24a2f05eba656", + "reference": "f512001679f37e6a042b51897ed24a2f05eba656", "shasum": "" }, "require": { @@ -595,7 +595,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-12-17T10:32:23+00:00" + "time": "2020-01-25T12:44:29+00:00" }, { "name": "symfony/event-dispatcher", @@ -1405,16 +1405,16 @@ }, { "name": "amphp/byte-stream", - "version": "v1.7.1", + "version": "v1.7.2", "source": { "type": "git", "url": "https://github.com/amphp/byte-stream.git", - "reference": "9d8205686a004948475dc43f8a88d2fa5e75a113" + "reference": "1e52f1752b2e20e2a7e464476ef887a2388e3832" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/byte-stream/zipball/9d8205686a004948475dc43f8a88d2fa5e75a113", - "reference": "9d8205686a004948475dc43f8a88d2fa5e75a113", + "url": "https://api.github.com/repos/amphp/byte-stream/zipball/1e52f1752b2e20e2a7e464476ef887a2388e3832", + "reference": "1e52f1752b2e20e2a7e464476ef887a2388e3832", "shasum": "" }, "require": { @@ -1460,7 +1460,7 @@ "non-blocking", "stream" ], - "time": "2019-10-27T14:33:41+00:00" + "time": "2020-01-29T18:22:23+00:00" }, { "name": "composer/ca-bundle", @@ -4584,21 +4584,22 @@ }, { "name": "vimeo/psalm", - "version": "3.8.3", + "version": "3.8.4", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "389af1bfc739bfdff3f9e3dc7bd6499aee51a831" + "reference": "c2972dd759aa98561b75a5d68acfc4b634152464" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/389af1bfc739bfdff3f9e3dc7bd6499aee51a831", - "reference": "389af1bfc739bfdff3f9e3dc7bd6499aee51a831", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/c2972dd759aa98561b75a5d68acfc4b634152464", + "reference": "c2972dd759aa98561b75a5d68acfc4b634152464", "shasum": "" }, "require": { "amphp/amp": "^2.1", "amphp/byte-stream": "^1.5", + "composer/semver": "^1.4", "composer/xdebug-handler": "^1.1", "ext-dom": "*", "ext-json": "*", @@ -4611,8 +4612,8 @@ "nikic/php-parser": "^4.3", "ocramius/package-versions": "^1.2", "openlss/lib-array2xml": "^1.0", - "php": "^7.1.3", - "sebastian/diff": "^3.0", + "php": "^7.1.3|^8", + "sebastian/diff": "^3.0 || ^4.0", "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0", "webmozart/glob": "^4.1", "webmozart/path-util": "^2.3" @@ -4625,7 +4626,7 @@ "ext-curl": "*", "phpmyadmin/sql-parser": "^5.0", "phpspec/prophecy": ">=1.9.0", - "phpunit/phpunit": "^7.5 || ^8.0", + "phpunit/phpunit": "^7.5.16 || ^8.0", "psalm/plugin-phpunit": "^0.6", "slevomat/coding-standard": "^5.0", "squizlabs/php_codesniffer": "^3.5", @@ -4674,7 +4675,7 @@ "inspection", "php" ], - "time": "2020-01-15T03:46:19+00:00" + "time": "2020-02-07T15:56:31+00:00" }, { "name": "webmozart/assert",