Your ROOT_URL in app.ini is https://code.exacti.com.br/ but you are visiting https://git.exacti.com.br/ExacTI/phacil-framework/src/commit/b241919770d1f39db3586db773b9f2f81acb2564/system/vendor/colinmollenhour/php-redis-session-abstract/composer.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
A super easy PHP Framework for web development! https://github.com/exacti/phacil-framework

24 lines
605 B

{
"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/"
}
}
}