From 986f2f10c7d0a06af5528b59c2495b9e46644df5 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Thu, 18 Sep 2025 11:10:07 -0500 Subject: [PATCH] Update `composer.json` configuration Updates composer configuration files. This pull request changes the following file(s): - Update `composer.json` - Update `composer.lock` Signed-off-by: Nathanael Esayeas --- composer.json | 6 +++--- composer.lock | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5765039..48e2ab3 100644 --- a/composer.json +++ b/composer.json @@ -46,9 +46,9 @@ "ghostwriter/filesystem": "~0.1.1", "ghostwriter/json": "~3.0.0", "ghostwriter/shell": "~0.1.0", - "laravel/framework": "^12.30.0", - "livewire/livewire": "^3.6.4", - "nikic/php-parser": "^5.6.1" + "laravel/framework": "~12.30.0", + "livewire/livewire": "~3.6.4", + "nikic/php-parser": "~5.6.1" }, "require-dev": { "ext-xdebug": "*", diff --git a/composer.lock b/composer.lock index 3d8ab47..53c723e 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": "3d77125db6166cf674e547f73e819c62", + "content-hash": "84178b37cf0f8418943243c89797b943", "packages": [ { "name": "brick/math",