From 239777cc552e6c25cf1de358dde2b07175856218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 00:59:50 +0000 Subject: [PATCH] deps(deps): bump phpnomad/datastore from 1.0.0 to 2.0.2 Bumps [phpnomad/datastore](https://github.com/phpnomad/datastore) from 1.0.0 to 2.0.2. - [Release notes](https://github.com/phpnomad/datastore/releases) - [Commits](https://github.com/phpnomad/datastore/compare/1.0.0...2.0.2) --- updated-dependencies: - dependency-name: phpnomad/datastore dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 12ebc38..a7c18d2 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpnomad/core": "^1.0", "phpnomad/symfony-event-dispatcher-integration": "^1.0", "phpnomad/json-config-integration": "^1.0", - "phpnomad/datastore": "^1.0", + "phpnomad/datastore": "^2.0", "phpnomad/fastroute-rest-integration": "^1.0", "phpnomad/symfony-cache-integration": "^1.0", "phpnomad/twig-integration": "^1.0", diff --git a/composer.lock b/composer.lock index 8920979..6d630ff 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": "14d247d0dcc3375ce3f34c3870634d72", + "content-hash": "a8ba0bc9d1b4714e0164fecf06056edf", "packages": [ { "name": "filp/whoops", @@ -350,20 +350,20 @@ }, { "name": "phpnomad/datastore", - "version": "1.0.0", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/phpnomad/datastore.git", - "reference": "6bf7919e0849fd4d514d3659a917df65388a6b05" + "reference": "af603fb6cfc5cbf7e531083ca842a5309ee4c194" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpnomad/datastore/zipball/6bf7919e0849fd4d514d3659a917df65388a6b05", - "reference": "6bf7919e0849fd4d514d3659a917df65388a6b05", + "url": "https://api.github.com/repos/phpnomad/datastore/zipball/af603fb6cfc5cbf7e531083ca842a5309ee4c194", + "reference": "af603fb6cfc5cbf7e531083ca842a5309ee4c194", "shasum": "" }, "require-dev": { - "phpnomad/tests": "^0.1.0" + "phpnomad/tests": "^0.1.0 || ^0.3.0" }, "type": "library", "autoload": { @@ -384,9 +384,9 @@ "homepage": "https://github.com/phpnomad/core", "support": { "issues": "https://github.com/phpnomad/datastore/issues", - "source": "https://github.com/phpnomad/datastore/tree/1.0.0" + "source": "https://github.com/phpnomad/datastore/tree/2.0.2" }, - "time": "2024-12-18T17:06:26+00:00" + "time": "2025-03-26T17:17:49+00:00" }, { "name": "phpnomad/di",