diff --git a/composer.json b/composer.json index 9887f80..7d5833c 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "php": ">=7.3", - "hybridauth/hybridauth" : "~3.0" + "elquchiri/core-module" : "~1.0" }, "autoload": { "files": [ diff --git a/etc/module.xml b/etc/module.xml index 96448a4..32e6eff 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -23,9 +23,10 @@ ~ SOFTWARE. --> - + + diff --git a/registration.php b/registration.php index 859e46a..766bd60 100644 --- a/registration.php +++ b/registration.php @@ -1,7 +1,26 @@