diff --git a/composer.json b/composer.json index cb5b22f..7a83494 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,13 +17,13 @@ "autoload": { "psr-4": { "Google\\Authenticator\\": "src/", - "Sonata\\GoogleAuthenticator\\": "src/" + "CaboLabs\\GoogleAuthenticator\\": "src/" } }, "autoload-dev": { "psr-4": { "Google\\Authenticator\\Tests\\": "tests/", - "Sonata\\GoogleAuthenticator\\Tests\\": "tests/" + "CaboLabs\\GoogleAuthenticator\\Tests\\": "tests/" } }, "config": {