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/727e7e696b400b669592602d994e06a6284a8e11/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

8 lines
101 B

{
"config": {
"vendor-dir": "./system/vendor/"
},
"require": {
"php": ">=5.4.20"
}
}