From 6ab268b3ca29aa7e40009858ba40cb3bab575687 Mon Sep 17 00:00:00 2001 From: Daniel Perez Date: Mon, 23 Oct 2023 19:48:29 +0100 Subject: [PATCH] Change class name --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3dcea20..5b4db43 100644 --- a/composer.json +++ b/composer.json @@ -62,5 +62,7 @@ "test": "Run all tests.", "check-style": "Run style checks (only dry run - no fixing!).", "fix-style": "Run style checks and fix violations." - } + }, + "minimum-stability": "dev", + "prefer-stable": true }