Skip to content

Commit 9976550

Browse files
committed
rename
1 parent 4b00e6d commit 9976550

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ The preferred way to install this extension is through [composer](http://getcomp
1212
Either run
1313

1414
```
15-
php composer.phar require --prefer-dist yiier/yiier-return-url "*"
15+
php composer.phar require --prefer-dist yiier/yii2-return-url "*"
1616
```
1717

1818
or add
1919

2020
```
21-
"yiier/yiier-return-url": "*"
21+
"yiier/yii2-return-url": "*"
2222
```
2323

2424
to the require section of your `composer.json` file.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "yiier/yiier-return-url",
2+
"name": "yiier/yii2-return-url",
33
"description": "Keeps current URL in session for login actions so we can return to it if needed.",
44
"type": "yii2-extension",
55
"keywords": ["yii2","filter","ReturnUrl",""],

0 commit comments

Comments
 (0)