From 80c62ee4e37ec8186afeddb4d3233d935b3edeeb Mon Sep 17 00:00:00 2001 From: Cerys Date: Sun, 9 Jun 2024 15:18:32 +0100 Subject: [PATCH] updated the name of the package --- composer.json | 2 +- composer.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 783481f..6c70a3f 100755 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "darksparrow/deegraph-php", + "name": "darksparrow/deegraph-interactions", "description": "Deegraph Interactions Wrapper", "type": "library", "license": "MPL-2.0", diff --git a/composer.lock b/composer.lock index 63efa75..6a7b100 100755 --- 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": "50a1b1c6fce1e9a0010b700a3f1f5662", + "content-hash": "3d6321108144d3ba1724942dde6f3a84", "packages": [ { "name": "doctrine/instantiator", @@ -641,12 +641,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "bfe55ab9f51514c30870772e70d825eb160508bf" + "reference": "feb499300d9595ea4587e7448ea990263bc47c10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bfe55ab9f51514c30870772e70d825eb160508bf", - "reference": "bfe55ab9f51514c30870772e70d825eb160508bf", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/feb499300d9595ea4587e7448ea990263bc47c10", + "reference": "feb499300d9595ea4587e7448ea990263bc47c10", "shasum": "" }, "require": { @@ -736,7 +736,7 @@ "type": "tidelift" } ], - "time": "2024-06-03T05:41:34+00:00" + "time": "2024-06-07T04:40:16+00:00" }, { "name": "sebastian/cli-parser",