diff --git a/composer.lock b/composer.lock index dcd9d0c9361..80ff4542fed 100644 --- a/composer.lock +++ b/composer.lock @@ -207,16 +207,16 @@ }, { "name": "glpi-project/inventory_format", - "version": "1.1.5", + "version": "1.1.14", "source": { "type": "git", "url": "https://github.com/glpi-project/inventory_format.git", - "reference": "e7381708033bfc287d9fdadc0c74df63642dca2d" + "reference": "85fc39f3bf64fec3e9f10d40d9090933de778c92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/glpi-project/inventory_format/zipball/e7381708033bfc287d9fdadc0c74df63642dca2d", - "reference": "e7381708033bfc287d9fdadc0c74df63642dca2d", + "url": "https://api.github.com/repos/glpi-project/inventory_format/zipball/85fc39f3bf64fec3e9f10d40d9090933de778c92", + "reference": "85fc39f3bf64fec3e9f10d40d9090933de778c92", "shasum": "" }, "require": { @@ -265,7 +265,7 @@ "issues": "https://github.com/glpi-project/inventory_format/issues", "source": "https://github.com/glpi-project/inventory_format" }, - "time": "2021-07-29T06:40:15+00:00" + "time": "2022-04-07T08:47:23+00:00" }, { "name": "guzzlehttp/guzzle", @@ -3384,23 +3384,24 @@ }, { "name": "seld/jsonlint", - "version": "1.8.3", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57" + "reference": "4211420d25eba80712bff236a98960ef68b866b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57", - "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7", + "reference": "4211420d25eba80712bff236a98960ef68b866b7", "shasum": "" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "phpstan/phpstan": "^1.5", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13" }, "bin": [ "bin/jsonlint" @@ -3431,7 +3432,7 @@ ], "support": { "issues": "https://github.com/Seldaek/jsonlint/issues", - "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3" + "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0" }, "funding": [ { @@ -3443,7 +3444,7 @@ "type": "tidelift" } ], - "time": "2020-11-11T09:19:24+00:00" + "time": "2022-04-01T13:37:23+00:00" }, { "name": "setasign/fpdi", @@ -3590,16 +3591,16 @@ }, { "name": "swaggest/json-diff", - "version": "v3.8.1", + "version": "v3.8.3", "source": { "type": "git", "url": "https://github.com/swaggest/json-diff.git", - "reference": "d2184358c5ef5ecaa1f6b4c2bce175fac2d25670" + "reference": "bb3e3b4e9d842bb2e48f31ea568d0459968d1d42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swaggest/json-diff/zipball/d2184358c5ef5ecaa1f6b4c2bce175fac2d25670", - "reference": "d2184358c5ef5ecaa1f6b4c2bce175fac2d25670", + "url": "https://api.github.com/repos/swaggest/json-diff/zipball/bb3e3b4e9d842bb2e48f31ea568d0459968d1d42", + "reference": "bb3e3b4e9d842bb2e48f31ea568d0459968d1d42", "shasum": "" }, "require": { @@ -3627,34 +3628,36 @@ "description": "JSON diff/rearrange/patch/pointer library for PHP", "support": { "issues": "https://github.com/swaggest/json-diff/issues", - "source": "https://github.com/swaggest/json-diff/tree/v3.8.1" + "source": "https://github.com/swaggest/json-diff/tree/v3.8.3" }, - "time": "2020-09-25T17:47:07+00:00" + "time": "2021-09-25T22:09:03+00:00" }, { "name": "swaggest/json-schema", - "version": "v0.12.32", + "version": "v0.12.39", "source": { "type": "git", "url": "https://github.com/swaggest/php-json-schema.git", - "reference": "f92567a1f4fcb0296758b471654171acfdb6031b" + "reference": "193ba39cce1ffa2d55ddd5445315e945a63298a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swaggest/php-json-schema/zipball/f92567a1f4fcb0296758b471654171acfdb6031b", - "reference": "f92567a1f4fcb0296758b471654171acfdb6031b", + "url": "https://api.github.com/repos/swaggest/php-json-schema/zipball/193ba39cce1ffa2d55ddd5445315e945a63298a2", + "reference": "193ba39cce1ffa2d55ddd5445315e945a63298a2", "shasum": "" }, "require": { "ext-json": "*", - "ext-mbstring": "*", "php": ">=5.4", "phplang/scope-exit": "^1.0", - "swaggest/json-diff": "^3.5.1" + "swaggest/json-diff": "^3.8.2", + "symfony/polyfill-mbstring": "^1.19" }, "require-dev": { - "phpunit/php-code-coverage": "^4", - "phpunit/phpunit": "^5" + "phpunit/phpunit": "^4.8.23" + }, + "suggest": { + "ext-mbstring": "For better performance" }, "type": "library", "autoload": { @@ -3676,9 +3679,9 @@ "support": { "email": "vearutop@gmail.com", "issues": "https://github.com/swaggest/php-json-schema/issues", - "source": "https://github.com/swaggest/php-json-schema/tree/v0.12.32" + "source": "https://github.com/swaggest/php-json-schema/tree/v0.12.39" }, - "time": "2021-05-12T14:36:39+00:00" + "time": "2021-10-15T18:12:27+00:00" }, { "name": "symfony/cache", @@ -4089,21 +4092,24 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.23.1", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-mbstring": "*" + }, "suggest": { "ext-mbstring": "For best performance" }, @@ -4118,12 +4124,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4149,7 +4155,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" }, "funding": [ { @@ -4165,7 +4171,7 @@ "type": "tidelift" } ], - "time": "2021-05-27T12:26:48+00:00" + "time": "2021-11-30T18:21:41+00:00" }, { "name": "symfony/polyfill-php73", @@ -6591,5 +6597,5 @@ "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.3.0" }