A super easy PHP Framework for web development!
https://github.com/exacti/phacil-framework
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
605 B
25 lines
605 B
10 months ago
|
{
|
||
|
"name":"colinmollenhour/php-redis-session-abstract",
|
||
|
"type":"library",
|
||
|
"license":"BSD-3-Clause",
|
||
|
"homepage":"https://github.com/colinmollenhour/php-redis-session-abstract",
|
||
|
"description":"A Redis-based session handler with optimistic locking",
|
||
|
"authors":[
|
||
|
{
|
||
|
"name":"Colin Mollenhour"
|
||
|
}
|
||
|
],
|
||
|
"require":{
|
||
|
"php": "^5.5 || ^7.0 || ^8.0",
|
||
|
"colinmollenhour/credis":"~1.6"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^9"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Cm\\RedisSession\\": "src/"
|
||
|
}
|
||
|
}
|
||
|
}
|