From 06a38cdb8baa2b79658ed32d3e44603ff7d61a14 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Fri, 28 Nov 2025 12:35:17 +0100 Subject: [PATCH] initial (no-deps) --- composer.lock | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 composer.lock diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..e01e6da --- /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": "8926729398323edc36be01cce2c4ef5b", + "packages": [], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": {}, + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=8.2" + }, + "platform-dev": {}, + "plugin-api-version": "2.9.0" +}