From b7f888043c54e171e5b8948f19553a1cef484fa0 Mon Sep 17 00:00:00 2001 From: Ilan Moatty <65910094+ilan-moatty@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:36:05 +0200 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a58feaf..5658025 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "illuminate/translation": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "loco/loco": "dev-master" + "loco/loco": "^1.0|^2.0" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.0"