Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex P committed Sep 12, 2016
1 parent 2a473c8 commit 5113b5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# phpstorm project files
.idea
2 changes: 1 addition & 1 deletion CaptchaAction.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace hr\captcha;
namespace legront\captcha;

use Yii;
use yii\web\Response;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hreitsma/yii2-simplemath-captcha",
"name": "legront/yii2-simplemath-captcha",
"description": "Simple Math Captcha",
"keywords": ["yii2", "captcha", "math"],
"type": "yii2-extension",
Expand Down

0 comments on commit 5113b5f

Please sign in to comment.