From 671cc1ce503eb27a8f1c8ff4a29f1c76c99d4071 Mon Sep 17 00:00:00 2001 From: Cerys Date: Wed, 8 May 2024 01:08:26 +0100 Subject: [PATCH] created the composer json and lock files --- composer.json | 20 ++++++++++++++++++++ composer.lock | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 composer.json create mode 100644 composer.lock diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..8d66c26 --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "name": "darksparrow/deegraph-php", + "description": "Deegraph Interactions Wrapper", + "type": "library", + "license": "Mozilla Public License Version 2.0", + "authors": [ + { + "name": "Cerys Lewis", + "email": "cerys@darksparrow.uk", + "homepage": "https://ceryslewis.dev", + "role": "Lead Developer" + } + ], + "support": { + "email": "cerys@darksparrow.uk" + }, + "require": { + "php": ">=8.1" + } +} diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..af972ba --- /dev/null +++ b/composer.lock @@ -0,0 +1,20 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "023300fef7b855f6db1c05b88104e2db", + "packages": [], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=8.1" + }, + "platform-dev": [], + "plugin-api-version": "2.6.0" +}