diff options
| author | Sam Light <sam@lightscale.co.uk> | 2025-03-30 18:30:18 +0100 | 
|---|---|---|
| committer | Sam Light <samlight1994@gmail.com> | 2025-03-30 18:30:18 +0100 | 
| commit | 16eb432518eb68442994309dbd240c95950668f6 (patch) | |
| tree | 6cb4e01ce028ba2a3c90f156af4ec4279a51f128 | |
| parent | b54e688f1c429511e3f81cc82b64f1fe358f033c (diff) | |
Composer.lock
| -rw-r--r-- | composer.lock | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..5ffae59 --- /dev/null +++ b/composer.lock @@ -0,0 +1,18 @@ +{ +    "_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": "6bcf35e3c3a42e9df794c768ea2edfcc", +    "packages": [], +    "packages-dev": [], +    "aliases": [], +    "minimum-stability": "stable", +    "stability-flags": {}, +    "prefer-stable": false, +    "prefer-lowest": false, +    "platform": {}, +    "platform-dev": {}, +    "plugin-api-version": "2.6.0" +} | 
