From 30d598a6e907e276a310073df0d3ea1274b6bdee Mon Sep 17 00:00:00 2001 From: Kofi Ramos Date: Thu, 2 May 2024 10:44:47 +0000 Subject: [PATCH] Support Strata 0.6 (#2) Co-authored-by: Kofi Ramos <> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cb16a85..874ab8b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ ], "require": { "php": "^8.0", - "astrogoat/strata": "^0.3.0|^0.4.0|^0.5.0", + "astrogoat/strata": "^0.3.0|^0.4.0|^0.5.0|^0.6.0", "spatie/laravel-package-tools": "^1.4.3", "illuminate/contracts": "^8.37 || ^9.9|^10.0" },