We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556ccae commit f43227cCopy full SHA for f43227c
Readme.md
@@ -12,7 +12,7 @@
12
---------
13
14
```
15
-composer require dmitry-suffi/RedisSessionHandler
+composer require dmitry-suffi/redis-session-handler
16
17
18
Использование
composer.json
@@ -1,9 +1,9 @@
1
{
2
- "name": "dmitry-suffi/RedisSessionHandler",
+ "name": "dmitry-suffi/redis-session-handler",
3
"description": "Обработчик сессий через Redis с механизмом блокировки",
4
"license": "MIT",
5
"keywords": ["redis", "session"],
6
- "homepage": "https://github.com/dmitry-suffi/RedisSessionHandler",
+ "homepage": "https://github.com/dmitry-suffi/redis-session-handler",
7
"type": "project",
8
"autoload": {
9
"psr-4": {
0 commit comments