SAND-framework/composer.json

23 lines
481 B
JSON
Raw Normal View History

{
"autoload": {
"files": [
"./application/config/define-constantes.php"
],
"psr-4": {
"MVC\\Classe\\":"./application/class",
"MVC\\Objets\\":"./application/objets"
}
},
"require": {
"php": "^7.1.3",
"ext-json": "*",
"ext-curl": "*",
2019-08-12 15:10:25 +02:00
"windwalker/renderer": "3.*",
"illuminate/view": "4.*",
"hybridauth/hybridauth": "~3.0",
"neitanod/forceutf8": "^2.0"
}
}