From b644d8e671e53f003ada7d17fcdcf932e0e52e74 Mon Sep 17 00:00:00 2001 From: Eric Fortmeyer Date: Mon, 3 Jul 2023 20:36:24 -0500 Subject: [PATCH] refactor: upgrade dependencies --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index c7cb1fe..4aa0573 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "require": { "php": ">=8.1", - "phpolar/phpolar-storage": "^1.2" + "phpolar/storage": "^2.0" }, "license": "MIT", "scripts": { diff --git a/composer.lock b/composer.lock index d36ce89..40b75f5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4648bb3e3673a004e329983415a52958", + "content-hash": "7c90a19810858c7979e52dfa79fa36e8", "packages": [ { - "name": "phpolar/phpolar-storage", - "version": "1.2.2", + "name": "phpolar/storage", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/phpolar/phpolar-storage.git", - "reference": "a8153f72960a0612a51e9b68311beafc4ca3231d" + "url": "https://github.com/phpolar/storage.git", + "reference": "d0228659574396f9bd2e3a257f17e000c4a67ef3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpolar/phpolar-storage/zipball/a8153f72960a0612a51e9b68311beafc4ca3231d", - "reference": "a8153f72960a0612a51e9b68311beafc4ca3231d", + "url": "https://api.github.com/repos/phpolar/storage/zipball/d0228659574396f9bd2e3a257f17e000c4a67ef3", + "reference": "d0228659574396f9bd2e3a257f17e000c4a67ef3", "shasum": "" }, "require": { @@ -45,10 +45,10 @@ ], "description": "A convenient tool to speed up the creation of data storage for application development.", "support": { - "issues": "https://github.com/phpolar/phpolar-storage/issues", - "source": "https://github.com/phpolar/phpolar-storage/tree/1.2.2" + "issues": "https://github.com/phpolar/storage/issues", + "source": "https://github.com/phpolar/storage/tree/2.0.0" }, - "time": "2023-05-06T02:59:56+00:00" + "time": "2023-07-04T01:25:06+00:00" } ], "packages-dev": [