From d6258617c3b76a3c19c1822f221a0414c13f69bd Mon Sep 17 00:00:00 2001 From: ruthbri Date: Tue, 28 Apr 2026 07:10:01 -0300 Subject: [PATCH 1/2] update composer json #1 Co-authored-by: Copilot --- composer.json | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index cb5b22f..3d69b3a 100644 --- a/composer.json +++ b/composer.json @@ -1,27 +1,12 @@ { - "name": "sonata-project/google-authenticator", + "name": "cabolabs/google-authenticator", "description": "Library to integrate Google Authenticator into a PHP project", "license": "MIT", "type": "library", - "abandoned": true, "keywords": [ "google authenticator" ], - "authors": [ - { - "name": "Thomas Rabaix", - "email": "thomas.rabaix@gmail.com" - }, - { - "name": "Christian Stocker", - "email": "me@chregu.tv" - }, - { - "name": "Andre DeMarre", - "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989" - } - ], - "homepage": "https://github.com/sonata-project/GoogleAuthenticator", + "homepage": "https://github.com/CaboLabs/GoogleAuthenticator/", "require": { "php": "^7.3 || ^8.0" }, @@ -32,7 +17,7 @@ "autoload": { "psr-4": { "Google\\Authenticator\\": "src/", - "Sonata\\GoogleAuthenticator\\": "src/" + "CaboLabs\\GoogleAuthenticator\\": "src/" } }, "autoload-dev": { From 2e06b7085a715e16771ec8e5cc3e671c691a3592 Mon Sep 17 00:00:00 2001 From: ruthbri Date: Tue, 28 Apr 2026 07:12:06 -0300 Subject: [PATCH 2/2] update composer json #1 Co-authored-by: Copilot --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d69b3a..7a83494 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "autoload-dev": { "psr-4": { "Google\\Authenticator\\Tests\\": "tests/", - "Sonata\\GoogleAuthenticator\\Tests\\": "tests/" + "CaboLabs\\GoogleAuthenticator\\Tests\\": "tests/" } }, "config": {