diff --git a/composer.json b/composer.json index f45fb85..599cfe1 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "anam/captcha", + "name": "turanzamanli/captcha", "description": "reCAPTCHA and invisible reCAPTCHA for Laravel. reCAPTCHA protects your app against spam and bot.", "keywords": [ "Laravel Captcha", @@ -11,12 +11,12 @@ "Captcha" ], "type": "library", - "homepage": "https://github.com/anam-hossain/captcha", + "homepage": "https://github.com/turanzamanli/captcha", "license": "MIT", "authors": [ { - "name": "Anam Hossain", - "email": "enam33@gmail.com" + "name": "Turan Zamanli", + "email": "turanzamanli@gmail.com" } ], "require": { @@ -25,12 +25,12 @@ }, "autoload": { "psr-4": { - "Anam\\Captcha\\" : "src/" + "Turanzamanli\\Captcha\\" : "src/" } }, "autoload-dev": { "psr-4": { - "Anam\\Captcha\\Tests\\": "tests/" + "Turanzamanli\\Captcha\\Tests\\": "tests/" } }, "require-dev": { @@ -41,10 +41,10 @@ "extra": { "laravel": { "providers": [ - "Anam\\Captcha\\ServiceProvider\\CaptchaServiceProvider" + "Turanzamanli\\Captcha\\ServiceProvider\\CaptchaServiceProvider" ], "aliases": { - "Captcha": "Anam\\Captcha\\Facade\\Captcha" + "Captcha": "Turanzamanli\\Captcha\\Facade\\Captcha" } } } diff --git a/src/ServiceProvider/CaptchaServiceProvider.php b/src/ServiceProvider/CaptchaServiceProvider.php index fb93e23..3dc1687 100644 --- a/src/ServiceProvider/CaptchaServiceProvider.php +++ b/src/ServiceProvider/CaptchaServiceProvider.php @@ -35,7 +35,7 @@ public function boot() $siteKey = $this->loadSiteKey($siteKey); - return "". + return "". "
"; }); @@ -43,7 +43,7 @@ public function boot() $siteKey = $this->loadSiteKey($siteKey); - return "". + return "". "