Skip to content

Commit f43227c

Browse files
committed
rename
1 parent 556ccae commit f43227c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
---------
1313

1414
```
15-
composer require dmitry-suffi/RedisSessionHandler
15+
composer require dmitry-suffi/redis-session-handler
1616
```
1717

1818
Использование

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "dmitry-suffi/RedisSessionHandler",
2+
"name": "dmitry-suffi/redis-session-handler",
33
"description": "Обработчик сессий через Redis с механизмом блокировки",
44
"license": "MIT",
55
"keywords": ["redis", "session"],
6-
"homepage": "https://github.com/dmitry-suffi/RedisSessionHandler",
6+
"homepage": "https://github.com/dmitry-suffi/redis-session-handler",
77
"type": "project",
88
"autoload": {
99
"psr-4": {

0 commit comments

Comments
 (0)