From cd09137b1bcbfb8e3bd42a757b8a517dab64f0fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 21:56:57 +0000 Subject: [PATCH] build(deps): bump glpi-project/inventory_format from 1.1.28 to 1.1.30 Bumps [glpi-project/inventory_format](https://github.com/glpi-project/inventory_format) from 1.1.28 to 1.1.30. - [Release notes](https://github.com/glpi-project/inventory_format/releases) - [Changelog](https://github.com/glpi-project/inventory_format/blob/master/CHANGELOG.md) - [Commits](https://github.com/glpi-project/inventory_format/compare/1.1.28...1.1.30) --- updated-dependencies: - dependency-name: glpi-project/inventory_format dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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",