From b0293012a4aa8c9158bfa782d39e1f3ab9f5cc02 Mon Sep 17 00:00:00 2001 From: Sergio Valenzuela <378318+permanuno@users.noreply.github.com> Date: Sat, 10 Aug 2024 14:51:48 -0700 Subject: [PATCH] test: change name in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 90a612f1c..97d5475e9 100755 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "friendsofsymfony1/symfony1", + "name": "lexpress/symfony1", "description": "Fork of symfony 1.4 with dic, form enhancements, latest swiftmailer and better performance", "type": "library", "license": "MIT",