From 4ac86c434ef183d43f15837fb2047990830b26be Mon Sep 17 00:00:00 2001 From: James Collins Date: Sat, 6 May 2023 18:17:07 +1000 Subject: [PATCH] added phpdotenv --- composer.json | 3 ++- composer.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 469f869..c7d788d 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ "owen-it/laravel-auditing": "^13.0", "php-ffmpeg/php-ffmpeg": "^1.1", "sunspikes/clamav-validator": "*", - "thiagoalessio/tesseract_ocr": "^2.12" + "thiagoalessio/tesseract_ocr": "^2.12", + "vlucas/phpdotenv": "^5.5" }, "require-dev": { "fakerphp/faker": "^1.9.1", diff --git a/composer.lock b/composer.lock index 5ea4d98..c947daa 100644 --- 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": "9156e3b9b4d443b3432f1f303cc2fe97", + "content-hash": "2291e0007023eeb8da8dd35672430454", "packages": [ { "name": "aws/aws-crt-php",