SAND-framework/composer.json
Emmanuel ROY 8305007317 Application nettoyé,
Ajout de la lib composer hybridauth/hybridauth
TODO: integrer hybrid auth sur une page simple d'authentification
2019-09-09 22:37:17 +02:00

16 lines
321 B
JSON

{
"autoload": {
"psr-4": {
"MVC\\Classe\\":"./application/class",
"MVC\\Objets\\":"./application/objets"
}
},
"require": {
"php": "^7.1.3",
"windwalker/renderer": "3.*",
"illuminate/view": "4.*",
"hybridauth/hybridauth": "~3.0"
}
}