From 68d0e8298fde88ac13f6b7d283a327930cd07d5d Mon Sep 17 00:00:00 2001 From: ildyria Date: Wed, 7 Aug 2024 19:54:44 +0200 Subject: [PATCH] add safe --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cef0c0b..c2b13b4 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,8 @@ "license": "MIT", "require": { "php": "^8.2", - "illuminate/contracts": "^10.0||^11.0" + "illuminate/contracts": "^10.0||^11.0", + "thecodingmachine/safe": "^2.5" }, "require-dev": { "nunomaduro/collision": "^8.3", @@ -62,4 +63,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}