diff --git a/composer.lock b/composer.lock index 1f0392c9f20..488f133fcea 100644 --- a/composer.lock +++ b/composer.lock @@ -549,26 +549,27 @@ }, { "name": "glpi-project/inventory_format", - "version": "1.1.28", + "version": "1.1.30", "source": { "type": "git", "url": "https://github.com/glpi-project/inventory_format.git", - "reference": "6d51c5099b5614016bf366254f64f6f1d7b9f018" + "reference": "7f691aa38eb5c890506e47bcf5ce46a0a896e6b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/glpi-project/inventory_format/zipball/6d51c5099b5614016bf366254f64f6f1d7b9f018", - "reference": "6d51c5099b5614016bf366254f64f6f1d7b9f018", + "url": "https://api.github.com/repos/glpi-project/inventory_format/zipball/7f691aa38eb5c890506e47bcf5ce46a0a896e6b0", + "reference": "7f691aa38eb5c890506e47bcf5ce46a0a896e6b0", "shasum": "" }, "require": { - "seld/jsonlint": "^1.7", - "swaggest/json-schema": "^0.12.31", + "php": ">=7.4", + "seld/jsonlint": "^1.9", + "swaggest/json-schema": "^0.12.41", "symfony/polyfill-php81": "^1.26" }, "require-dev": { - "atoum/atoum": "^4.0", - "squizlabs/php_codesniffer": "^3.5" + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "^3.7" }, "bin": [ "bin/convert", @@ -579,7 +580,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -608,7 +609,7 @@ "issues": "https://github.com/glpi-project/inventory_format/issues", "source": "https://github.com/glpi-project/inventory_format" }, - "time": "2023-02-23T11:07:58+00:00" + "time": "2023-03-30T12:02:37+00:00" }, { "name": "guzzlehttp/guzzle",